Home
last modified time | relevance | path

Searched refs:R_AARCH64_RELATIVE (Results 1 – 11 of 11) sorted by relevance

/freebsd/lib/libkldelf/
H A Def_aarch64.c66 case R_AARCH64_RELATIVE: in ef_aarch64_reloc()
/freebsd/stand/common/
H A Dself_reloc.c45 #define RELOC_TYPE_RELATIVE R_AARCH64_RELATIVE
H A Dreloc_elf.c95 #define RELOC_RELATIVE R_AARCH64_RELATIVE in __elfN()
/freebsd/sys/arm64/arm64/
H A Delf_machdep.c216 if (rtype == R_AARCH64_RELATIVE) in elf_reloc_internal()
224 case R_AARCH64_RELATIVE: in elf_reloc_internal()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DAArch64.cpp81 relativeRel = R_AARCH64_RELATIVE; in AArch64()
238 case R_AARCH64_RELATIVE: in getImplicitAddend()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A DAArch64.def134 ELF_RELOC(R_AARCH64_RELATIVE, 0x403)
/freebsd/libexec/rtld-elf/aarch64/
H A Dreloc.c596 case R_AARCH64_RELATIVE: in reloc_non_plt()
/freebsd/sys/arm64/linux/
H A Dlinux_sysvec.c571 case R_AARCH64_RELATIVE: /* B + A */ in linux_vdso_reloc()
/freebsd/sys/sys/
H A Delf_common.h1083 #define R_AARCH64_RELATIVE 1027 /* Add load address of shared object */ macro
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp202 return ELF::R_AARCH64_RELATIVE; in getELFRelativeRelocationType()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1619 _ELF_DEFINE_RELOC(R_AARCH64_RELATIVE, 1027) \