Home
last modified time | relevance | path

Searched refs:S_LAZY_SYMBOL_POINTERS (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/MC/
DMCAsmInfoDarwin.cpp50 case MachO::S_LAZY_SYMBOL_POINTERS: in isSectionAtomizableBySymbols()
DMachObjectWriter.cpp457 Section.getType() != MachO::S_LAZY_SYMBOL_POINTERS && in bindIndirectSymbols()
486 if (Section.getType() != MachO::S_LAZY_SYMBOL_POINTERS && in bindIndirectSymbols()
DMCObjectFileInfo.cpp168 MachO::S_LAZY_SYMBOL_POINTERS, in initMachOMCObjectFileInfo()
/external/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp262 MachO::S_LAZY_SYMBOL_POINTERS, 4); in parseSectionDirectiveLazySymbolPointers()
447 SectionType != MachO::S_LAZY_SYMBOL_POINTERS && in parseDirectiveIndirectSymbol()
/external/llvm/test/tools/llvm-objdump/AArch64/
Dmacho-private-headers.test206 EXE: type S_LAZY_SYMBOL_POINTERS
/external/llvm/test/tools/llvm-objdump/ARM/
Dmacho-private-headers.test227 EXE: type S_LAZY_SYMBOL_POINTERS
/external/llvm/test/tools/llvm-objdump/X86/
Dmacho-private-headers.test260 EXE: type S_LAZY_SYMBOL_POINTERS
/external/llvm/include/llvm/Support/
DMachO.h176 S_LAZY_SYMBOL_POINTERS = 0x07u, enumerator
/external/llvm/tools/llvm-objdump/
DMachODump.cpp369 section_type == MachO::S_LAZY_SYMBOL_POINTERS || in PrintIndirectSymbols()
397 section_type == MachO::S_LAZY_SYMBOL_POINTERS || in PrintIndirectSymbols()
2152 section_type == MachO::S_LAZY_SYMBOL_POINTERS || in GuessIndirectSymbol()
2187 section_type == MachO::S_LAZY_SYMBOL_POINTERS || in GuessIndirectSymbol()
7465 else if (section_type == MachO::S_LAZY_SYMBOL_POINTERS) in PrintSection()
7522 section_type == MachO::S_LAZY_SYMBOL_POINTERS || in PrintSection()