Searched refs:R_386_GOTPC (Results 1 – 11 of 11) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ |
D | reloc32.d | 25 .*[ ]+R_386_GOTPC[ ]+_GLOBAL_OFFSET_TABLE_ 26 .*[ ]+R_386_GOTPC[ ]+_GLOBAL_OFFSET_TABLE_ 52 .*[ ]+R_386_GOTPC[ ]+_GLOBAL_OFFSET_TABLE_ 53 .*[ ]+R_386_GOTPC[ ]+_GLOBAL_OFFSET_TABLE_
|
D | tlspic.d | 16 [ ]+d: R_386_GOTPC _GLOBAL_OFFSET_TABLE_
|
D | tlsnopic.d | 12 [ ]+8: R_386_GOTPC _GLOBAL_OFFSET_TABLE_
|
D | tlsd.d | 16 [ ]+d: R_386_GOTPC _GLOBAL_OFFSET_TABLE_
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-ifunc/ |
D | ifunc-5r-local-i386.d | 9 [0-9a-f]+[ ]+[0-9a-f]+[ ]+R_386_GOTPC[ ]+0+[ ]+_GLOBAL_OFFSET_TABLE_[ ]*
|
/toolchain/binutils/binutils-2.27/elfcpp/ |
D | i386.h | 54 R_386_GOTPC = 10, // 32-bit PC relative offset to GOT enumerator
|
/toolchain/binutils/binutils-2.27/include/elf/ |
D | i386.h | 36 RELOC_NUMBER (R_386_GOTPC, 10) /* 32 bit PC relative offset to GOT */
|
/toolchain/binutils/binutils-2.27/gold/ |
D | i386.cc | 1704 case elfcpp::R_386_GOTPC: in get_reference_flags() 1882 case elfcpp::R_386_GOTPC: in local() 2418 case elfcpp::R_386_GOTPC: in global() 2966 case elfcpp::R_386_GOTPC: in relocate() 3730 case elfcpp::R_386_GOTPC: in get_size_for_reloc()
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | elf32-i386.c | 71 HOWTO(R_386_GOTPC, 0, 2, 32, TRUE, 0, complain_overflow_bitfield, 79 #define R_386_standard (R_386_GOTPC + 1) 251 return &elf_howto_table[R_386_GOTPC]; in elf_i386_reloc_type_lookup() 2121 case R_386_GOTPC: in elf_i386_check_relocs() 4363 case R_386_GOTPC: in elf_i386_relocate_section()
|
D | ChangeLog-9495 | 5820 R_386_GOTPC to be pc_relative and pcrel_offset.
|
/toolchain/binutils/binutils-2.27/gas/ |
D | ChangeLog-0203 | 4897 in displacement for R_386_32 reloc, use R_386_GOTPC and compute 4900 R_386_GOTPC. 4901 (md_apply_fix3): Remove R_386_GOTPC handling.
|