/openbsd/sys/arch/amd64/include/ |
H A D | reloc.h | 34 #define R_X86_64_PC32 2 macro
|
/openbsd/gnu/usr.bin/binutils/include/elf/ |
H A D | x86-64.h | 29 RELOC_NUMBER (R_X86_64_PC32, 2) /* PC relative 32 bit signed */
|
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/ |
H A D | x86-64.h | 30 RELOC_NUMBER (R_X86_64_PC32, 2) /* PC relative 32 bit signed */
|
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/ |
H A D | x86_64.def | 8 ELF_RELOC(R_X86_64_PC32, 2)
|
/openbsd/gnu/llvm/lld/ELF/Arch/ |
H A D | X86_64.cpp | 166 return R.type == R_X86_64_PLT32 || R.type == R_X86_64_PC32 || in isRelocationForJmpInsn() 335 case R_X86_64_PC32: in getRelExpr() 683 case R_X86_64_PC32: in getImplicitAddend() 746 case R_X86_64_PC32: in relocate()
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elf64-x86-64.c | 44 HOWTO(R_X86_64_PC32, 0, 2, 32, TRUE, 0, complain_overflow_signed, 173 { BFD_RELOC_32_PCREL, R_X86_64_PC32, }, 949 case R_X86_64_PC32: in elf64_x86_64_check_relocs() 994 && (r_type != R_X86_64_PC32) in elf64_x86_64_check_relocs() 1101 || r_type == R_X86_64_PC32 in elf64_x86_64_check_relocs() 1253 case R_X86_64_PC32: in elf64_x86_64_gc_sweep_hook() 2348 case R_X86_64_PC32: in elf64_x86_64_relocate_section() 2354 || r_type != R_X86_64_PC32 in elf64_x86_64_relocate_section() 2361 && r_type == R_X86_64_PC32 in elf64_x86_64_relocate_section() 2398 && r_type != R_X86_64_PC32 in elf64_x86_64_relocate_section() [all …]
|
H A D | ChangeLog-2004 | 2539 R_X86_64_PC8, R_X86_64_PC16 and R_X86_64_PC32 relocations 3601 if r_type is not R_X86_64_PC32.
|
H A D | ChangeLog-2005 | 4782 (elf64_x86_64_relocate_section): Alllow R_X86_64_PC32 on a
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | elf64-x86-64.c | 43 HOWTO(R_X86_64_PC32, 0, 2, 32, TRUE, 0, complain_overflow_signed, 127 { BFD_RELOC_32_PCREL, R_X86_64_PC32, }, 800 case R_X86_64_PC32: in elf64_x86_64_check_relocs() 842 && (r_type != R_X86_64_PC32)) in elf64_x86_64_check_relocs() 946 || r_type == R_X86_64_PC32) in elf64_x86_64_check_relocs() 1087 case R_X86_64_PC32: in elf64_x86_64_gc_sweep_hook() 1943 case R_X86_64_PC32: in elf64_x86_64_relocate_section() 1964 && r_type != R_X86_64_PC32) in elf64_x86_64_relocate_section() 2009 || r_type == R_X86_64_PC32 in elf64_x86_64_relocate_section()
|
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.cpp | 316 case ELF::R_X86_64_PC32: { in resolveX86_64Relocation() 1802 ELF::R_X86_64_PC32); in processRelocationRef() 1811 resolveRelocation(*Section, Offset, StubAddress, ELF::R_X86_64_PC32, in processRelocationRef() 1816 processSimpleRelocation(SectionID, Offset, ELF::R_X86_64_PC32, Value); in processRelocationRef() 1823 ELF::R_X86_64_PC32); in processRelocationRef() 1850 resolveGOTOffsetRelocation(SectionID, Offset, Addend, ELF::R_X86_64_PC32); in processRelocationRef() 1858 } else if (RelType == ELF::R_X86_64_PC32) { in processRelocationRef() 1994 ELF::R_X86_64_PC32); in processX86_64GOTTPOFFRelocation() 2509 GOT1 - 4, ELF::R_X86_64_PC32); in createIFuncStub() 2551 case ELF::R_X86_64_PC32: in relocationNeedsStub()
|
/openbsd/gnu/llvm/llvm/lib/Object/ |
H A D | RelocationResolver.cpp | 47 case ELF::R_X86_64_PC32: in supportsX86_64() 66 case ELF::R_X86_64_PC32: in resolveX86_64()
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ |
H A D | ELF_x86_64.cpp | 128 case ELF::R_X86_64_PC32: in getRelocationKind()
|
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 2740 case R_X86_64_PC32: in ApplyRelocations()
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/po/ |
H A D | bfd.pot | 2002 "%B: relocation R_X86_64_PC32 against protected function `%s' can not be used "
|
H A D | vi.po | 1887 msgid "%B: relocation R_X86_64_PC32 against protected function `%s' can not be used when making a s…
|