Home
last modified time | relevance | path

Searched refs:ARM64_RELOC_SUBTRACTOR (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/Arch/
H A DARM64Common.cpp22 rel.r_type != ARM64_RELOC_SUBTRACTOR) { in getEmbeddedAddend()
68 case ARM64_RELOC_SUBTRACTOR: in relocateOne()
H A DARM64.cpp200 subtractorRelocType = ARM64_RELOC_SUBTRACTOR; in ARM64()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOAArch64.h302 if (Obj.getAnyRelocationType(RelInfo) == MachO::ARM64_RELOC_SUBTRACTOR) in processRelocationRef()
417 case MachO::ARM64_RELOC_SUBTRACTOR: { in resolveRelocation()
510 RelocationEntry R(SectionID, Offset, MachO::ARM64_RELOC_SUBTRACTOR, (uint64_t)Addend, in processSubtractRelocation()
522 case MachO::ARM64_RELOC_SUBTRACTOR: return "ARM64_RELOC_SUBTRACTOR"; in getRelocName()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp297 Type = MachO::ARM64_RELOC_SUBTRACTOR; in recordRelocation()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_arm64.cpp66 case MachO::ARM64_RELOC_SUBTRACTOR: in getRelocationKind()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h458 ARM64_RELOC_SUBTRACTOR = 1, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp5417 return RelocType == MachO::ARM64_RELOC_SUBTRACTOR; in isMachOPairedReloc()