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

/darwin-on-arm/xnu/EXTERNAL_HEADERS/mach-o/
H A Dnlist.h72 * N_SECT type. These modifications are required to support symbols in a larger
134 #define N_SECT 0xe /* defined in section number n_sect */ macro
146 * If the type is N_SECT then the n_sect field contains an ordinal of the
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dsdt.c579 if (((N_SECT | N_EXT) != n_type && (N_ABS | N_EXT) != n_type))
607 if (((N_SECT | N_EXT) != jn_type && (N_ABS | N_EXT) != jn_type))
/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_sym.c224 case N_SECT:
984 sym->type = N_SECT | N_EXT;
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dfbt_x86.c986 if (((N_SECT | N_EXT) != n_type && (N_ABS | N_EXT) != n_type))
1504 if (((N_SECT | N_EXT) != n_type && (N_ABS | N_EXT) != n_type))

Completed in 78 milliseconds