Home
last modified time | relevance | path

Searched refs:R_386_TLS_DESC (Results 1 – 12 of 12) sorted by relevance

/toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/
Dtlsdesc.rd75 [0-9a-f ]+R_386_TLS_DESC * 0+ +sg1
76 [0-9a-f ]+R_386_TLS_DESC *
77 [0-9a-f ]+R_386_TLS_DESC *
78 [0-9a-f ]+R_386_TLS_DESC *
79 [0-9a-f ]+R_386_TLS_DESC *
Dtlsdesc-nacl.rd77 [0-9a-f ]+R_386_TLS_DESC * 0+ +sg1
78 [0-9a-f ]+R_386_TLS_DESC *
79 [0-9a-f ]+R_386_TLS_DESC *
80 [0-9a-f ]+R_386_TLS_DESC *
81 [0-9a-f ]+R_386_TLS_DESC *
Dtlsgdesc.rd60 [0-9a-f ]+R_386_TLS_DESC +0+ +sG1
61 [0-9a-f ]+R_386_TLS_DESC +0+ +sG2
Dtlsgdesc-nacl.rd62 [0-9a-f ]+R_386_TLS_DESC +0+ +sG1
63 [0-9a-f ]+R_386_TLS_DESC +0+ +sG2
Dtlsdesc.dd26 # ->R_386_TLS_DESC sg1
58 # ->R_386_TLS_DESC sl1
90 # ->R_386_TLS_DESC sh1
122 # ->R_386_TLS_DESC sH1
154 # ->R_386_TLS_DESC _TLS_MODULE_BASE_
Dtlsgdesc.dd53 # ->R_386_TLS_DESC sG1
60 # ->R_386_TLS_DESC sG2
/toolchain/binutils/binutils-2.25/elfcpp/
Di386.h86 R_386_TLS_DESC = 41, // TLS descriptor containing pointer to code and enumerator
/toolchain/binutils/binutils-2.25/include/elf/
Di386.h67 RELOC_NUMBER (R_386_TLS_DESC, 41)
DChangeLog1635 * i386.h (R_386_TLS_GOTDESC, R_386_TLS_DESC_CALL, R_386_TLS_DESC):
/toolchain/binutils/binutils-2.25/gold/
Di386.cc1717 case elfcpp::R_386_TLS_DESC: in get_reference_flags()
1916 case elfcpp::R_386_TLS_DESC: in local()
1987 rt->add_absolute(elfcpp::R_386_TLS_DESC, got, got_offset); in local()
2383 case elfcpp::R_386_TLS_DESC: in global()
2444 elfcpp::R_386_TLS_DESC, 0); in global()
2905 case elfcpp::R_386_TLS_DESC: in relocate()
3655 case elfcpp::R_386_TLS_DESC: in get_size_for_reloc()
DChangeLog10646 R_386_TLS_DESC reloc in rel_tls_desc_section.
/toolchain/binutils/binutils-2.25/bfd/
Delf32-i386.c143 HOWTO(R_386_TLS_DESC, 0, 2, 32, FALSE, 0, complain_overflow_bitfield,
329 return &elf_howto_table[R_386_TLS_DESC - R_386_tls_offset]; in elf_i386_reloc_type_lookup()
4016 outrel.r_info = ELF32_R_INFO (indx, R_386_TLS_DESC); in elf_i386_relocate_section()
4068 else if (dr_type != R_386_TLS_DESC) in elf_i386_relocate_section()