Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dlookup.c25 struct syment { struct
29 struct syment *s_next; argument
/titanic_41/usr/src/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 */
/titanic_41/usr/src/cmd/lockstat/
H A Dsym.c50 typedef struct syment { struct
54 } syment_t; argument
/titanic_41/usr/src/cmd/backup/restore/
H A Dtape.c189 char *syment = RESTORESYMTABLE; in setup() local