Home
last modified time | relevance | path

Searched defs:syment (Results 1 – 2 of 2) sorted by relevance

/freebsd/cddl/contrib/opensolaris/head/
H A Dsyms.h45 struct syment struct
48 {
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 */
/freebsd/cddl/contrib/opensolaris/cmd/lockstat/
H A Dsym.c58 typedef struct syment { struct
62 } syment_t; argument