Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCSectionMachO.cpp230 if (TAA == MachO::S_SYMBOL_STUBS) in ParseSectionSpecifier()
256 if (TAA == MachO::S_SYMBOL_STUBS) in ParseSectionSpecifier()
263 if ((TAA & MachO::SECTION_TYPE) != MachO::S_SYMBOL_STUBS) in ParseSectionSpecifier()
DMachObjectWriter.cpp458 Section.getType() != MachO::S_SYMBOL_STUBS) { in bindIndirectSymbols()
487 Section.getType() != MachO::S_SYMBOL_STUBS) in bindIndirectSymbols()
/external/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp240 MachO::S_SYMBOL_STUBS | in parseSectionDirectiveSymbolStub()
247 MachO::S_SYMBOL_STUBS | in parseSectionDirectivePICSymbolStub()
448 SectionType != MachO::S_SYMBOL_STUBS) in parseDirectiveIndirectSymbol()
/external/llvm/test/tools/llvm-objdump/ARM/
Dmacho-private-headers.test68 CHECK: type S_SYMBOL_STUBS
202 EXE: type S_SYMBOL_STUBS
/external/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp1288 MachO::S_SYMBOL_STUBS | in EmitStartOfAsmFile()
1294 MachO::S_SYMBOL_STUBS | in EmitStartOfAsmFile()
1337 MachO::S_SYMBOL_STUBS | MachO::S_ATTR_PURE_INSTRUCTIONS, 32, in EmitFunctionStubs()
1404 MachO::S_SYMBOL_STUBS | MachO::S_ATTR_PURE_INSTRUCTIONS, 16, in EmitFunctionStubs()
/external/llvm/test/tools/llvm-objdump/AArch64/
Dmacho-private-headers.test129 EXE: type S_SYMBOL_STUBS
/external/llvm/lib/Target/X86/
DX86AsmPrinter.cpp601 MachO::S_SYMBOL_STUBS | MachO::S_ATTR_SELF_MODIFYING_CODE | in EmitEndOfAsmFile()
/external/llvm/test/tools/llvm-objdump/X86/
Dmacho-private-headers.test170 EXE: type S_SYMBOL_STUBS
/external/llvm/tools/llvm-objdump/
DMachODump.cpp372 section_type == MachO::S_SYMBOL_STUBS) { in PrintIndirectSymbols()
374 if (section_type == MachO::S_SYMBOL_STUBS) in PrintIndirectSymbols()
400 section_type == MachO::S_SYMBOL_STUBS) { in PrintIndirectSymbols()
402 if (section_type == MachO::S_SYMBOL_STUBS) in PrintIndirectSymbols()
2155 section_type == MachO::S_SYMBOL_STUBS) && in GuessIndirectSymbol()
2159 if (section_type == MachO::S_SYMBOL_STUBS) in GuessIndirectSymbol()
2190 section_type == MachO::S_SYMBOL_STUBS) && in GuessIndirectSymbol()
2194 if (section_type == MachO::S_SYMBOL_STUBS) in GuessIndirectSymbol()
7467 else if (section_type == MachO::S_SYMBOL_STUBS) in PrintSection()
7521 if (section_type == MachO::S_SYMBOL_STUBS || in PrintSection()
[all …]
/external/llvm/include/llvm/Support/
DMachO.h179 S_SYMBOL_STUBS = 0x08u, enumerator