Searched defs:syment (Results 1 – 4 of 4) sorted by relevance
25 struct syment { struct29 struct syment *s_next; argument
45 struct syment struct48 {56 } _n;57 unsigned long n_value; /* value of symbol */58 short n_scnum; /* section number */59 unsigned short n_type; /* type and derived type */60 char n_sclass; /* storage class */61 char n_numaux; /* number of aux. entries */
50 typedef struct syment { struct54 } syment_t; argument
189 char *syment = RESTORESYMTABLE; in setup() local