Searched refs:R_X86_64_NONE (Results 1 - 13 of 13) sorted by relevance

/freebsd-current/stand/common/
H A Dself_reloc.c47 #define RELOC_TYPE_NONE R_X86_64_NONE
/freebsd-current/usr.sbin/kldxref/
H A Def_amd64.c89 case R_X86_64_NONE: /* none */
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp115 return ELF::R_X86_64_NONE;
H A DX86AsmBackend.cpp597 .Case("BFD_RELOC_NONE", ELF::R_X86_64_NONE)
634 // Fixup kinds from .reloc directive are like R_386_NONE/R_X86_64_NONE. They
/freebsd-current/contrib/llvm-project/lld/ELF/Arch/
H A DX86_64.cpp397 case R_X86_64_NONE:
456 return R_X86_64_NONE;
750 case R_X86_64_NONE:
/freebsd-current/libexec/rtld-elf/amd64/
H A Dreloc.c219 case R_X86_64_NONE:
/freebsd-current/sys/amd64/amd64/
H A Delf_machdep.c325 case R_X86_64_NONE: /* none */
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_x86_64.cpp133 // R_X86_64_NONE is a no-op.
134 if (LLVM_UNLIKELY(ELFReloc == ELF::R_X86_64_NONE))
/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DRelocationResolver.cpp42 case ELF::R_X86_64_NONE:
59 case ELF::R_X86_64_NONE:
/freebsd-current/sys/amd64/linux/
H A Dlinux_sysvec.c838 case R_X86_64_NONE: /* none */
/freebsd-current/sys/sys/
H A Delf_common.h1462 #define R_X86_64_NONE 0 /* No relocation. */ macro
/freebsd-current/contrib/elftoolchain/common/
H A Delfdefinitions.h2248 _ELF_DEFINE_RELOC(R_X86_64_NONE, 0) \
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp268 case ELF::R_X86_64_NONE:

Completed in 296 milliseconds