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

/macosx-10.10/llvmCore-3425.0.34/include/llvm/MC/
H A DMCSectionMachO.h86 /// S_DTRACE_DOF - Section contains DTrace Object Format.
87 S_DTRACE_DOF = 0x0FU, enumerator in enum:llvm::MCSectionMachO::__anon10027
/macosx-10.10/xnu-2782.1.97/EXTERNAL_HEADERS/mach-o/
H A Dloader.h483 #define S_DTRACE_DOF 0xf /* section contains macro
/macosx-10.10/xnu-2782.1.97/libkern/kxld/
H A Dkxld_sect.c440 case S_DTRACE_DOF:
/macosx-10.10/dyld-353.2.1/src/
H A DImageLoaderMachO.cpp428 else if ( type == S_DTRACE_DOF )
1744 if ( (sect->flags & SECTION_TYPE) == S_DTRACE_DOF ) {

Completed in 140 milliseconds