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

/freebsd-11-stable/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)
H A Dlink_aout.h97 #define nz_other nlist.n_other
/freebsd-11-stable/contrib/gdb/include/
H A Dbout.h116 char n_other; /* Used in i80960 support -- see below */ member in struct:nlist
134 /* MEANING OF 'n_other'
136 If non-zero, the 'n_other' fields indicates either a leaf procedure or
139 1 <= n_other <= 32 :
143 a 'calls' instruction) is (n_other-1). These entries come from
146 n_other == N_CALLNAME
154 n_other == N_BALNAME
/freebsd-11-stable/lib/libc/gen/
H A Dnlist.c170 p->n_other = 0;
189 p->n_other = symtab->n_other;
320 p->n_other = 0;
/freebsd-11-stable/usr.sbin/iostat/
H A Diostat.c123 .n_type = 0, .n_other = 0, .n_desc = 0, .n_value = 0 },
126 .n_type = 0, .n_other = 0, .n_desc = 0, .n_value = 0 },
129 .n_type = 0, .n_other = 0, .n_desc = 0, .n_value = 0 },
132 .n_type = 0, .n_other = 0, .n_desc = 0, .n_value = 0 },
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctftools.h103 int8_t n_other; member in struct:stab
/freebsd-11-stable/contrib/binutils/gas/config/
H A Daout_gnu.h232 char n_other;
231 char n_other; member in struct:nlist
/freebsd-11-stable/contrib/binutils/include/aout/
H A Daout64.h275 unsigned char n_other; /* Misc info (usually empty). */
273 unsigned char n_other; /* Misc info (usually empty). */ member in struct:internal_nlist
/freebsd-11-stable/lib/libkvm/
H A Dkvm.c811 nl[i].n_other = 0;

Completed in 236 milliseconds