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 455 Section.getType() != MCSectionMachO::S_SYMBOL_STUBS)
    [all...]
  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 218 MCSectionMachO::S_SYMBOL_STUBS |
225 MCSectionMachO::S_SYMBOL_STUBS |
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 537 MCSectionMachO::S_SYMBOL_STUBS |
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 613 MCSectionMachO::S_SYMBOL_STUBS,
619 MCSectionMachO::S_SYMBOL_STUBS,
    [all...]

Completed in 161 milliseconds