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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Dnlist.h137 #define N_EXT 1 /* external bit, or'ed in */ macro
H A Ddb_aout.c347 if ((file_sp == *fp) || (sp->n_type & N_EXT))
349 } else if ((sp->n_type & N_EXT) ||
416 if ((new->n_type & N_EXT) == 0) {
697 if (strategy == DB_STGY_XTRN && (cp->n_type & N_EXT) == 0)
703 if (diff == 0 && (cp->n_type & N_EXT))
709 else if ((symp->n_type & N_EXT) == 0 &&
710 (cp->n_type & N_EXT) != 0)
832 case N_TEXT|N_EXT:
878 case N_TEXT|N_EXT:
/macosx-10.5.8/xnu-1228.15.4/EXTERNAL_HEADERS/mach-o/
H A Dnlist.h116 * N_EXT:1;
122 #define N_EXT 0x01 /* external symbol bit, set for external symbols */ macro
163 * Common symbols are represented by undefined (N_UNDF) external (N_EXT) types
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Ddb_gcc_aout.c279 if ((file_sp == *fp) || (sp->n_type & N_EXT))
281 } else if (sp->n_type & N_EXT)
462 if (diff == 0 && (sp->n_type & N_EXT))
468 else if ((symp->n_type & N_EXT) == 0 &&
469 (sp->n_type & N_EXT) != 0)
554 case N_TEXT|N_EXT:
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Dsdt.c584 uint8_t n_type = sym[i].n_type & (N_TYPE | N_EXT);
591 if (((N_SECT | N_EXT) != n_type && (N_ABS | N_EXT) != n_type))
611 uint8_t n_type = sym[j].n_type & (N_TYPE | N_EXT);
614 if (((N_SECT | N_EXT) != n_type && (N_ABS | N_EXT) != n_type))
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dfbt_ppc.c390 uint8_t n_type = sym[i].n_type & (N_TYPE | N_EXT);
395 if (((N_SECT | N_EXT) != n_type && (N_ABS | N_EXT) != n_type))
/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dkld_patch.c924 if ((n_type ^ N_EXT) & (N_STAB | N_EXT))
1075 if (!havelocal && (patchsym->n_type & N_EXT)) {
1086 n_type = sym->n_type & (N_TYPE | N_EXT);
1089 if ( !firstlocal && (n_type & N_EXT) ) {
1100 && (n_type == (N_SECT | N_EXT) || n_type == (N_ABS | N_EXT))
1139 else if (sym->n_type == (N_EXT | N_UNDF)) {
1194 if ( (sym->n_type & N_EXT) )
1345 return_if(symbol->n_type != (N_EXT | N_UND
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Dfbt_x86.c460 uint8_t n_type = sym[i].n_type & (N_TYPE | N_EXT);
465 if (((N_SECT | N_EXT) != n_type && (N_ABS | N_EXT) != n_type))

Completed in 157 milliseconds