Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DRelocationResolver.cpp80 case ELF::R_AARCH64_PREL16: in supportsAArch64()
96 case ELF::R_AARCH64_PREL16: in resolveAArch64()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DAArch64.cpp144 case R_AARCH64_PREL16: in getRelExpr()
369 case R_AARCH64_PREL16: in relocate()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A DAArch64.def15 ELF_RELOC(R_AARCH64_PREL16, 0x106)
/freebsd/sys/sys/
H A Delf_common.h1052 #define R_AARCH64_PREL16 262 /* PC relative, 16-bit overflow check */ macro
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp540 case R_AARCH64_PREL16: in getAArch64UndefinedRelativeWeakVA()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1509 _ELF_DEFINE_RELOC(R_AARCH64_PREL16, 262) \
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp452 case ELF::R_AARCH64_PREL16: { in resolveAArch64Relocation()