Home
last modified time | relevance | path

Searched refs:n_other (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/sys/sys/
H A Dnlist_aout.h61 char n_other; /* ".type" and binding information */ member
98 #define N_AUX(p) ((p)->n_other & 0xf)
99 #define N_BIND(p) (((unsigned int)(p)->n_other >> 4) & 0xf)