Home
last modified time | relevance | path

Searched refs:unsignedRelocType (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lld/MachO/Arch/
H A DARM64_32.cpp103 unsignedRelocType = GENERIC_RELOC_INVALID; // FIXME in ARM64_32()
H A DX86_64.cpp186 unsignedRelocType = X86_64_RELOC_UNSIGNED; in X86_64()
H A DARM64.cpp141 unsignedRelocType = ARM64_RELOC_UNSIGNED; in ARM64()
/llvm-project-15.0.7/lld/MachO/
H A DEhFrame.cpp120 Reloc minuendReloc(target->unsignedRelocType, /*pcrel=*/false, length, off, in createSubtraction()
H A DTarget.h117 uint8_t unsignedRelocType; variable