Home
last modified time | relevance | path

Searched refs:R_386_GOTPC (Results 1 – 11 of 11) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
Dreloc32.d25 .*[ ]+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_
Dtlspic.d16 [ ]+d: R_386_GOTPC _GLOBAL_OFFSET_TABLE_
Dtlsnopic.d12 [ ]+8: R_386_GOTPC _GLOBAL_OFFSET_TABLE_
Dtlsd.d16 [ ]+d: R_386_GOTPC _GLOBAL_OFFSET_TABLE_
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-ifunc/
Difunc-5r-local-i386.d9 [0-9a-f]+[ ]+[0-9a-f]+[ ]+R_386_GOTPC[ ]+0+[ ]+_GLOBAL_OFFSET_TABLE_[ ]*
/toolchain/binutils/binutils-2.27/elfcpp/
Di386.h54 R_386_GOTPC = 10, // 32-bit PC relative offset to GOT enumerator
/toolchain/binutils/binutils-2.27/include/elf/
Di386.h36 RELOC_NUMBER (R_386_GOTPC, 10) /* 32 bit PC relative offset to GOT */
/toolchain/binutils/binutils-2.27/gold/
Di386.cc1704 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/
Delf32-i386.c71 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()
DChangeLog-94955820 R_386_GOTPC to be pc_relative and pcrel_offset.
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-02034897 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.