Lines Matching defs:symtab_slot
213 struct symtab_slot { // global symbol table entry
251 #define GLOBAL ((struct symtab_slot *)TT.globals_table.base)
252 #define LOCAL ((struct symtab_slot *)TT.locals_table.base)
1184 struct symtab_slot ent = {0, 0, 0};
1200 struct symtab_slot ent = {0, 0, 0};
1231 static struct symtab_slot locals_ent;
1232 zlist_init(&TT.locals_table, sizeof(struct symtab_slot));
1238 static struct symtab_slot global_ent;
1242 zlist_init(&TT.globals_table, sizeof(struct symtab_slot));
3851 struct symtab_slot *q = &((struct symtab_slot *)loctab->base)[nargs+1];
4421 struct symtab_slot gs = GLOBAL[gstx];