Home
last modified time | relevance | path

Searched refs:S_SYMBOL_STUBS (Results 1 – 12 of 12) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DMCSectionMachO.cpp235 if (TAA == MachO::S_SYMBOL_STUBS) in ParseSectionSpecifier()
263 if (TAA == MachO::S_SYMBOL_STUBS) in ParseSectionSpecifier()
271 if ((TAA & MachO::SECTION_TYPE) != MachO::S_SYMBOL_STUBS) in ParseSectionSpecifier()
DMachObjectWriter.cpp494 Section.getType() != MachO::S_SYMBOL_STUBS) { in bindIndirectSymbols()
524 Section.getType() != MachO::S_SYMBOL_STUBS) in bindIndirectSymbols()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp271 MachO::S_SYMBOL_STUBS | in parseSectionDirectiveSymbolStub()
279 MachO::S_SYMBOL_STUBS | in parseSectionDirectivePICSymbolStub()
559 SectionType != MachO::S_SYMBOL_STUBS) in parseDirectiveIndirectSymbol()
/freebsd-12-stable/contrib/llvm-project/lld/MachO/
DInputSection.cpp66 case S_SYMBOL_STUBS: in isHashableForICF()
DConcatOutputSection.cpp357 case S_SYMBOL_STUBS: in finalizeFlags()
DSyntheticSections.cpp554 flags = S_SYMBOL_STUBS | S_ATTR_SOME_INSTRUCTIONS | S_ATTR_PURE_INSTRUCTIONS; in StubsSection()
/freebsd-12-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileFromAtoms.cpp275 ENTRY("__TEXT", "__stubs", S_SYMBOL_STUBS, typeStub),
1205 case llvm::MachO::S_SYMBOL_STUBS: in addIndirectSymbols()
DMachONormalizedFileYAML.cpp191 llvm::MachO::S_SYMBOL_STUBS); in enumeration()
DMachONormalizedFileBinaryWriter.cpp616 if (sect.type != S_SYMBOL_STUBS) in indirectSymbolElementSize()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
DMachODump.cpp674 section_type == MachO::S_SYMBOL_STUBS) { in PrintIndirectSymbols()
676 if (section_type == MachO::S_SYMBOL_STUBS) in PrintIndirectSymbols()
702 section_type == MachO::S_SYMBOL_STUBS) { in PrintIndirectSymbols()
704 if (section_type == MachO::S_SYMBOL_STUBS) in PrintIndirectSymbols()
3070 section_type == MachO::S_SYMBOL_STUBS) && in GuessIndirectSymbol()
3074 if (section_type == MachO::S_SYMBOL_STUBS) in GuessIndirectSymbol()
3101 section_type == MachO::S_SYMBOL_STUBS) && in GuessIndirectSymbol()
3105 if (section_type == MachO::S_SYMBOL_STUBS) in GuessIndirectSymbol()
8710 else if (section_type == MachO::S_SYMBOL_STUBS) in PrintSection()
8764 if (section_type == MachO::S_SYMBOL_STUBS || in PrintSection()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
DMachODumper.cpp220 { "SymbolStubs" , MachO::S_SYMBOL_STUBS },
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
DMachO.h142 S_SYMBOL_STUBS = 0x08u, enumerator