Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/Arch/
H A DARM64_32.cpp114 unsignedRelocType = GENERIC_RELOC_INVALID; // FIXME in ARM64_32()
H A DX86_64.cpp211 unsignedRelocType = X86_64_RELOC_UNSIGNED; in X86_64()
H A DARM64.cpp199 unsignedRelocType = ARM64_RELOC_UNSIGNED; in ARM64()
/freebsd/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.cpp864 objcSelref->relocs.push_back({/*type=*/target->unsignedRelocType, in makeSelRef()