Searched refs:R_386_TLS_IE_32 (Results 1 – 7 of 7) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
D | reloc32.d | 35 .*[ ]+R_386_TLS_IE_32[ ]+xtrn 36 .*[ ]+R_386_TLS_IE_32[ ]+xtrn 59 .*[ ]+R_386_TLS_IE_32[ ]+xtrn
|
D | tlspic.d | 20 [ ]+1c: R_386_TLS_IE_32 foo
|
D | tlsnopic.d | 15 [ ]+14: R_386_TLS_IE_32 foo
|
/toolchain/binutils/binutils-2.25/elfcpp/ |
D | i386.h | 79 R_386_TLS_IE_32 = 33, // Initial Initial Exec reloc, sun-style enumerator
|
/toolchain/binutils/binutils-2.25/gold/ |
D | i386.cc | 1644 case elfcpp::R_386_TLS_IE_32: in optimize_tls_reloc() 1702 case elfcpp::R_386_TLS_IE_32: in get_reference_flags() 1929 case elfcpp::R_386_TLS_IE_32: in local() 2011 case elfcpp::R_386_TLS_IE_32: in local() 2033 unsigned int dyn_r_type = (r_type == elfcpp::R_386_TLS_IE_32 in local() 2036 unsigned int got_type = (r_type == elfcpp::R_386_TLS_IE_32 in local() 2396 case elfcpp::R_386_TLS_IE_32: in global() 2476 case elfcpp::R_386_TLS_IE_32: in global() 2495 unsigned int dyn_r_type = (r_type == elfcpp::R_386_TLS_IE_32 in global() 2498 unsigned int got_type = (r_type == elfcpp::R_386_TLS_IE_32 in global() [all …]
|
/toolchain/binutils/binutils-2.25/include/elf/ |
D | i386.h | 59 RELOC_NUMBER (R_386_TLS_IE_32, 33)
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf32-i386.c | 119 HOWTO(R_386_TLS_IE_32, 0, 2, 32, FALSE, 0, complain_overflow_bitfield, 297 return &elf_howto_table[R_386_TLS_IE_32 - R_386_tls_offset]; in elf_i386_reloc_type_lookup() 1223 case R_386_TLS_IE_32: in elf_i386_check_tls_transition() 1304 case R_386_TLS_IE_32: in elf_i386_tls_transition() 1313 to_type = R_386_TLS_IE_32; in elf_i386_tls_transition() 1336 new_to_type = R_386_TLS_IE_32; in elf_i386_tls_transition() 1552 case R_386_TLS_IE_32: in elf_i386_check_relocs() 1575 case R_386_TLS_IE_32: in elf_i386_check_relocs() 1941 case R_386_TLS_IE_32: in elf_i386_gc_sweep_hook() 3786 case R_386_TLS_IE_32: in elf_i386_relocate_section()
|