Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lld/docs/ELF/
HDlarge_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-14-stable/libexec/rtld-elf/amd64/
HDreloc.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-14-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
HDx86_64.def8 ELF_RELOC(R_X86_64_PC32, 2)
/freebsd-14-stable/usr.sbin/kldxref/
HDef_amd64.c78 case R_X86_64_PC32: in ef_amd64_reloc()
/freebsd-14-stable/sys/amd64/amd64/
HDelf_machdep.c299 case R_X86_64_PC32: in elf_reloc_internal()
340 case R_X86_64_PC32: /* S + A - P */ in elf_reloc_internal()
/freebsd-14-stable/contrib/llvm-project/lld/ELF/Arch/
HDX86_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-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldELF.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-14-stable/contrib/llvm-project/llvm/lib/Object/
HDRelocationResolver.cpp46 case ELF::R_X86_64_PC32: in supportsX86_64()
65 case ELF::R_X86_64_PC32: in resolveX86_64()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
HDX86ELFObjectWriter.cpp120 return IsPCRel ? ELF::R_X86_64_PC32 : ELF::R_X86_64_32; in getRelocType64()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
HDELF_x86_64.cpp159 case ELF::R_X86_64_PC32: in addSingleRelocation()
/freebsd-14-stable/sys/sys/
HDelf_common.h1467 #define R_X86_64_PC32 2 /* PC-relative 32 bit signed sym value. */ macro
/freebsd-14-stable/contrib/llvm-project/lld/ELF/
HDRelocations.cpp109 if (config->emachine == EM_X86_64 && rel.type == R_X86_64_PC32 && in reportRangeError()
/freebsd-14-stable/contrib/elftoolchain/common/
HDelfdefinitions.h2250 _ELF_DEFINE_RELOC(R_X86_64_PC32, 2) \
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp2915 case R_X86_64_PC32: in ApplyRelocations()