Searched refs:R_386_TLS_LE_32 (Results 1 – 12 of 12) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
D | reloc32.d | 43 .*[ ]+R_386_TLS_LE_32[ ]+xtrn 44 .*[ ]+R_386_TLS_LE_32[ ]+xtrn 63 .*[ ]+R_386_TLS_LE_32[ ]+xtrn
|
D | tlsnopic.d | 18 [ ]+1f: R_386_TLS_LE_32 bar 22 [ ]+2d: R_386_TLS_LE_32 baz
|
/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.*
|
D | tlsie3.d | 4 #error: .*TLS transition from R_386_TLS_GOTIE to R_386_TLS_LE_32 against `foo'.*failed.*
|
D | tlsie5.d | 4 #error: .*TLS transition from R_386_TLS_IE to R_386_TLS_LE_32 against `foo'.*failed.*
|
D | tlsie4.d | 4 #error: .*TLS transition from R_386_TLS_IE to R_386_TLS_LE_32 against `foo'.*failed.*
|
D | tlsie2.d | 4 #error: .*TLS transition from R_386_TLS_GOTIE to R_386_TLS_LE_32 against `foo'.*failed.*
|
/toolchain/binutils/binutils-2.25/elfcpp/ |
D | i386.h | 80 R_386_TLS_LE_32 = 34, // Initial Local Exec reloc, sun-style enumerator
|
/toolchain/binutils/binutils-2.25/include/elf/ |
D | i386.h | 60 RELOC_NUMBER (R_386_TLS_LE_32, 34)
|
/toolchain/binutils/binutils-2.25/gold/ |
D | i386.cc | 1654 case elfcpp::R_386_TLS_LE_32: in optimize_tls_reloc() 1705 case elfcpp::R_386_TLS_LE_32: in get_reference_flags() 1932 case elfcpp::R_386_TLS_LE_32: in local() 2048 case elfcpp::R_386_TLS_LE_32: in local() 2055 unsigned int dyn_r_type = (r_type == elfcpp::R_386_TLS_LE_32 in local() 2399 case elfcpp::R_386_TLS_LE_32: in global() 2510 case elfcpp::R_386_TLS_LE_32: in global() 2515 unsigned int dyn_r_type = (r_type == elfcpp::R_386_TLS_LE_32 in global() 2922 case elfcpp::R_386_TLS_LE_32: in relocate() 3220 case elfcpp::R_386_TLS_LE_32: in relocate_tls() [all …]
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf32-i386.c | 122 HOWTO(R_386_TLS_LE_32, 0, 2, 32, FALSE, 0, complain_overflow_bitfield, 301 return &elf_howto_table[R_386_TLS_LE_32 - R_386_tls_offset]; in elf_i386_reloc_type_lookup() 1310 to_type = R_386_TLS_LE_32; in elf_i386_tls_transition() 1327 new_to_type = R_386_TLS_LE_32; in elf_i386_tls_transition() 1350 to_type = R_386_TLS_LE_32; in elf_i386_tls_transition() 1673 case R_386_TLS_LE_32: in elf_i386_check_relocs() 3803 if (r_type == R_386_TLS_LE_32) in elf_i386_relocate_section() 4268 BFD_ASSERT (r_type == R_386_TLS_LE_32); in elf_i386_relocate_section() 4315 case R_386_TLS_LE_32: in elf_i386_relocate_section() 4329 if (r_type == R_386_TLS_LE_32) in elf_i386_relocate_section() [all …]
|
D | ChangeLog-0203 | 6516 Handle R_386_TLS_LE_32 and R_386_TLS_LE in shared libs. 6518 Handle R_386_TLS_LE_32 and R_386_TLS_LE in shared libs. 6523 Handle R_386_TLS_LE_32 and R_386_TLS_LE in shared libs.
|