Searched refs:R_X86_64_GOT32 (Results 1 – 8 of 8) sorted by relevance
/openbsd/sys/arch/amd64/include/ |
H A D | reloc.h | 35 #define R_X86_64_GOT32 3 macro
|
/openbsd/gnu/usr.bin/binutils/include/elf/ |
H A D | x86-64.h | 30 RELOC_NUMBER (R_X86_64_GOT32, 3) /* 32 bit GOT entry */
|
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/ |
H A D | x86-64.h | 31 RELOC_NUMBER (R_X86_64_GOT32, 3) /* 32 bit GOT entry */
|
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/ |
H A D | x86_64.def | 9 ELF_RELOC(R_X86_64_GOT32, 3)
|
/openbsd/gnu/llvm/lld/ELF/Arch/ |
H A D | X86_64.cpp | 338 case R_X86_64_GOT32: in getRelExpr() 677 case R_X86_64_GOT32: in getImplicitAddend() 743 case R_X86_64_GOT32: in relocate()
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86ELFObjectWriter.cpp | 134 return IsPCRel ? ELF::R_X86_64_GOTPC32 : ELF::R_X86_64_GOT32; in getRelocType64()
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | elf64-x86-64.c | 46 HOWTO(R_X86_64_GOT32, 0, 2, 32, FALSE, 0, complain_overflow_signed, 128 { BFD_RELOC_X86_64_GOT32, R_X86_64_GOT32,}, 678 case R_X86_64_GOT32: in elf64_x86_64_check_relocs() 1066 case R_X86_64_GOT32: in elf64_x86_64_gc_sweep_hook() 1821 case R_X86_64_GOT32: in elf64_x86_64_relocate_section()
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elf64-x86-64.c | 47 HOWTO(R_X86_64_GOT32, 0, 2, 32, FALSE, 0, complain_overflow_signed, 174 { BFD_RELOC_X86_64_GOT32, R_X86_64_GOT32,}, 792 case R_X86_64_GOT32: in elf64_x86_64_check_relocs() 1227 case R_X86_64_GOT32: in elf64_x86_64_gc_sweep_hook() 2143 case R_X86_64_GOT32: in elf64_x86_64_relocate_section()
|