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

/macosx-10.10/llvmCore-3425.0.34/include/llvm/MC/
H A DMCSectionMachO.h81 /// S_INTERPOSING - Section with only pairs of function pointers for
83 S_INTERPOSING = 0x0DU, enumerator in enum:llvm::MCSectionMachO::__anon10027
/macosx-10.10/llvmCore-3425.0.34/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp442 case MCSectionMachO::S_INTERPOSING:
/macosx-10.10/xnu-2782.1.97/EXTERNAL_HEADERS/mach-o/
H A Dloader.h478 #define S_INTERPOSING 0xd /* section with only pairs of macro
/macosx-10.10/xnu-2782.1.97/libkern/kxld/
H A Dkxld_sect.c439 case S_INTERPOSING:
/macosx-10.10/dyld-353.2.1/src/
H A DImageLoaderMachO.cpp844 if ( ((sect->flags & SECTION_TYPE) == S_INTERPOSING) || ((strcmp(sect->sectname, "__interpose") == 0) && (strcmp(seg->segname, "__DATA") == 0)) ) {

Completed in 137 milliseconds