HomeSort by: relevance | last modified time | path
    Searched refs:GENERIC_RELOC_PAIR (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOI386.h 56 UNIMPLEMENTED_RELOC(MachO::GENERIC_RELOC_PAIR);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 432 (MachO::GENERIC_RELOC_PAIR << 24) | // r_type
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
MachO.h 404 GENERIC_RELOC_PAIR = 1,
414 PPC_RELOC_PAIR = GENERIC_RELOC_PAIR,
434 ARM_RELOC_PAIR = GENERIC_RELOC_PAIR,
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp 503 case MachO::GENERIC_RELOC_PAIR: // prints no info
511 // GENERIC_RELOC_PAIR.
514 if (RType != MachO::GENERIC_RELOC_PAIR)
515 reportError(Obj->getFileName(), "Expected GENERIC_RELOC_PAIR after "
533 // GENERIC_RELOC_PAIR.
535 if (RType != MachO::GENERIC_RELOC_PAIR)
536 reportError(Obj->getFileName(), "Expected GENERIC_RELOC_PAIR after "
835 r_type == MachO::GENERIC_RELOC_PAIR) ||
llvm-objdump.cpp 406 // On arches that use the generic relocations, GENERIC_RELOC_PAIR
409 return Type == MachO::GENERIC_RELOC_PAIR;

Completed in 103 milliseconds