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 { struct71 struct Symbol *xup[2]; /* xr or xs proctype */ argument75 struct Symbol *mtype_name; /* if type == MTYPE else nil */ argument76 struct Symbol *Snm; /* name of the defining struct */ argument77 struct Symbol *owner; /* set for names of subfields in typedefs */ argument78 struct Symbol *context; /* 0 if global, or procname */ argument79 struct Symbol *next; /* linked list */ argument80 } Symbol; typedef
18 typedef struct Symbol { struct20 struct Symbol *next; /* linked list, symbol table */ argument21 } Symbol; typedef
130 typedef struct Symbol Symbol; typedef154 struct Symbol { struct155 void *handle; /* used internally - owning func */156 struct {
20 typedef struct Symbol Symbol; typedef53 struct Symbol struct55 Symbol *next; /* hash list chaining */ argument66 Symbol *ref; argument