]> git.sur5r.net Git - cc65/blobdiff - src/ld65/dbgsyms.h
Mark the symbol that is the name of a scope with the size of that scope
[cc65] / src / ld65 / dbgsyms.h
index 4736cce9bb67888eeb19a28a32a6a2b3e9a1f2a8..d18ac7ff5b76674c2793bfc72567a2d886f6f07a 100644 (file)
@@ -63,6 +63,7 @@ struct DbgSym {
     ObjData*                   Obj;            /* Object file that exports the name */
     Collection          LineInfos;      /* Line infos of definition */
     ExprNode*                  Expr;           /* Expression (0 if not def'd) */
+    unsigned long       Size;           /* Symbol size if any */
     unsigned            Name;                  /* Name */
     unsigned char      Type;           /* Type of symbol */
     unsigned char       AddrSize;       /* Address size of symbol */