Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/docs/ELF/
H A Dlarge_sections.rst8 relocation R_X86_64_PC32 out of range: 2158227201 is not in [-2147483648, 2147483647]
12 ``R_X86_64_PC32`` relocation, which is a 32-bit signed offset from the PC. That
/freebsd/libexec/rtld-elf/amd64/
H A Dreloc.c161 case R_X86_64_PC32: in reloc_non_plt()
185 case R_X86_64_PC32: in reloc_non_plt()
224 case R_X86_64_PC32: in reloc_non_plt()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A Dx86_64.def8 ELF_RELOC(R_X86_64_PC32, 2)
/freebsd/lib/libkldelf/
H A Def_amd64.c78 case R_X86_64_PC32: in ef_amd64_reloc()
/freebsd/sys/amd64/amd64/
H A Delf_machdep.c296 case R_X86_64_PC32: in elf_reloc_internal()
337 case R_X86_64_PC32: /* S + A - P */ in elf_reloc_internal()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DX86_64.cpp169 return R.type == R_X86_64_PLT32 || R.type == R_X86_64_PC32 || in isRelocationForJmpInsn()
380 case R_X86_64_PC32: in getRelExpr()
728 case R_X86_64_PC32: in getImplicitAddend()
791 case R_X86_64_PC32: in relocate()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp316 case ELF::R_X86_64_PC32: { in resolveX86_64Relocation()
1813 ELF::R_X86_64_PC32); in processRelocationRef()
1822 resolveRelocation(*Section, Offset, StubAddress, ELF::R_X86_64_PC32, in processRelocationRef()
1827 processSimpleRelocation(SectionID, Offset, ELF::R_X86_64_PC32, Value); in processRelocationRef()
1834 ELF::R_X86_64_PC32); in processRelocationRef()
1861 resolveGOTOffsetRelocation(SectionID, Offset, Addend, ELF::R_X86_64_PC32); in processRelocationRef()
1869 } else if (RelType == ELF::R_X86_64_PC32) { in processRelocationRef()
2005 ELF::R_X86_64_PC32); in processX86_64GOTTPOFFRelocation()
2521 GOT1 - 4, ELF::R_X86_64_PC32); in createIFuncStub()
2563 case ELF::R_X86_64_PC32: in relocationNeedsStub()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DRelocationResolver.cpp46 case ELF::R_X86_64_PC32: in supportsX86_64()
65 case ELF::R_X86_64_PC32: in resolveX86_64()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_x86_64.cpp159 case ELF::R_X86_64_PC32: in addSingleRelocation()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp120 return IsPCRel ? ELF::R_X86_64_PC32 : ELF::R_X86_64_32; in getRelocType64()
/freebsd/sys/sys/
H A Delf_common.h1466 #define R_X86_64_PC32 2 /* PC-relative 32 bit signed sym value. */ macro
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h2250 _ELF_DEFINE_RELOC(R_X86_64_PC32, 2) \
/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp109 if (config->emachine == EM_X86_64 && rel.type == R_X86_64_PC32 && in reportRangeError()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2915 case R_X86_64_PC32: in ApplyRelocations()