HomeSort by relevance Sort by last modified time
    Searched refs:S_SYMBOL_STUBS (Results 1 - 7 of 7) sorted by null

  /external/llvm/include/llvm/MC/
MCSectionMachO.h 67 /// S_SYMBOL_STUBS - Section with symbol stubs, byte size of stub in
69 S_SYMBOL_STUBS = 0x08U,
  /external/llvm/lib/MC/
MCSectionMachO.cpp 30 { "symbol_stubs", "S_SYMBOL_STUBS" }, // 0x08
120 // If we have a S_SYMBOL_STUBS size specified, print it along with 'none' as
150 // If we have a S_SYMBOL_STUBS size specified, print it.
245 // S_SYMBOL_STUBS always require a symbol stub size specifier.
246 if (TAA == MCSectionMachO::S_SYMBOL_STUBS)
282 // S_SYMBOL_STUBS always require a symbol stub size specifier.
283 if (TAA == MCSectionMachO::S_SYMBOL_STUBS)
289 // If we have a stub size spec, we must have a sectiontype of S_SYMBOL_STUBS.
290 if ((TAA & MCSectionMachO::SECTION_TYPE) != MCSectionMachO::S_SYMBOL_STUBS)
MachObjectWriter.cpp 397 Section.getType() != MCSectionMachO::S_SYMBOL_STUBS)
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 478 MCSectionMachO::S_SYMBOL_STUBS |
484 MCSectionMachO::S_SYMBOL_STUBS |
519 MCSectionMachO::S_SYMBOL_STUBS |
566 MCSectionMachO::S_SYMBOL_STUBS |
  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 154 MCSectionMachO::S_SYMBOL_STUBS |
161 MCSectionMachO::S_SYMBOL_STUBS |
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 519 MCSectionMachO::S_SYMBOL_STUBS |
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 575 MCSectionMachO::S_SYMBOL_STUBS,
581 MCSectionMachO::S_SYMBOL_STUBS,
    [all...]

Completed in 1733 milliseconds