Searched refs:R_X86_64_PC32 (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/llvm-project/lld/docs/ELF/ |
H A D | large_sections.rst | 8 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 D | reloc.c | 161 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 D | x86_64.def | 8 ELF_RELOC(R_X86_64_PC32, 2)
|
/freebsd/lib/libkldelf/ |
H A D | ef_amd64.c | 78 case R_X86_64_PC32: in ef_amd64_reloc()
|
/freebsd/sys/amd64/amd64/ |
H A D | elf_machdep.c | 296 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 D | X86_64.cpp | 169 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 D | RuntimeDyldELF.cpp | 316 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 D | RelocationResolver.cpp | 46 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 D | ELF_x86_64.cpp | 159 case ELF::R_X86_64_PC32: in addSingleRelocation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86ELFObjectWriter.cpp | 120 return IsPCRel ? ELF::R_X86_64_PC32 : ELF::R_X86_64_32; in getRelocType64()
|
/freebsd/sys/sys/ |
H A D | elf_common.h | 1466 #define R_X86_64_PC32 2 /* PC-relative 32 bit signed sym value. */ macro
|
/freebsd/contrib/elftoolchain/common/ |
H A D | elfdefinitions.h | 2250 _ELF_DEFINE_RELOC(R_X86_64_PC32, 2) \
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Relocations.cpp | 109 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 D | ObjectFileELF.cpp | 2915 case R_X86_64_PC32: in ApplyRelocations()
|