Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/MachO/Arch/
H A DARM64_32.cpp115 unsignedRelocType = GENERIC_RELOC_INVALID; // FIXME in ARM64_32()
H A DX86_64.cpp214 unsignedRelocType = X86_64_RELOC_UNSIGNED; in X86_64()
H A DARM64.cpp201 unsignedRelocType = ARM64_RELOC_UNSIGNED; in ARM64()
/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DEhFrame.cpp120 Reloc minuendReloc(target->unsignedRelocType, /*pcrel=*/false, length, off, in createSubtraction()
H A DTarget.h135 uint8_t unsignedRelocType; variable
H A DSyntheticSections.cpp870 {/*type=*/target->unsignedRelocType, in setUp()