Searched refs:n_type (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/EXTERNAL_HEADERS/mach-o/
H A Dnlist.h83 uint8_t n_type; /* type flag, see below */ member in struct:nlist
96 uint8_t n_type; /* type flag, see below */ member in struct:nlist_64
110 * The n_type field really contains four fields:
125 * which case then the values of the n_type field (the entire field) are given
130 * Values for N_TYPE bits of the n_type field.
/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_sym.c56 static kern_return_t init_predicates(KXLDSym *sym, u_char n_type, u_short n_desc)
77 sym->type = src->n_type;
82 rval = init_predicates(sym, src->n_type, src->n_desc);
112 sym->type = src->n_type;
117 rval = init_predicates(sym, src->n_type, src->n_desc);
155 init_predicates(KXLDSym *sym, u_char n_type, u_short n_desc) argument
162 if (n_type & N_STAB) {
165 switch (n_type) {
208 "Invalid N_STAB symbol type: %u.", n_type);
215 u_char type = n_type
[all...]
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dsdt.c572 uint8_t n_type = sym[i].n_type & (N_TYPE | N_EXT); local
579 if (((N_SECT | N_EXT) != n_type && (N_ABS | N_EXT) != n_type))
604 uint8_t jn_type = sym[j].n_type & (N_TYPE | N_EXT);
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dfbt_x86.c982 uint8_t n_type = sym[i].n_type & (N_TYPE | N_EXT); local
986 if (((N_SECT | N_EXT) != n_type && (N_ABS | N_EXT) != n_type))
1500 uint8_t n_type = sym[i].n_type & (N_TYPE | N_EXT); local
1504 if (((N_SECT | N_EXT) != n_type && (N_ABS | N_EXT) != n_type))
/darwin-on-arm/xnu/SETUP/kextsymboltool/
H A Dkextsymboltool.c813 nl.n_type = N_INDR | N_EXT;
819 nl.n_type = N_UNDF | N_EXT;
843 nl.n_type = N_INDR | N_EXT;
849 nl.n_type = N_UNDF | N_EXT;
/darwin-on-arm/xnu/osfmk/arm/
H A Dmodel_dep.c211 if (sym[i].n_type & N_STAB) continue;
/darwin-on-arm/xnu/osfmk/i386/AT386/
H A Dmodel_dep.c974 if (sym[i].n_type & N_STAB) continue;
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp4673 if (sym[i].n_type & N_STAB) {

Completed in 125 milliseconds