Searched defs:Symbol (Results 1 – 5 of 5) sorted by relevance
4 typedef struct Symbol Symbol; typedef18 struct Symbol { /* symbol table entry */ struct22 struct Symbol *next; /* to link to another */ argument
50 typedef struct Symbol { struct70 struct Symbol *xup[2]; /* xr or xs proctype */ argument74 struct Symbol *Snm; /* name of the defining struct */ argument75 struct Symbol *owner; /* set for names of subfields in typedefs */ argument76 struct Symbol *context; /* 0 if global, or procname */ argument77 struct Symbol *next; /* linked list */ argument78 } Symbol; typedef
18 typedef struct Symbol { struct20 struct Symbol *next; /* linked list, symbol table */ argument21 } Symbol; typedef
118 typedef struct Symbol Symbol; typedef142 struct Symbol { struct143 void *handle; /* used internally - owning func */144 struct {
20 typedef struct Symbol Symbol; typedef53 struct Symbol struct55 Symbol *next; /* hash list chaining */ argument66 Symbol *ref; argument