Home
last modified time | relevance | path

Searched refs:tls_type (Results 1 – 11 of 11) sorted by relevance

/dflybsd-src/contrib/gdb-7/bfd/
H A Delf32-i386.c739 unsigned char tls_type; member
858 eh->tls_type = GOT_UNKNOWN; in elf_i386_link_hash_newfunc()
1074 edir->tls_type = eind->tls_type; in elf_i386_copy_indirect_symbol()
1075 eind->tls_type = GOT_UNKNOWN; in elf_i386_copy_indirect_symbol()
1284 unsigned int *r_type, int tls_type, in elf_i386_tls_transition() argument
1327 && (tls_type & GOT_TLS_IE)) in elf_i386_tls_transition()
1334 if (tls_type == GOT_TLS_IE_POS) in elf_i386_tls_transition()
1336 else if (tls_type & GOT_TLS_IE) in elf_i386_tls_transition()
1565 int tls_type, old_tls_type; in elf_i386_check_relocs() local
1570 case R_386_GOT32: tls_type = GOT_NORMAL; break; in elf_i386_check_relocs()
[all …]
H A Delf64-x86-64.c681 unsigned char tls_type; member
809 eh->tls_type = GOT_UNKNOWN; in elf_x86_64_link_hash_newfunc()
1037 edir->tls_type = eind->tls_type; in elf_x86_64_copy_indirect_symbol()
1038 eind->tls_type = GOT_UNKNOWN; in elf_x86_64_copy_indirect_symbol()
1260 unsigned int *r_type, int tls_type, in elf_x86_64_tls_transition() argument
1300 && tls_type == GOT_TLS_IE) in elf_x86_64_tls_transition()
1307 if (tls_type == GOT_TLS_IE) in elf_x86_64_tls_transition()
1568 int tls_type, old_tls_type; in elf_x86_64_check_relocs() local
1572 default: tls_type = GOT_NORMAL; break; in elf_x86_64_check_relocs()
1573 case R_X86_64_TLSGD: tls_type = GOT_TLS_GD; break; in elf_x86_64_check_relocs()
[all …]
/dflybsd-src/contrib/binutils-2.27/bfd/
H A Delf32-i386.c779 unsigned char tls_type; member
926 eh->tls_type = GOT_UNKNOWN; in elf_i386_link_hash_newfunc()
1177 edir->tls_type = eind->tls_type; in elf_i386_copy_indirect_symbol()
1178 eind->tls_type = GOT_UNKNOWN; in elf_i386_copy_indirect_symbol()
1449 unsigned int *r_type, int tls_type, in elf_i386_tls_transition() argument
1492 && (tls_type & GOT_TLS_IE)) in elf_i386_tls_transition()
1499 if (tls_type == GOT_TLS_IE_POS) in elf_i386_tls_transition()
1501 else if (tls_type & GOT_TLS_IE) in elf_i386_tls_transition()
2023 int tls_type, old_tls_type; in elf_i386_check_relocs() local
2030 tls_type = GOT_NORMAL; in elf_i386_check_relocs()
[all …]
H A Delf64-x86-64.c781 unsigned char tls_type; member
949 eh->tls_type = GOT_UNKNOWN; in elf_x86_64_link_hash_newfunc()
1223 edir->tls_type = eind->tls_type; in elf_x86_64_copy_indirect_symbol()
1224 eind->tls_type = GOT_UNKNOWN; in elf_x86_64_copy_indirect_symbol()
1541 unsigned int *r_type, int tls_type, in elf_x86_64_tls_transition() argument
1581 && tls_type == GOT_TLS_IE) in elf_x86_64_tls_transition()
1588 if (tls_type == GOT_TLS_IE) in elf_x86_64_tls_transition()
2383 int tls_type, old_tls_type; in elf_x86_64_check_relocs() local
2387 default: tls_type = GOT_NORMAL; break; in elf_x86_64_check_relocs()
2388 case R_X86_64_TLSGD: tls_type = GOT_TLS_GD; break; in elf_x86_64_check_relocs()
[all …]
H A Delf32-or1k.c595 unsigned char tls_type; member
671 eh->tls_type = TLS_UNKNOWN; in or1k_elf_link_hash_newfunc()
1438 unsigned char tls_type; in or1k_elf_check_relocs() local
1459 tls_type = TLS_GD; in or1k_elf_check_relocs()
1465 tls_type = TLS_LD; in or1k_elf_check_relocs()
1469 tls_type = TLS_IE; in or1k_elf_check_relocs()
1473 tls_type = TLS_LE; in or1k_elf_check_relocs()
1476 tls_type = TLS_NONE; in or1k_elf_check_relocs()
1481 ((struct elf_or1k_link_hash_entry *) h)->tls_type = tls_type; in or1k_elf_check_relocs()
1498 local_tls_type[r_symndx] = tls_type; in or1k_elf_check_relocs()
[all …]
/dflybsd-src/contrib/binutils-2.34/bfd/
H A Delf32-i386.c1070 unsigned int *r_type, int tls_type, in elf_i386_tls_transition() argument
1110 if (TLS_TRANSITION_IE_TO_LE_P (info, h, tls_type)) in elf_i386_tls_transition()
1117 if (tls_type == GOT_TLS_IE_POS) in elf_i386_tls_transition()
1119 else if (tls_type & GOT_TLS_IE) in elf_i386_tls_transition()
1642 int tls_type, old_tls_type; in elf_i386_check_relocs() local
1649 tls_type = GOT_NORMAL; in elf_i386_check_relocs()
1651 case R_386_TLS_GD: tls_type = GOT_TLS_GD; break; in elf_i386_check_relocs()
1654 tls_type = GOT_TLS_GDESC; break; in elf_i386_check_relocs()
1657 tls_type = GOT_TLS_IE_NEG; in elf_i386_check_relocs()
1661 tls_type = GOT_TLS_IE; in elf_i386_check_relocs()
[all …]
H A Delf64-x86-64.c1271 unsigned int *r_type, int tls_type, in elf_x86_64_tls_transition() argument
1308 if (TLS_TRANSITION_IE_TO_LE_P (info, h, tls_type)) in elf_x86_64_tls_transition()
1315 if (tls_type == GOT_TLS_IE) in elf_x86_64_tls_transition()
2013 int tls_type, old_tls_type; in elf_x86_64_check_relocs() local
2017 default: tls_type = GOT_NORMAL; break; in elf_x86_64_check_relocs()
2018 case R_X86_64_TLSGD: tls_type = GOT_TLS_GD; break; in elf_x86_64_check_relocs()
2019 case R_X86_64_GOTTPOFF: tls_type = GOT_TLS_IE; break; in elf_x86_64_check_relocs()
2022 tls_type = GOT_TLS_GDESC; break; in elf_x86_64_check_relocs()
2028 old_tls_type = eh->tls_type; in elf_x86_64_check_relocs()
2060 if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN in elf_x86_64_check_relocs()
[all …]
H A Delfxx-x86.c307 && (elf_x86_hash_entry (h)->tls_type & GOT_TLS_IE)) in elf_x86_allocate_dynrelocs()
313 int tls_type = elf_x86_hash_entry (h)->tls_type; in elf_x86_allocate_dynrelocs() local
327 if (GOT_TLS_GDESC_P (tls_type)) in elf_x86_allocate_dynrelocs()
334 if (! GOT_TLS_GDESC_P (tls_type) in elf_x86_allocate_dynrelocs()
335 || GOT_TLS_GD_P (tls_type)) in elf_x86_allocate_dynrelocs()
341 if (GOT_TLS_GD_P (tls_type) || tls_type == GOT_TLS_IE_BOTH) in elf_x86_allocate_dynrelocs()
351 if (tls_type == GOT_TLS_IE_BOTH) in elf_x86_allocate_dynrelocs()
353 else if ((GOT_TLS_GD_P (tls_type) && h->dynindx == -1) in elf_x86_allocate_dynrelocs()
354 || (tls_type & GOT_TLS_IE)) in elf_x86_allocate_dynrelocs()
356 else if (GOT_TLS_GD_P (tls_type)) in elf_x86_allocate_dynrelocs()
[all …]
H A Delfxx-x86.h244 unsigned char tls_type; member
/dflybsd-src/contrib/binutils-2.27/gold/
H A Dpowerpc.cc5570 const tls::Tls_optimization tls_type = target->optimize_tls_gd(true); in local() local
5571 if (tls_type != tls::TLSOPT_NONE) in local()
5578 const tls::Tls_optimization tls_type = target->optimize_tls_ld(); in local() local
5579 if (tls_type != tls::TLSOPT_NONE) in local()
5811 const tls::Tls_optimization tls_type = target->optimize_tls_gd(true); in local() local
5812 if (tls_type == tls::TLSOPT_NONE) in local()
5821 else if (tls_type == tls::TLSOPT_TO_LE) in local()
5835 const tls::Tls_optimization tls_type = target->optimize_tls_ld(); in local() local
5836 if (tls_type == tls::TLSOPT_NONE) in local()
5838 else if (tls_type == tls::TLSOPT_TO_LE) in local()
[all …]
H A Dmips.cc441 Mips_address addend, unsigned char tls_type, in Mips_got_entry() argument
443 : addend_(addend), symndx_(symndx), tls_type_(tls_type), in Mips_got_entry()
447 Mips_got_entry(Mips_symbol<size>* sym, unsigned char tls_type) in Mips_got_entry() argument
448 : addend_(0), symndx_(-1U), tls_type_(tls_type), in Mips_got_entry()
528 tls_type() const in tls_type() function in __anon40c64d910111::Mips_got_entry
5644 unsigned char tls_type = mips_elf_reloc_tls_type(r_type); in record_global_got_symbol() local
5645 if (tls_type == GOT_TLS_NONE) in record_global_got_symbol()
5656 new Mips_got_entry<size, big_endian>(mips_sym, tls_type); in record_global_got_symbol()
5987 if (entry->tls_type() == GOT_TLS_GD) in add_tls_entries()
6020 else if (entry->tls_type() == GOT_TLS_IE) in add_tls_entries()
[all …]