Home
last modified time | relevance | path

Searched refs:R_X86_64_NONE (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A Dx86_64.def6 ELF_RELOC(R_X86_64_NONE, 0)
/freebsd/stand/common/
H A Dself_reloc.c47 #define RELOC_TYPE_NONE R_X86_64_NONE
/freebsd/lib/libkldelf/
H A Def_amd64.c89 case R_X86_64_NONE: /* none */ in ef_amd64_reloc()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DX86_64.cpp400 case R_X86_64_NONE: in getRelExpr()
459 return R_X86_64_NONE; in getDynRel()
753 case R_X86_64_NONE: in getImplicitAddend()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DRelocationResolver.cpp42 case ELF::R_X86_64_NONE: in supportsX86_64()
59 case ELF::R_X86_64_NONE: in resolveX86_64()
/freebsd/sys/amd64/amd64/
H A Delf_machdep.c325 case R_X86_64_NONE: /* none */ in elf_reloc_internal()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_x86_64.cpp134 if (LLVM_UNLIKELY(ELFReloc == ELF::R_X86_64_NONE)) in addSingleRelocation()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp115 return ELF::R_X86_64_NONE; in getRelocType64()
H A DX86AsmBackend.cpp608 .Case("BFD_RELOC_NONE", ELF::R_X86_64_NONE) in getFixupKind()
/freebsd/libexec/rtld-elf/amd64/
H A Dreloc.c225 case R_X86_64_NONE: in reloc_non_plt()
/freebsd/sys/sys/
H A Delf_common.h1641 #define R_X86_64_NONE 0 /* No relocation. */ macro
/freebsd/sys/amd64/linux/
H A Dlinux_sysvec.c838 case R_X86_64_NONE: /* none */ in linux_vdso_reloc()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h2248 _ELF_DEFINE_RELOC(R_X86_64_NONE, 0) \
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp267 case ELF::R_X86_64_NONE: in resolveX86_64Relocation()