Searched refs:R_386_GOTPC (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/contrib/binutils/include/elf/ |
| HD | i386.h | 37 RELOC_NUMBER (R_386_GOTPC, 10) /* 32 bit PC relative offset to GOT */
|
| /NextBSD/contrib/llvm/include/llvm/Support/ELFRelocs/ |
| HD | i386.def | 17 ELF_RELOC(R_386_GOTPC, 10)
|
| /NextBSD/contrib/llvm/lib/Target/X86/MCTargetDesc/ |
| HD | X86ELFObjectWriter.cpp | 198 return IsPCRel ? ELF::R_386_GOTPC : ELF::R_386_GOT32; in getRelocType32()
|
| /NextBSD/contrib/binutils/bfd/ |
| HD | 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()
|
| HD | ChangeLog-9495 | 5820 R_386_GOTPC to be pc_relative and pcrel_offset.
|
| /NextBSD/sys/sys/ |
| HD | elf_common.h | 860 #define R_386_GOTPC 10 /* Add PC-relative GOT table address. */ macro
|
| /NextBSD/contrib/elftoolchain/common/ |
| HD | elfdefinitions.h | 1401 _ELF_DEFINE_RELOC(R_386_GOTPC, 10) \
|
| /NextBSD/contrib/binutils/gas/ |
| HD | 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.
|