Searched refs:GENERIC_RELOC_PAIR (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DArchHandler_x86.cpp369 GENERIC_RELOC_PAIR | rScattered | rLength4):
371 GENERIC_RELOC_PAIR | rScattered | rLength4):
612 GENERIC_RELOC_PAIR | rScattered | rLength4);
619 GENERIC_RELOC_PAIR | rScattered | rLength4);
626 GENERIC_RELOC_PAIR | rScattered | rLength4);
H A DMachONormalizedFileYAML.cpp400 io.enumCase(value, "GENERIC_RELOC_PAIR",
401 llvm::MachO::GENERIC_RELOC_PAIR);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOI386.h56 UNIMPLEMENTED_RELOC(MachO::GENERIC_RELOC_PAIR); variable
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h402 GENERIC_RELOC_PAIR = 1, enumerator in enum:llvm::MachO::RelocationInfoType
412 PPC_RELOC_PAIR = GENERIC_RELOC_PAIR,
432 ARM_RELOC_PAIR = GENERIC_RELOC_PAIR,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp432 (MachO::GENERIC_RELOC_PAIR << 24) | // r_type
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp564 case MachO::GENERIC_RELOC_PAIR: // prints no info
572 // GENERIC_RELOC_PAIR.
575 if (RType != MachO::GENERIC_RELOC_PAIR)
576 reportError(Obj->getFileName(), "Expected GENERIC_RELOC_PAIR after "
594 // GENERIC_RELOC_PAIR.
596 if (RType != MachO::GENERIC_RELOC_PAIR)
597 reportError(Obj->getFileName(), "Expected GENERIC_RELOC_PAIR after "
896 r_type == MachO::GENERIC_RELOC_PAIR) ||
H A Dllvm-objdump.cpp556 // On arches that use the generic relocations, GENERIC_RELOC_PAIR
559 return Type == MachO::GENERIC_RELOC_PAIR;

Completed in 206 milliseconds