Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/MachO/Arch/
H A DARM64_32.cpp116 unsignedRelocType = GENERIC_RELOC_INVALID; // FIXME in ARM64_32()
H A DX86_64.cpp210 unsignedRelocType = X86_64_RELOC_UNSIGNED; in X86_64()
H A DARM64.cpp170 unsignedRelocType = ARM64_RELOC_UNSIGNED; in ARM64()
/openbsd-src/gnu/llvm/lld/MachO/
H A DEhFrame.cpp120 Reloc minuendReloc(target->unsignedRelocType, /*pcrel=*/false, length, off, in createSubtraction()
H A DTarget.h134 uint8_t unsignedRelocType; variable
H A DSyntheticSections.cpp859 {/*type=*/target->unsignedRelocType, in setUp()