Data Fields | |
struct symtab_s * | next |
next in global collection of symtabs More... | |
struct symtab_s * | parent |
points to parent table More... | |
int | size |
size of structure represented by symtab More... | |
struct defspace_s * | space |
storage for vars in scope symtabs More... | |
symbol_t * | symbols |
chain of symbols in this table More... | |
symbol_t ** | symtail |
keep chain in declaration order More... | |
struct hashtab_s * | tab |
symbols defined in this table More... | |
stab_type_e | type |
type of symbol table More... | |
struct symtab_s* next |
next in global collection of symtabs
struct symtab_s* parent |
points to parent table
int size |
size of structure represented by symtab
struct defspace_s* space |
storage for vars in scope symtabs
symbol_t* symbols |
chain of symbols in this table
symbol_t** symtail |
keep chain in declaration order
struct hashtab_s* tab |
symbols defined in this table
stab_type_e type |
type of symbol table