Searched refs:global_gotno (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Delfxx-mips.c121 unsigned int global_gotno; member in struct:mips_got_info
3036 g->global_gotno = 0;
3071 ++g->global_gotno;
3090 unsigned int gcount = bfd2got->g->global_gotno;
3123 int old_gcount = arg->primary->global_gotno;
3140 BFD_ASSERT (old_gcount + gcount >= arg->primary->global_gotno);
3144 + arg->primary->global_gotno + arg->primary->tls_gotno;
3152 int old_gcount = arg->current->global_gotno;
3166 BFD_ASSERT (old_gcount + gcount >= arg->current->global_gotno);
3170 + arg->current->global_gotno
[all...]
/haiku-buildtools/binutils/bfd/
H A Delf32-score.c119 unsigned int global_gotno; member in struct:score_got_info
1461 g->global_gotno = 0;
1591 the number of global entries, since global_gotno is actually
1600 BFD_ASSERT (g->global_gotno > 0);
1602 g->global_gotno--;
1615 else if (g->global_gotno == 0 && g->global_gotsym == NULL)
1625 BFD_ASSERT (g->global_gotno > 0);
1627 g->global_gotno--;
1822 /* We might want to decrement the global_gotno count, but it's
3246 g->global_gotno
[all...]
H A Delf32-score7.c115 unsigned int global_gotno; member in struct:score_got_info
1320 g->global_gotno = 0;
1453 the number of global entries, since global_gotno is actually
1462 BFD_ASSERT (g->global_gotno > 0);
1464 g->global_gotno--;
1477 else if (g->global_gotno == 0 && g->global_gotsym == NULL)
1487 BFD_ASSERT (g->global_gotno > 0);
1489 g->global_gotno--;
1688 /* We might want to decrement the global_gotno count, but it's
3057 g->global_gotno
[all...]
H A Delfxx-mips.c158 unsigned int global_gotno; member in struct:mips_got_info
3322 g->global_gotno += 1;
3878 BFD_ASSERT (htab->root.dynsymcount - hsd.min_got_dynindx == g->global_gotno);
4511 g->global_gotno++;
4600 estimate += from->global_gotno + to->global_gotno;
4648 estimate += (g->tls_gotno > 0 ? arg->global_count : g->global_gotno);
4832 return (g->local_gotno + g->global_gotno + g->tls_gotno)
4867 got_per_bfd_arg.global_count = g->global_gotno;
4900 gg->reloc_only_gotno = gg->global_gotno
[all...]
/haiku-buildtools/binutils/gold/
H A Dmips.cc794 global_gotno() const function in class:__anon554::Mips_got_info
799 set_global_gotno(unsigned int global_gotno) argument
800 { this->global_gotno_ = global_gotno; }
6333 this->primary_got_->set_global_gotno(this->master_got_info_->global_gotno());
6347 (this->master_got_info_->global_gotno()
6403 estimate += (g->tls_gotno() > 0 ? this->master_got_info_->global_gotno()
6404 : g->global_gotno());
6465 estimate += this->master_got_info_->global_gotno();
6467 estimate += from->global_gotno() + to->global_gotno();
[all...]

Completed in 417 milliseconds