Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
HDMCAsmInfoDarwin.cpp50 case MachO::S_LAZY_SYMBOL_POINTERS: in isSectionAtomizableBySymbols()
HDMachObjectWriter.cpp492 Section.getType() != MachO::S_LAZY_SYMBOL_POINTERS && in bindIndirectSymbols()
523 if (Section.getType() != MachO::S_LAZY_SYMBOL_POINTERS && in bindIndirectSymbols()
HDMCObjectFileInfo.cpp169 MachO::S_LAZY_SYMBOL_POINTERS, in initMachOMCObjectFileInfo()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
HDDarwinAsmParser.cpp297 MachO::S_LAZY_SYMBOL_POINTERS, 4); in parseSectionDirectiveLazySymbolPointers()
556 SectionType != MachO::S_LAZY_SYMBOL_POINTERS && in parseDirectiveIndirectSymbol()
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
HDMachONormalizedFileFromAtoms.cpp283 ENTRY("__DATA", "__la_symbol_ptr", S_LAZY_SYMBOL_POINTERS,
1196 case llvm::MachO::S_LAZY_SYMBOL_POINTERS: in addIndirectSymbols()
HDMachONormalizedFileYAML.cpp189 llvm::MachO::S_LAZY_SYMBOL_POINTERS); in enumeration()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDMachODumper.cpp225 { "LazySymbolPointers" , MachO::S_LAZY_SYMBOL_POINTERS },
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDMachO.h133 S_LAZY_SYMBOL_POINTERS = 0x07u, enumerator
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
HDMachODump.cpp742 section_type == MachO::S_LAZY_SYMBOL_POINTERS || in PrintIndirectSymbols()
770 section_type == MachO::S_LAZY_SYMBOL_POINTERS || in PrintIndirectSymbols()
3079 section_type == MachO::S_LAZY_SYMBOL_POINTERS || in GuessIndirectSymbol()
3110 section_type == MachO::S_LAZY_SYMBOL_POINTERS || in GuessIndirectSymbol()
8686 else if (section_type == MachO::S_LAZY_SYMBOL_POINTERS) in PrintSection()
8743 section_type == MachO::S_LAZY_SYMBOL_POINTERS || in PrintSection()