Home
last modified time | relevance | path

Searched refs:R_AARCH64_IRELATIVE (Results 1 – 8 of 8) sorted by relevance

/freebsd/libexec/rtld-elf/aarch64/
H A Dreloc.c302 case R_AARCH64_IRELATIVE: in reloc_plt()
384 if (ELF_R_TYPE(rela->r_info) == R_AARCH64_IRELATIVE) in reloc_iresolve()
401 if (ELF_R_TYPE(rela->r_info) == R_AARCH64_IRELATIVE) in reloc_iresolve_nonplt()
447 ELF_R_TYPE(rel->r_info) == R_AARCH64_IRELATIVE); in reloc_jmpslot()
601 case R_AARCH64_IRELATIVE: in reloc_non_plt()
/freebsd/sys/arm64/arm64/
H A Delf_machdep.c157 return (ELF_R_TYPE(r_info) == R_AARCH64_IRELATIVE); in elf_is_ifunc_reloc()
211 if (rtype != R_AARCH64_IRELATIVE) in elf_reloc_internal()
256 case R_AARCH64_IRELATIVE: in elf_reloc_internal()
/freebsd/lib/libc/csu/aarch64/
H A Dreloc.c43 case R_AARCH64_IRELATIVE: in crt1_handle_rela()
/freebsd/stand/common/
H A Dreloc_elf.c96 #define RELOC_IRELATIVE R_AARCH64_IRELATIVE in __elfN()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DAArch64.cpp82 iRelativeRel = R_AARCH64_IRELATIVE; in AArch64()
239 case R_AARCH64_IRELATIVE: in getImplicitAddend()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A DAArch64.def142 ELF_RELOC(R_AARCH64_IRELATIVE, 0x408)
/freebsd/sys/sys/
H A Delf_common.h1088 #define R_AARCH64_IRELATIVE 1032 macro
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1624 _ELF_DEFINE_RELOC(R_AARCH64_IRELATIVE, 1032)