Home
last modified time | relevance | path

Searched refs:R_AARCH64_CALL26 (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DAArch64.cpp145 case R_AARCH64_CALL26: in getRelExpr()
314 case R_AARCH64_CALL26: in getImplicitAddend()
383 if (type != R_AARCH64_CALL26 && type != R_AARCH64_JUMP26 && in needsThunk()
398 if (type != R_AARCH64_CALL26 && type != R_AARCH64_JUMP26 && in inBranchRange()
524 case R_AARCH64_CALL26: in relocate()
/freebsd/sys/arm64/arm64/
H A Delf_machdep.c241 case R_AARCH64_CALL26: in elf_reloc_internal()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A DAArch64.def36 ELF_RELOC(R_AARCH64_CALL26, 0x11b)
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_aarch64.cpp83 case ELF::R_AARCH64_CALL26: in getRelocationKind()
/freebsd/contrib/llvm-project/lld/ELF/
H A DThunks.cpp531 target->relocateNoSym(buf, R_AARCH64_CALL26, s - p); in writeTo()
1258 if (type != R_AARCH64_CALL26 && type != R_AARCH64_JUMP26 && in addThunkAArch64()
H A DInputSection.cpp578 case R_AARCH64_CALL26: in getAArch64UndefinedRelativeWeakVA()
/freebsd/sys/sys/
H A Delf_common.h1079 #define R_AARCH64_CALL26 283 /* Call immediate */ macro
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp489 case ELF::R_AARCH64_CALL26: // fallthrough in resolveAArch64Relocation()
1321 if ((RelType == ELF::R_AARCH64_CALL26 || in processRelocationRef()
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c820 if (GELF_R_TYPE(rela->r_info) != R_AARCH64_CALL26 && in dt_modtext()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1529 _ELF_DEFINE_RELOC(R_AARCH64_CALL26, 283) \