Searched refs:R_386_GOTPC (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12-stable/contrib/binutils/include/elf/ |
| D | i386.h | 37 RELOC_NUMBER (R_386_GOTPC, 10) /* 32 bit PC relative offset to GOT */
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/ |
| D | i386.def | 17 ELF_RELOC(R_386_GOTPC, 10)
|
| /freebsd-12-stable/contrib/llvm-project/lld/ELF/Arch/ |
| D | X86.cpp | 104 case R_386_GOTPC: in getRelExpr() 257 case R_386_GOTPC: in getImplicitAddend() 322 case R_386_GOTPC: in relocate()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| D | X86ELFObjectWriter.cpp | 271 return ELF::R_386_GOTPC; in getRelocType32()
|
| /freebsd-12-stable/contrib/binutils/bfd/ |
| D | elf32-i386.c | 65 HOWTO(R_386_GOTPC, 0, 2, 32, TRUE, 0, complain_overflow_bitfield, 73 #define R_386_standard (R_386_GOTPC + 1) 237 return &elf_howto_table[R_386_GOTPC]; in elf_i386_reloc_type_lookup() 1103 case R_386_GOTPC: in elf_i386_check_relocs() 2489 case R_386_GOTPC: in elf_i386_relocate_section()
|
| D | ChangeLog-9495 | 5820 R_386_GOTPC to be pc_relative and pcrel_offset.
|
| /freebsd-12-stable/sys/sys/ |
| D | elf_common.h | 949 #define R_386_GOTPC 10 /* Add PC-relative GOT table address. */ macro
|
| /freebsd-12-stable/contrib/llvm-project/lld/ELF/ |
| D | InputSection.cpp | 894 if (config->emachine == EM_386 && type == R_386_GOTPC) in relocateNonAlloc()
|
| /freebsd-12-stable/contrib/elftoolchain/common/ |
| D | elfdefinitions.h | 1466 _ELF_DEFINE_RELOC(R_386_GOTPC, 10) \
|
| /freebsd-12-stable/contrib/binutils/gas/ |
| D | ChangeLog-0203 | 4905 in displacement for R_386_32 reloc, use R_386_GOTPC and compute 4908 R_386_GOTPC. 4909 (md_apply_fix3): Remove R_386_GOTPC handling.
|