Searched refs:R_386_TLS_DESC (Results 1 – 12 of 12) sorted by relevance
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/ |
D | tlsdesc.rd | 75 [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 *
|
D | tlsdesc-nacl.rd | 77 [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 *
|
D | tlsgdesc.rd | 60 [0-9a-f ]+R_386_TLS_DESC +0+ +sG1 61 [0-9a-f ]+R_386_TLS_DESC +0+ +sG2
|
D | tlsgdesc-nacl.rd | 62 [0-9a-f ]+R_386_TLS_DESC +0+ +sG1 63 [0-9a-f ]+R_386_TLS_DESC +0+ +sG2
|
D | tlsdesc.dd | 26 # ->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_
|
D | tlsgdesc.dd | 53 # ->R_386_TLS_DESC sG1 60 # ->R_386_TLS_DESC sG2
|
/toolchain/binutils/binutils-2.25/elfcpp/ |
D | i386.h | 86 R_386_TLS_DESC = 41, // TLS descriptor containing pointer to code and enumerator
|
/toolchain/binutils/binutils-2.25/include/elf/ |
D | i386.h | 67 RELOC_NUMBER (R_386_TLS_DESC, 41)
|
D | ChangeLog | 1635 * i386.h (R_386_TLS_GOTDESC, R_386_TLS_DESC_CALL, R_386_TLS_DESC):
|
/toolchain/binutils/binutils-2.25/gold/ |
D | i386.cc | 1717 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()
|
D | ChangeLog | 10646 R_386_TLS_DESC reloc in rel_tls_desc_section.
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf32-i386.c | 143 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()
|