Searched refs:R_386_TLS_IE (Results 1 – 11 of 11) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ |
D | reloc32.d | 34 .*[ ]+R_386_TLS_IE[ ]+xtrn 35 .*[ ]+R_386_TLS_IE[ ]+xtrn 59 .*[ ]+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.27/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.27/elfcpp/ |
D | i386.h | 59 R_386_TLS_IE = 15, // Initial Initial Exec reloc, gnu-style (no-PIC) enumerator
|
/toolchain/binutils/binutils-2.27/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.27/gold/ |
D | i386.cc | 1672 case elfcpp::R_386_TLS_IE: in optimize_tls_reloc() 1732 case elfcpp::R_386_TLS_IE: // Initial-exec in get_reference_flags() 1960 case elfcpp::R_386_TLS_IE: // Initial-exec in local() 2042 case elfcpp::R_386_TLS_IE: // Initial-exec in local() 2050 if (r_type == elfcpp::R_386_TLS_IE in local() 2446 case elfcpp::R_386_TLS_IE: // Initial-exec in global() 2526 case elfcpp::R_386_TLS_IE: // Initial-exec in global() 2534 if (r_type == elfcpp::R_386_TLS_IE in global() 2998 case elfcpp::R_386_TLS_IE: // Initial-exec in relocate() 3229 case elfcpp::R_386_TLS_IE: // Initial-exec in relocate_tls() [all …]
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | elf32-i386.c | 86 HOWTO(R_386_TLS_IE, 0, 2, 32, FALSE, 0, complain_overflow_bitfield, 260 return &elf_howto_table[R_386_TLS_IE - R_386_ext_offset]; in elf_i386_reloc_type_lookup() 1365 case R_386_TLS_IE: in elf_i386_check_tls_transition() 1472 case R_386_TLS_IE: in elf_i386_tls_transition() 1478 else if (from_type != R_386_TLS_IE in elf_i386_tls_transition() 2010 case R_386_TLS_IE: in elf_i386_check_relocs() 2044 case R_386_TLS_IE: in elf_i386_check_relocs() 2130 if (r_type != R_386_TLS_IE) in elf_i386_check_relocs() 4497 case R_386_TLS_IE: in elf_i386_relocate_section() 4620 else if (ELF32_R_TYPE (rel->r_info) == 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
|