Searched defs:n_other (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/boot/sys/sys/
H A Dnlist_aout.h61 char n_other; /* ".type" and binding information */ member in struct:nlist
94 * Defines for n_other. It contains the ".type" (AUX) field in the least
98 #define N_AUX(p) ((p)->n_other & 0xf)
99 #define N_BIND(p) (((unsigned int)(p)->n_other >> 4) & 0xf)
/illumos-gate/usr/src/lib/libbc/inc/include/sun4/
H A Da.out.h158 char n_other; /* unused */ member in struct:nlist
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A D_a.out.h81 char n_other; /* unused */ member in struct:nlist
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dctftools.h103 int8_t n_other; member in struct:stab

Completed in 72 milliseconds