Searched refs:R_386_TLS_LE (Results 1 – 7 of 7) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
D | reloc32.d | 41 .*[ ]+R_386_TLS_LE[ ]+xtrn 42 .*[ ]+R_386_TLS_LE[ ]+xtrn 62 .*[ ]+R_386_TLS_LE[ ]+xtrn
|
D | tlsnopic.d | 27 [ ]+3c: R_386_TLS_LE var 30 [ ]+43: R_386_TLS_LE var2
|
/toolchain/binutils/binutils-2.25/elfcpp/ |
D | i386.h | 61 R_386_TLS_LE = 17, // Initial Local Exec reloc, gnu-style enumerator
|
/toolchain/binutils/binutils-2.25/include/elf/ |
D | i386.h | 43 RELOC_NUMBER (R_386_TLS_LE, 17)
|
/toolchain/binutils/binutils-2.25/gold/ |
D | i386.cc | 1653 case elfcpp::R_386_TLS_LE: in optimize_tls_reloc() 1704 case elfcpp::R_386_TLS_LE: // Local-exec in get_reference_flags() 1931 case elfcpp::R_386_TLS_LE: // Local-exec in local() 2047 case elfcpp::R_386_TLS_LE: // Local-exec in local() 2398 case elfcpp::R_386_TLS_LE: // Local-exec in global() 2509 case elfcpp::R_386_TLS_LE: // Local-exec in global() 2921 case elfcpp::R_386_TLS_LE: // Local-exec in relocate() 3204 case elfcpp::R_386_TLS_LE: // Local-exec in relocate_tls() 3624 case elfcpp::R_386_TLS_LE: // Local-exec in get_size_for_reloc()
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf32-i386.c | 91 HOWTO(R_386_TLS_LE, 0, 2, 32, FALSE, 0, complain_overflow_bitfield, 264 return &elf_howto_table[R_386_TLS_LE - R_386_ext_offset]; in elf_i386_reloc_type_lookup() 1674 case R_386_TLS_LE: in elf_i386_check_relocs() 4316 case R_386_TLS_LE: in elf_i386_relocate_section()
|
D | ChangeLog-0203 | 6431 * elf32-i386.c (elf_i386_check_relocs) [R_386_TLS_LE]: Set 6516 Handle R_386_TLS_LE_32 and R_386_TLS_LE in shared libs. 6518 Handle R_386_TLS_LE_32 and R_386_TLS_LE in shared libs. 6523 Handle R_386_TLS_LE_32 and R_386_TLS_LE in shared libs.
|