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

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOI386.h 57 UNIMPLEMENTED_RELOC(MachO::GENERIC_RELOC_PAIR);
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMachObjectWriter.cpp 280 makeScatteredRelocationInfo(MRE, other_half, MachO::GENERIC_RELOC_PAIR,
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 795 case MachO::GENERIC_RELOC_PAIR: // prints no info
803 // GENERIC_RELOC_PAIR.
806 if (RType != MachO::GENERIC_RELOC_PAIR)
807 report_fatal_error("Expected GENERIC_RELOC_PAIR after "
825 // GENERIC_RELOC_PAIR.
827 if (RType != MachO::GENERIC_RELOC_PAIR)
828 report_fatal_error("Expected GENERIC_RELOC_PAIR after "
921 // On arches that use the generic relocations, GENERIC_RELOC_PAIR
924 if (Type == MachO::GENERIC_RELOC_PAIR)
    [all...]
  /external/llvm/include/llvm/Support/
MachO.h 400 GENERIC_RELOC_PAIR = 1,
410 PPC_RELOC_PAIR = GENERIC_RELOC_PAIR,
430 ARM_RELOC_PAIR = GENERIC_RELOC_PAIR,
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 434 (MachO::GENERIC_RELOC_PAIR << 24) | // r_type

Completed in 100 milliseconds