Searched refs:N_EXT (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/EXTERNAL_HEADERS/mach-o/
H A Dnlist.h114 * N_EXT:1;
120 #define N_EXT 0x01 /* external symbol bit, set for external symbols */ macro
161 * Common symbols are represented by undefined (N_UNDF) external (N_EXT) types
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dsdt.c572 uint8_t n_type = sym[i].n_type & (N_TYPE | N_EXT);
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);
607 if (((N_SECT | N_EXT) != jn_type && (N_ABS | N_EXT) != jn_type))
/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_sym.c145 sym->type = N_ABS | N_EXT;
148 init_predicates(sym, N_ABS | N_EXT, 0);
245 if ((n_type & N_EXT) && !(n_type & N_PEXT)) {
948 sym->type = N_ABS | N_EXT;
984 sym->type = N_SECT | 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);
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);
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;

Completed in 26 milliseconds