Searched refs:n_other (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/sys/ |
H A D | nlist_aout.h | 59 char n_other; /* ".type" and binding information */ member 96 #define N_AUX(p) ((p)->n_other & 0xf) 97 #define N_BIND(p) (((unsigned int)(p)->n_other >> 4) & 0xf)
|
H A D | link_aout.h | 97 #define nz_other nlist.n_other
|
/freebsd/usr.sbin/iostat/ |
H A D | iostat.c | 123 .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/lib/libc/gen/ |
H A D | nlist.c | 207 p->n_other = 0; in __elf_fdnlist()
|
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | ctftools.h | 109 int8_t n_other; member
|
/freebsd/lib/libkvm/ |
H A D | kvm.c | 351 nl[i].n_other = 0; in kvm_nlist()
|