Searched refs:N_TYPE (Results 1 - 25 of 31) sorted by relevance

12

/macosx-10.10/Libc-1044.1.2/include/
H A Dnlist.h67 #define N_TYPE 0x1e /* mask for all the type bits */ macro
/macosx-10.10/dtrace-147/libctf/
H A Dctf_lookup.c193 if ((N_ABS | N_EXT) == (nsym->n_type & (N_TYPE | N_EXT)) ||
194 (N_SECT | N_EXT) == (nsym->n_type & (N_TYPE | N_EXT))) {
199 } else if ((N_UNDF | N_EXT) == (nsym->n_type & (N_TYPE | N_EXT)) &&
208 if ((N_ABS | N_EXT) == (nsym->n_type & (N_TYPE | N_EXT)) ||
209 (N_SECT | N_EXT) == (nsym->n_type & (N_TYPE | N_EXT))) {
214 } else if ((N_UNDF | N_EXT) == (nsym->n_type & (N_TYPE | N_EXT)) &&
H A Dctf_open.c146 } else if ((N_ABS | N_EXT) == (nsym->n_type & (N_TYPE | N_EXT)) ||
147 (N_SECT | N_EXT) == (nsym->n_type & (N_TYPE | N_EXT))) {
150 } else if ((N_UNDF | N_EXT) == (nsym->n_type & (N_TYPE | N_EXT)) &&
193 } else if ((N_ABS | N_EXT) == (nsym->n_type & (N_TYPE | N_EXT)) ||
194 (N_SECT | N_EXT) == (nsym->n_type & (N_TYPE | N_EXT))) {
197 } else if ((N_UNDF | N_EXT) == (nsym->n_type & (N_TYPE | N_EXT)) &&
/macosx-10.10/cxxfilt-11/cxxfilt/include/
H A Dbout.h131 #define N_TYPE 036 /* Mask for all the type bits */ macro
/macosx-10.10/xnu-2782.1.97/EXTERNAL_HEADERS/mach-o/
H A Dnlist.h113 * N_TYPE:3,
119 #define N_TYPE 0x0e /* mask for the type bits */ macro
130 * Values for N_TYPE bits of the n_type field.
/macosx-10.10/dtrace-147/tools/ctfconvert/
H A Dinput.c449 } else if ((N_ABS | N_EXT) == (nsym->n_type & (N_TYPE | N_EXT)) ||
450 (N_SECT | N_EXT) == (nsym->n_type & (N_TYPE | N_EXT))) {
453 } else if ((N_UNDF | N_EXT) == (nsym->n_type & (N_TYPE | N_EXT)) &&
497 } else if ((N_ABS | N_EXT) == (nsym->n_type & (N_TYPE | N_EXT)) ||
498 (N_SECT | N_EXT) == (nsym->n_type & (N_TYPE | N_EXT))) {
501 } else if ((N_UNDF | N_EXT) == (nsym->n_type & (N_TYPE | N_EXT)) &&
H A Ddump.c304 } else if ((N_ABS | N_EXT) == (nsym->n_type & (N_TYPE | N_EXT)) ||
305 (N_SECT | N_EXT) == (nsym->n_type & (N_TYPE | N_EXT))) {
308 } else if ((N_UNDF | N_EXT) == (nsym->n_type & (N_TYPE | N_EXT)) &&
352 } else if ((N_ABS | N_EXT) == (nsym->n_type & (N_TYPE | N_EXT)) ||
353 (N_SECT | N_EXT) == (nsym->n_type & (N_TYPE | N_EXT))) {
356 } else if ((N_UNDF | N_EXT) == (nsym->n_type & (N_TYPE | N_EXT)) &&
H A Doutput.c87 } else if ((N_ABS | N_EXT) == (nsym->n_type & (N_TYPE | N_EXT)) ||
88 (N_SECT | N_EXT) == (nsym->n_type & (N_TYPE | N_EXT))) {
91 } else if ((N_UNDF | N_EXT) == (nsym->n_type & (N_TYPE | N_EXT)) &&
132 } else if ((N_ABS | N_EXT) == (nsym->n_type & (N_TYPE | N_EXT)) ||
133 (N_SECT | N_EXT) == (nsym->n_type & (N_TYPE | N_EXT))) {
136 } else if ((N_UNDF | N_EXT) == (nsym->n_type & (N_TYPE | N_EXT)) &&
/macosx-10.10/tcl-105/tk/tk/macosx/
H A DtkMacOSXDebug.c140 if ((sym->n_type & N_TYPE) == N_SECT &&
/macosx-10.10/dtrace-147/libdtrace/
H A Ddt_module.c444 uchar_t type = sym->n_type & (N_TYPE | N_EXT);
578 } else if ((N_ABS | N_EXT) == (sym->n_type & (N_TYPE | N_EXT)) ||
579 (N_SECT | N_EXT) == (sym->n_type & (N_TYPE | N_EXT))) {
582 } else if ((N_UNDF | N_EXT) == (sym->n_type & (N_TYPE | N_EXT)) &&
661 } else if ((N_ABS | N_EXT) == (sym->n_type & (N_TYPE | N_EXT)) ||
662 (N_SECT | N_EXT) == (sym->n_type & (N_TYPE | N_EXT))) {
665 } else if ((N_UNDF | N_EXT) == (sym->n_type & (N_TYPE | N_EXT)) &&
697 uchar_t type = sym->n_type & (N_TYPE | N_EXT);
808 } else if ((N_ABS | N_EXT) == (sym->n_type & (N_TYPE | N_EXT)) ||
809 (N_SECT | N_EXT) == (sym->n_type & (N_TYPE | N_EX
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/include/aout/
H A Dadobe.h133 #define N_TYPE 0x1e
132 #define N_TYPE macro
H A Daout64.h294 #define N_TYPE 0x1e
292 #define N_TYPE macro
/macosx-10.10/dyld-353.2.1/src/
H A DImageLoaderMachOClassic.cpp1016 if ( ((symbol->n_type & N_TYPE) == N_SECT) && ((symbol->n_desc & N_WEAK_DEF) != 0) )
1026 if ( ((symbol->n_type & N_TYPE) != N_SECT) && ((symbol->n_desc & N_REF_TO_WEAK) != 0) )
1050 if ( ((undefinedSymbol->n_type & N_PEXT) != 0) && ((undefinedSymbol->n_type & N_TYPE) == N_SECT) ) {
1090 if ( (undefinedSymbol->n_type & N_TYPE) == N_SECT ) {
1227 if ( ((undefinedSymbol->n_type & N_TYPE) == N_SECT) && ((undefinedSymbol->n_desc & N_WEAK_DEF) != 0) ) {
1245 else if ( ((undefinedSymbol->n_type & N_TYPE) == N_SECT) && ((undefinedSymbol->n_desc & N_ARM_THUMB_DEF) != 0) ) {
1588 if ( ((undefinedSymbol->n_type & N_TYPE) == N_SECT) && ((undefinedSymbol->n_desc & N_WEAK_DEF) != 0) ) {
1604 else if ( ((undefinedSymbol->n_type & N_TYPE) == N_SECT) && ((undefinedSymbol->n_desc & N_ARM_THUMB_DEF) != 0) ) {
1617 if ( ((undefinedSymbol->n_type & N_TYPE) == N_SECT) && ((undefinedSymbol->n_desc & N_WEAK_DEF) != 0) ) {
1759 if ( (sym->n_type & N_TYPE) !
[all...]
H A Dglue.c540 if ( ((s->n_type & N_TYPE) == N_SECT) && ((s->n_type & N_STAB) == 0) ) {
H A DImageLoaderMachOCompressed.cpp1547 if ( (s->n_type & N_TYPE) == N_SECT ) {
1561 if ( ((s->n_type & N_TYPE) == N_SECT) && ((s->n_type & N_STAB) == 0) ) {
/macosx-10.10/dtrace-147/libelf/
H A Dclscook.c700 } else if ((N_ABS | N_EXT) == (nsym->n_type & (N_TYPE | N_EXT)) ||
701 (N_SECT | N_EXT) == (nsym->n_type & (N_TYPE | N_EXT))) {
703 } else if ((N_UNDF | N_EXT) == (nsym->n_type & (N_TYPE | N_EXT)) &&
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dpdp11.c156 #undef N_TYPE macro
165 #define N_TYPE 0x1f /* Type mask. */ macro
1282 switch (cache_ptr->type & N_TYPE)
1370 sym_pointer->e_type[0] &= ~N_TYPE;
4110 if ((type & N_TYPE) == N_INDR
4144 if ((type & N_TYPE) == N_TEXT
4147 else if ((type & N_TYPE) == N_DATA
4150 else if ((type & N_TYPE) == N_BSS
4153 else if ((type & N_TYPE) == N_ABS
4156 else if (((type & N_TYPE)
[all...]
H A Daoutx.h1367 switch (cache_ptr->type & N_TYPE)
1453 switch (cache_ptr->type & N_TYPE)
1535 sym_pointer->e_type[0] &= ~N_TYPE;
1617 switch (sym_pointer->e_type[0] & N_TYPE)
3833 switch (indx & N_TYPE)
4458 if ((type & N_TYPE) == N_TEXT
4461 else if ((type & N_TYPE) == N_DATA
4464 else if ((type & N_TYPE) == N_BSS
4467 else if ((type & N_TYPE) == N_ABS
4821 if ((type & N_TYPE)
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/
H A Dsdt.c492 uint8_t n_type = sym[i].n_type & (N_TYPE | N_EXT);
524 uint8_t jn_type = sym[j].n_type & (N_TYPE | N_EXT);
/macosx-10.10/tcl-105/tk84/tk/macosx/
H A DtkMacOSXDebug.c600 if ((sym->n_type & N_TYPE) == N_SECT &&
/macosx-10.10/dyld-353.2.1/launch-cache/
H A Ddsc_extractor.cpp253 if ( (s->n_type() & (N_TYPE|N_EXT)) == N_SECT )
277 if ( (localNlists != NULL) && ((s->n_type() & (N_TYPE|N_EXT)) == N_SECT) )
H A DMachOBinder.hpp884 if ( (undefinedSymbol->n_type() & N_TYPE) == N_SECT ) {
985 if ( (undefinedSymbol->n_type() & N_TYPE) == N_SECT ) {
/macosx-10.10/kext_tools-384.1.4/
H A Dkextfind_report.c534 if ((N_TYPE & nlist_type) == N_UNDF) {
/macosx-10.10/xnu-2782.1.97/bsd/dev/i386/
H A Dfbt_x86.c962 uint8_t n_type = sym[i].n_type & (N_TYPE | N_EXT);
/macosx-10.10/IOKitUser-1050.1.21/kext.subproj/
H A Dmacho_util.c153 switch (n_type & N_TYPE) {

Completed in 384 milliseconds

12