Searched refs:R_386_TLS_IE (Results 1 – 11 of 11) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
D | reloc32.d | 33 .*[ ]+R_386_TLS_IE[ ]+xtrn 34 .*[ ]+R_386_TLS_IE[ ]+xtrn 58 .*[ ]+R_386_TLS_IE[ ]+xtrn
|
D | tlsnopic.d | 32 [ ]+48: R_386_TLS_IE foo 36 57: R_386_TLS_IE foo
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/ |
D | tlsie5.d | 1 #name: TLS IE->LE transition check (R_386_TLS_IE) 4 #error: .*TLS transition from R_386_TLS_IE to R_386_TLS_LE_32 against `foo'.*failed.*
|
D | tlsie4.d | 1 #name: TLS IE->LE transition check (R_386_TLS_IE with %eax) 4 #error: .*TLS transition from R_386_TLS_IE to R_386_TLS_LE_32 against `foo'.*failed.*
|
/toolchain/binutils/binutils-2.25/elfcpp/ |
D | i386.h | 59 R_386_TLS_IE = 15, // Initial Initial Exec reloc, gnu-style (no-PIC) enumerator
|
/toolchain/binutils/binutils-2.25/gold/ |
D | i386.cc | 1642 case elfcpp::R_386_TLS_IE: in optimize_tls_reloc() 1701 case elfcpp::R_386_TLS_IE: // Initial-exec in get_reference_flags() 1928 case elfcpp::R_386_TLS_IE: // Initial-exec in local() 2010 case elfcpp::R_386_TLS_IE: // Initial-exec in local() 2018 if (r_type == elfcpp::R_386_TLS_IE in local() 2395 case elfcpp::R_386_TLS_IE: // Initial-exec in global() 2475 case elfcpp::R_386_TLS_IE: // Initial-exec in global() 2483 if (r_type == elfcpp::R_386_TLS_IE in global() 2918 case elfcpp::R_386_TLS_IE: // Initial-exec in relocate() 3155 case elfcpp::R_386_TLS_IE: // Initial-exec in relocate_tls() [all …]
|
/toolchain/binutils/binutils-2.25/include/elf/ |
D | i386.h | 41 RELOC_NUMBER (R_386_TLS_IE, 15)
|
D | ChangeLog-9103 | 19 * i386.h (R_386_TLS_TPOFF, R_386_TLS_IE, R_386_TLS_GOTIE):
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf32-i386.c | 85 HOWTO(R_386_TLS_IE, 0, 2, 32, FALSE, 0, complain_overflow_bitfield, 256 return &elf_howto_table[R_386_TLS_IE - R_386_ext_offset]; in elf_i386_reloc_type_lookup() 1199 case R_386_TLS_IE: in elf_i386_check_tls_transition() 1305 case R_386_TLS_IE: in elf_i386_tls_transition() 1311 else if (from_type != R_386_TLS_IE in elf_i386_tls_transition() 1553 case R_386_TLS_IE: in elf_i386_check_relocs() 1583 case R_386_TLS_IE: in elf_i386_check_relocs() 1669 if (r_type != R_386_TLS_IE) in elf_i386_check_relocs() 1942 case R_386_TLS_IE: in elf_i386_gc_sweep_hook() 3766 case R_386_TLS_IE: in elf_i386_relocate_section() [all …]
|
D | ChangeLog-0203 | 6299 IE->LE transition for R_386_TLS_IE. 6506 * elf32-i386.c (elf_howto_table): Add R_386_TLS_TPOFF, R_386_TLS_IE 6512 (elf_i386_tls_transition): Handle R_386_TLS_IE and R_386_TLS_GOTIE. 6515 R_386_PLT32 cases so that R_386_TLS_IE can fall through. 6517 (elf_i386_gc_sweep_hook): Handle R_386_TLS_IE and R_386_TLS_GOTIE. 6522 (elf_i386_relocate_section): Handle R_386_TLS_IE and R_386_TLS_GOTIE.
|
D | ChangeLog-2006 | 2447 and GOT_TLS_IE_IE for R_386_TLS_GD and R_386_TLS_IE
|