Searched defs:syment (Results 1 – 2 of 2) sorted by relevance
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 */
58 typedef struct syment { struct62 } syment_t; argument