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

/macosx-10.10/llvmCore-3425.0.34/include/llvm/MC/
H A DMCSectionMachO.h131 /// S_ATTR_LOC_RELOC - Section has local relocation entries.
132 S_ATTR_LOC_RELOC = 1U << 8 enumerator in enum:llvm::MCSectionMachO::__anon10027
/macosx-10.10/llvmCore-3425.0.34/lib/MC/
H A DMCSectionMachO.cpp68 ENTRY(0 /*FIXME*/, S_ATTR_LOC_RELOC)
/macosx-10.10/xnu-2782.1.97/EXTERNAL_HEADERS/mach-o/
H A Dloader.h536 #define S_ATTR_LOC_RELOC 0x00000100 /* section has local macro
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dmach-o.c97 #define S_ATTR_LOC_RELOC 0x00000100 /* Section has local relocation entries. */ macro
/macosx-10.10/dyld-353.2.1/src/
H A DImageLoaderMachO.cpp600 if ( (sect->flags & S_ATTR_LOC_RELOC) != 0 )

Completed in 267 milliseconds