Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/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)
/f-stack/freebsd/sys/
H A Dnlist_aout.h63 char n_other; /* ".type" and binding information */ member
100 #define N_AUX(p) ((p)->n_other & 0xf)
101 #define N_BIND(p) (((unsigned int)(p)->n_other >> 4) & 0xf)
H A Dlink_aout.h99 #define nz_other nlist.n_other