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

/macosx-10.5.8/xnu-1228.15.4/EXTERNAL_HEADERS/mach-o/
H A Dnlist.h75 * (an unused field) to n_sect and the addition of the N_SECT type. These
136 #define N_SECT 0xe /* defined in section number n_sect */ macro
148 * If the type is N_SECT then the n_sect field contains an ordinal of the
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dsymbols.c72 if (st == N_SECT || st == N_ABS) {
H A Dkmod.c1495 if ((sym->n_type & N_TYPE) == N_SECT) {
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Dsdt.c591 if (((N_SECT | N_EXT) != n_type && (N_ABS | N_EXT) != n_type))
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.c395 if (((N_SECT | N_EXT) != n_type && (N_ABS | N_EXT) != n_type))
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Dfbt_x86.c465 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.c1037 if ( (sym->n_type & N_TYPE) == N_SECT) {
1063 if ((patchsym->n_type & N_TYPE) == N_SECT)
1100 && (n_type == (N_SECT | N_EXT) || n_type == (N_ABS | N_EXT))
1599 if (((N_SECT | N_EXT) != n_type && (N_ABS | N_EXT) != n_type)
H A Dload.c607 else if ( (sym->n_type & N_TYPE) == N_SECT)

Completed in 107 milliseconds