Home
last modified time | relevance | path

Searched refs:R_AARCH64_NONE (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFObjectWriter.cpp135 return ELF::R_AARCH64_NONE; in getRelocType()
148 return ELF::R_AARCH64_NONE; in getRelocType()
164 return ELF::R_AARCH64_NONE; in getRelocType()
176 return ELF::R_AARCH64_NONE; in getRelocType()
192 return ELF::R_AARCH64_NONE; in getRelocType()
197 return ELF::R_AARCH64_NONE; in getRelocType()
201 return ELF::R_AARCH64_NONE; in getRelocType()
205 return ELF::R_AARCH64_NONE; in getRelocType()
221 return ELF::R_AARCH64_NONE; in getRelocType()
245 return ELF::R_AARCH64_NONE; in getRelocType()
[all …]
H A DAArch64AsmBackend.cpp364 .Case("BFD_RELOC_NONE", ELF::R_AARCH64_NONE) in getFixupKind()
/freebsd/stand/common/
H A Dself_reloc.c44 #define RELOC_TYPE_NONE R_AARCH64_NONE
/freebsd/libexec/rtld-elf/aarch64/
H A Dreloc.c305 case R_AARCH64_NONE: in reloc_plt()
599 case R_AARCH64_NONE: in reloc_non_plt()
/freebsd/contrib/llvm-project/lld/docs/ELF/
H A Dstart-stop-gc.rst36 ".reloc ., R_AARCH64_NONE, meta\n" \
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DAArch64.cpp180 case R_AARCH64_NONE: in getRelExpr()
219 return R_AARCH64_NONE; in getDynRel()
226 case R_AARCH64_NONE: in getImplicitAddend()
/freebsd/sys/arm64/arm64/
H A Delf_machdep.c223 case R_AARCH64_NONE: in elf_reloc_internal()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A DAArch64.def8 ELF_RELOC(R_AARCH64_NONE, 0)
/freebsd/sys/arm64/linux/
H A Dlinux_sysvec.c568 case R_AARCH64_NONE: /* none */ in linux_vdso_reloc()
/freebsd/sys/sys/
H A Delf_common.h1069 #define R_AARCH64_NONE 0 /* No relocation */ macro
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c801 #define DT_REL_NONE R_AARCH64_NONE
822 GELF_R_TYPE(rela->r_info) != R_AARCH64_NONE) in dt_modtext()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1503 _ELF_DEFINE_RELOC(R_AARCH64_NONE, 0) \
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp425 case ELF::R_AARCH64_NONE: in resolveAArch64Relocation()