Home
last modified time | relevance | path

Searched refs:R_386_TLS_GOTIE (Results 1 – 10 of 10) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
Dreloc32.d32 .*[ ]+R_386_TLS_GOTIE[ ]+xtrn
33 .*[ ]+R_386_TLS_GOTIE[ ]+xtrn
58 .*[ ]+R_386_TLS_GOTIE[ ]+xtrn
Dtlspic.d22 [ ]+22: R_386_TLS_GOTIE foo
27 [ ]+35: R_386_TLS_GOTIE foo
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-i386/
Dtlsie3.d1 #name: TLS IE->LE transition check (R_386_TLS_GOTIE)
4 #error: .*TLS transition from R_386_TLS_GOTIE to R_386_TLS_LE_32 against `foo'.*failed.*
Dtlsie2.d1 #name: TLS IE->LE transition check (R_386_TLS_GOTIE with %eax)
4 #error: .*TLS transition from R_386_TLS_GOTIE to R_386_TLS_LE_32 against `foo'.*failed.*
/toolchain/binutils/binutils-2.27/elfcpp/
Di386.h60 R_386_TLS_GOTIE = 16, // Initial Initial Exec reloc, gnu-style (for PIC) enumerator
/toolchain/binutils/binutils-2.27/include/elf/
Di386.h42 RELOC_NUMBER (R_386_TLS_GOTIE,16)
DChangeLog-910319 * i386.h (R_386_TLS_TPOFF, R_386_TLS_IE, R_386_TLS_GOTIE):
/toolchain/binutils/binutils-2.27/gold/
Di386.cc1673 case elfcpp::R_386_TLS_GOTIE: in optimize_tls_reloc()
1734 case elfcpp::R_386_TLS_GOTIE: in get_reference_flags()
1962 case elfcpp::R_386_TLS_GOTIE: in local()
2044 case elfcpp::R_386_TLS_GOTIE: in local()
2448 case elfcpp::R_386_TLS_GOTIE: in global()
2528 case elfcpp::R_386_TLS_GOTIE: in global()
3000 case elfcpp::R_386_TLS_GOTIE: in relocate()
3230 case elfcpp::R_386_TLS_GOTIE: in relocate_tls()
3663 if (r_type == elfcpp::R_386_TLS_IE || r_type == elfcpp::R_386_TLS_GOTIE) in tls_ie_to_le()
3719 case elfcpp::R_386_TLS_GOTIE: in get_size_for_reloc()
/toolchain/binutils/binutils-2.27/bfd/
Delf32-i386.c89 HOWTO(R_386_TLS_GOTIE, 0, 2, 32, FALSE, 0, complain_overflow_bitfield,
264 return &elf_howto_table[R_386_TLS_GOTIE - R_386_ext_offset]; in elf_i386_reloc_type_lookup()
1388 case R_386_TLS_GOTIE: in elf_i386_check_tls_transition()
1473 case R_386_TLS_GOTIE: in elf_i386_tls_transition()
1479 && from_type != R_386_TLS_GOTIE) in elf_i386_tls_transition()
1500 new_to_type = R_386_TLS_GOTIE; in elf_i386_tls_transition()
2011 case R_386_TLS_GOTIE: in elf_i386_check_relocs()
2045 case R_386_TLS_GOTIE: in elf_i386_check_relocs()
4518 case R_386_TLS_GOTIE: in elf_i386_relocate_section()
4714 if (ELF32_R_TYPE (rel->r_info) == R_386_TLS_GOTIE) in elf_i386_relocate_section()
[all …]
DChangeLog-02036507 and R_386_TLS_GOTIE.
6512 (elf_i386_tls_transition): Handle R_386_TLS_IE and R_386_TLS_GOTIE.
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.