Searched refs:tls_gotno (Results 1 – 3 of 3) sorted by relevance
161 unsigned int tls_gotno; member3274 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 …]
4232 (struct mips_got_info): Add tls_gotno, tls_assigned_gotno,
753 tls_gotno() const in tls_gotno() function in __anona7e08b770111::Mips_got_info5531 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()