Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A Dx86_64.def30 ELF_RELOC(R_X86_64_PC64, 24)
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DX86_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/contrib/llvm-project/llvm/lib/Object/
H A DRelocationResolver.cpp47 case ELF::R_X86_64_PC64: in supportsX86_64()
66 case ELF::R_X86_64_PC64: in resolveX86_64()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_x86_64.cpp163 case ELF::R_X86_64_PC64: in addSingleRelocation()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp118 return IsPCRel ? ELF::R_X86_64_PC64 : ELF::R_X86_64_64; in getRelocType64()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.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/sys/sys/
H A Delf_common.h1665 #define R_X86_64_PC64 24 /* PC-relative 64 bit signed sym value. */ macro
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c413 R_X86_64_PC64); in prepare_elf64()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h2272 _ELF_DEFINE_RELOC(R_X86_64_PC64, 24) \