Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
Dreloc32.d31 .*[ ]+R_386_TLS_GOTIE[ ]+xtrn
32 .*[ ]+R_386_TLS_GOTIE[ ]+xtrn
57 .*[ ]+R_386_TLS_GOTIE[ ]+xtrn
Dtlspic.d22 [ ]+22: R_386_TLS_GOTIE foo
27 [ ]+35: R_386_TLS_GOTIE foo
/toolchain/binutils/binutils-2.25/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.25/elfcpp/
Di386.h60 R_386_TLS_GOTIE = 16, // Initial Initial Exec reloc, gnu-style (for PIC) enumerator
/toolchain/binutils/binutils-2.25/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.25/gold/
Di386.cc1643 case elfcpp::R_386_TLS_GOTIE: in optimize_tls_reloc()
1703 case elfcpp::R_386_TLS_GOTIE: in get_reference_flags()
1930 case elfcpp::R_386_TLS_GOTIE: in local()
2012 case elfcpp::R_386_TLS_GOTIE: in local()
2397 case elfcpp::R_386_TLS_GOTIE: in global()
2477 case elfcpp::R_386_TLS_GOTIE: in global()
2920 case elfcpp::R_386_TLS_GOTIE: in relocate()
3156 case elfcpp::R_386_TLS_GOTIE: in relocate_tls()
3567 if (r_type == elfcpp::R_386_TLS_IE || r_type == elfcpp::R_386_TLS_GOTIE) in tls_ie_to_le()
3623 case elfcpp::R_386_TLS_GOTIE: in get_size_for_reloc()
/toolchain/binutils/binutils-2.25/bfd/
Delf32-i386.c88 HOWTO(R_386_TLS_GOTIE, 0, 2, 32, FALSE, 0, complain_overflow_bitfield,
260 return &elf_howto_table[R_386_TLS_GOTIE - R_386_ext_offset]; in elf_i386_reloc_type_lookup()
1222 case R_386_TLS_GOTIE: in elf_i386_check_tls_transition()
1306 case R_386_TLS_GOTIE: in elf_i386_tls_transition()
1312 && from_type != R_386_TLS_GOTIE) in elf_i386_tls_transition()
1334 new_to_type = R_386_TLS_GOTIE; in elf_i386_tls_transition()
1554 case R_386_TLS_GOTIE: in elf_i386_check_relocs()
1584 case R_386_TLS_GOTIE: in elf_i386_check_relocs()
1943 case R_386_TLS_GOTIE: in elf_i386_gc_sweep_hook()
3787 case 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.