Searched refs:R_386_TLS_GD (Results 1 – 9 of 9) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ |
D | reloc32.d | 30 .*[ ]+R_386_TLS_GD[ ]+xtrn 31 .*[ ]+R_386_TLS_GD[ ]+xtrn 56 .*[ ]+R_386_TLS_GD[ ]+xtrn
|
D | tlsd.d | 18 [ ]+14: R_386_TLS_GD foo
|
/toolchain/binutils/binutils-2.27/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.*
|
D | tlsgd4.d | 4 #error: .*TLS transition from R_386_TLS_GD to R_386_TLS_LE_32 against `foo'.*failed.*
|
/toolchain/binutils/binutils-2.27/elfcpp/ |
D | i386.h | 62 R_386_TLS_GD = 18, // Initial General Dynamic reloc, gnu-style enumerator
|
/toolchain/binutils/binutils-2.27/include/elf/ |
D | i386.h | 44 RELOC_NUMBER (R_386_TLS_GD, 18)
|
/toolchain/binutils/binutils-2.27/gold/ |
D | i386.cc | 1651 case elfcpp::R_386_TLS_GD: in optimize_tls_reloc() 1727 case elfcpp::R_386_TLS_GD: // Global-dynamic in get_reference_flags() 1955 case elfcpp::R_386_TLS_GD: // Global-dynamic in local() 1971 case elfcpp::R_386_TLS_GD: // Global-dynamic in local() 2441 case elfcpp::R_386_TLS_GD: // Global-dynamic in global() 2457 case elfcpp::R_386_TLS_GD: // Global-dynamic in global() 2993 case elfcpp::R_386_TLS_GD: // Global-dynamic in relocate() 3054 case elfcpp::R_386_TLS_GD: // Global-dynamic in relocate_tls() 3712 case elfcpp::R_386_TLS_GD: // Global-dynamic in get_size_for_reloc()
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | elf32-i386.c | 95 HOWTO(R_386_TLS_GD, 0, 2, 32, FALSE, 0, complain_overflow_bitfield, 272 return &elf_howto_table[R_386_TLS_GD - R_386_ext_offset]; in elf_i386_reloc_type_lookup() 1235 case R_386_TLS_GD: in elf_i386_check_tls_transition() 1244 if (r_type == R_386_TLS_GD) in elf_i386_check_tls_transition() 1468 case R_386_TLS_GD: in elf_i386_tls_transition() 1495 if (to_type == R_386_TLS_GD in elf_i386_tls_transition() 2018 case R_386_TLS_GD: in elf_i386_check_relocs() 2032 case R_386_TLS_GD: tls_type = GOT_TLS_GD; break; in elf_i386_check_relocs() 4514 case R_386_TLS_GD: in elf_i386_relocate_section() 4537 if (ELF32_R_TYPE (rel->r_info) == 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
|