Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
HDx86_64.def30 ELF_RELOC(R_X86_64_PC64, 24)
/freebsd-14-stable/contrib/llvm-project/lld/ELF/Arch/
HDX86_64.cpp381 case R_X86_64_PC64: in getRelExpr()
456 if (type == R_X86_64_64 || type == R_X86_64_PC64 || type == R_X86_64_SIZE32 || in getDynRel()
740 case R_X86_64_PC64: in getImplicitAddend()
801 case R_X86_64_PC64: in relocate()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Object/
HDRelocationResolver.cpp47 case ELF::R_X86_64_PC64: in supportsX86_64()
66 case ELF::R_X86_64_PC64: in resolveX86_64()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
HDX86ELFObjectWriter.cpp118 return IsPCRel ? ELF::R_X86_64_PC64 : ELF::R_X86_64_64; in getRelocType64()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
HDELF_x86_64.cpp163 case ELF::R_X86_64_PC64: in addSingleRelocation()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldELF.cpp325 case ELF::R_X86_64_PC64: { in resolveX86_64Relocation()
1864 resolveGOTOffsetRelocation(SectionID, Offset, Addend, ELF::R_X86_64_PC64); in processRelocationRef()
1872 } else if (RelType == ELF::R_X86_64_PC64) { in processRelocationRef()
2564 case ELF::R_X86_64_PC64: in relocationNeedsStub()
/freebsd-14-stable/sys/sys/
HDelf_common.h1489 #define R_X86_64_PC64 24 /* PC-relative 64 bit signed sym value. */ macro
/freebsd-14-stable/contrib/elftoolchain/common/
HDelfdefinitions.h2272 _ELF_DEFINE_RELOC(R_X86_64_PC64, 24) \