Home
last modified time | relevance | path

Searched refs:tls_gotno (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delfxx-mips.c161 unsigned int tls_gotno; member
3274 g->tls_gotno += mips_tls_got_entries (entry->tls_type); in mips_elf_count_got_entry()
4545 estimate += from->tls_gotno + to->tls_gotno; in mips_elf_merge_got_with()
4550 if (to == arg->primary && from->tls_gotno + to->tls_gotno) in mips_elf_merge_got_with()
4595 estimate += g->local_gotno + g->tls_gotno; in mips_elf_merge_got()
4601 estimate += (g->tls_gotno > 0 ? arg->global_count : g->global_gotno); in mips_elf_merge_got()
4785 return (g->local_gotno + g->global_gotno + g->tls_gotno) in mips_elf_adjust_gp()
4877 gg->tls_gotno = 0; in mips_elf_multi_got()
4890 assign = g->local_gotno + g->global_gotno + g->tls_gotno; in mips_elf_multi_got()
4944 + g->next->tls_gotno in mips_elf_multi_got()
[all …]
DChangeLog-20054232 (struct mips_got_info): Add tls_gotno, tls_assigned_gotno,
/toolchain/binutils/binutils-2.25/gold/
Dmips.cc753 tls_gotno() const in tls_gotno() function in __anona7e08b770111::Mips_got_info
5531 estimate += g->local_gotno() + g->tls_gotno(); in merge_gots()
5537 estimate += (g->tls_gotno() > 0 ? this->master_got_info_->global_gotno() in merge_gots()
5593 estimate += from->tls_gotno() + to->tls_gotno(); in merge_got_with()
5598 if (to == this->primary_got_ && (from->tls_gotno() + to->tls_gotno()) > 0) in merge_got_with()