Searched refs:S_MOD_INIT_FUNC_POINTERS (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/include/llvm/MC/
H A DMCSectionMachO.h70 /// S_MOD_INIT_FUNC_POINTERS - Section with only function pointers for
72 S_MOD_INIT_FUNC_POINTERS = 0x09U, enumerator in enum:llvm::MCSectionMachO::__anon10027
/macosx-10.10/llvmCore-3425.0.34/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp440 case MCSectionMachO::S_MOD_INIT_FUNC_POINTERS:
/macosx-10.10/xnu-2782.1.97/EXTERNAL_HEADERS/mach-o/
H A Dloader.h469 #define S_MOD_INIT_FUNC_POINTERS 0x9 /* section with only function macro
/macosx-10.10/llvmCore-3425.0.34/lib/MC/
H A DMCObjectFileInfo.cpp136 MCSectionMachO::S_MOD_INIT_FUNC_POINTERS,
/macosx-10.10/llvmCore-3425.0.34/lib/MC/MCParser/
H A DDarwinAsmParser.cpp195 MCSectionMachO::S_MOD_INIT_FUNC_POINTERS, 4);
/macosx-10.10/xnu-2782.1.97/libkern/kxld/
H A Dkxld_sect.c424 case S_MOD_INIT_FUNC_POINTERS:
/macosx-10.10/dyld-353.2.1/src/
H A DImageLoaderMachO.cpp424 if ( type == S_MOD_INIT_FUNC_POINTERS )
1703 if ( type == S_MOD_INIT_FUNC_POINTERS ) {

Completed in 283 milliseconds