Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dnlist_aout.h59 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 Dlink_aout.h97 #define nz_other nlist.n_other
/freebsd/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/lib/libc/gen/
H A Dnlist.c207 p->n_other = 0; in __elf_fdnlist()
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctftools.h109 int8_t n_other; member
/freebsd/lib/libkvm/
H A Dkvm.c351 nl[i].n_other = 0; in kvm_nlist()