Searched refs:R_386_TLS_GD (Results 1 – 8 of 8) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
D | reloc32.d | 29 .*[ ]+R_386_TLS_GD[ ]+xtrn 30 .*[ ]+R_386_TLS_GD[ ]+xtrn 55 .*[ ]+R_386_TLS_GD[ ]+xtrn
|
D | tlsd.d | 18 [ ]+14: R_386_TLS_GD foo
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/ |
D | tlsgd2.d | 4 #error: .*TLS transition from R_386_TLS_GD to R_386_TLS_LE_32 against `foo'.*failed.*
|
/toolchain/binutils/binutils-2.25/elfcpp/ |
D | i386.h | 62 R_386_TLS_GD = 18, // Initial General Dynamic reloc, gnu-style enumerator
|
/toolchain/binutils/binutils-2.25/include/elf/ |
D | i386.h | 44 RELOC_NUMBER (R_386_TLS_GD, 18)
|
/toolchain/binutils/binutils-2.25/gold/ |
D | i386.cc | 1621 case elfcpp::R_386_TLS_GD: in optimize_tls_reloc() 1696 case elfcpp::R_386_TLS_GD: // Global-dynamic in get_reference_flags() 1923 case elfcpp::R_386_TLS_GD: // Global-dynamic in local() 1939 case elfcpp::R_386_TLS_GD: // Global-dynamic in local() 2390 case elfcpp::R_386_TLS_GD: // Global-dynamic in global() 2406 case elfcpp::R_386_TLS_GD: // Global-dynamic in global() 2913 case elfcpp::R_386_TLS_GD: // Global-dynamic in relocate() 2974 case elfcpp::R_386_TLS_GD: // Global-dynamic in relocate_tls() 3616 case elfcpp::R_386_TLS_GD: // Global-dynamic in get_size_for_reloc()
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf32-i386.c | 94 HOWTO(R_386_TLS_GD, 0, 2, 32, FALSE, 0, complain_overflow_bitfield, 268 return &elf_howto_table[R_386_TLS_GD - R_386_ext_offset]; in elf_i386_reloc_type_lookup() 1130 case R_386_TLS_GD: in elf_i386_check_tls_transition() 1136 if (r_type == R_386_TLS_GD) in elf_i386_check_tls_transition() 1301 case R_386_TLS_GD: in elf_i386_tls_transition() 1329 if (to_type == R_386_TLS_GD in elf_i386_tls_transition() 1560 case R_386_TLS_GD: in elf_i386_check_relocs() 1571 case R_386_TLS_GD: tls_type = GOT_TLS_GD; break; in elf_i386_check_relocs() 1938 case R_386_TLS_GD: in elf_i386_gc_sweep_hook() 3783 case R_386_TLS_GD: in elf_i386_relocate_section() [all …]
|
D | ChangeLog-2006 | 2447 and GOT_TLS_IE_IE for R_386_TLS_GD and R_386_TLS_IE
|