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.cpp478 Section.getType() != MachO::S_SYMBOL_STUBS) { in BindIndirectSymbols()
509 Section.getType() != MachO::S_SYMBOL_STUBS) in BindIndirectSymbols()
/external/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp230 MachO::S_SYMBOL_STUBS | in parseSectionDirectiveSymbolStub()
237 MachO::S_SYMBOL_STUBS | in parseSectionDirectivePICSymbolStub()
439 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.cpp1246 MachO::S_SYMBOL_STUBS | in EmitStartOfAsmFile()
1252 MachO::S_SYMBOL_STUBS | in EmitStartOfAsmFile()
1294 MachO::S_SYMBOL_STUBS | in EmitFunctionStubs()
1362 MachO::S_SYMBOL_STUBS | in EmitFunctionStubs()
/external/llvm/test/tools/llvm-objdump/AArch64/
Dmacho-private-headers.test129 EXE: type S_SYMBOL_STUBS
/external/llvm/lib/Target/X86/
DX86AsmPrinter.cpp620 MachO::S_SYMBOL_STUBS | in EmitEndOfAsmFile()
/external/llvm/test/tools/llvm-objdump/X86/
Dmacho-private-headers.test170 EXE: type S_SYMBOL_STUBS
/external/llvm/tools/llvm-objdump/
DMachODump.cpp394 section_type == MachO::S_SYMBOL_STUBS) { in PrintIndirectSymbols()
396 if (section_type == MachO::S_SYMBOL_STUBS) in PrintIndirectSymbols()
422 section_type == MachO::S_SYMBOL_STUBS) { in PrintIndirectSymbols()
424 if (section_type == MachO::S_SYMBOL_STUBS) in PrintIndirectSymbols()
2202 section_type == MachO::S_SYMBOL_STUBS) && in GuessIndirectSymbol()
2206 if (section_type == MachO::S_SYMBOL_STUBS) in GuessIndirectSymbol()
2236 section_type == MachO::S_SYMBOL_STUBS) && in GuessIndirectSymbol()
2240 if (section_type == MachO::S_SYMBOL_STUBS) in GuessIndirectSymbol()
7312 else if (section_type == MachO::S_SYMBOL_STUBS) in PrintSection()
7366 if (section_type == MachO::S_SYMBOL_STUBS || in PrintSection()
[all …]
/external/llvm/include/llvm/Support/
DMachO.h178 S_SYMBOL_STUBS = 0x08u, enumerator