Searched refs:local_gotno (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Delfxx-mips.c128 unsigned int local_gotno; member in struct:mips_got_info
2518 index = ((h->dynindx - global_got_dynindx + g->local_gotno)
2687 if (g->assigned_gotno >= g->local_gotno)
2936 entry.gotidx = g->local_gotno++;
3037 g->local_gotno = 0;
3069 ++g->local_gotno;
3089 unsigned int lcount = bfd2got->g->local_gotno;
3122 int old_lcount = arg->primary->local_gotno;
3139 BFD_ASSERT (old_lcount + lcount >= arg->primary->local_gotno);
3143 arg->primary_count = arg->primary->local_gotno
7124 bfd_size_type local_gotno; local
[all...]
/haiku-buildtools/binutils/bfd/
H A Delf32-score.c121 unsigned int local_gotno; member in struct:score_got_info
1463 g->local_gotno = SCORE_RESERVED_GOTNO;
1516 if (g->assigned_gotno >= g->local_gotno)
1601 g->local_gotno++;
1619 g->local_gotno++;
1626 g->local_gotno++;
1707 entry.gotidx = g->local_gotno++;
1760 got_index = ((h->dynindx - global_got_dynindx + g->local_gotno) * SCORE_ELF_GOT_SIZE (abfd));
3192 bfd_size_type local_gotno; local
3241 local_gotno
[all...]
H A Delf32-score7.c117 unsigned int local_gotno; member in struct:score_got_info
1322 g->local_gotno = SCORE_RESERVED_GOTNO;
1377 if (g->assigned_gotno >= g->local_gotno)
1463 g->local_gotno++;
1481 g->local_gotno++;
1488 g->local_gotno++;
1571 entry.gotidx = g->local_gotno++;
1625 got_index = ((h->dynindx - global_got_dynindx + g->local_gotno) * SCORE_ELF_GOT_SIZE (abfd));
3003 bfd_size_type local_gotno; local
3052 local_gotno
[all...]
H A Delfxx-mips.c167 unsigned int local_gotno; member in struct:mips_got_info
3320 g->local_gotno += 1;
3564 got_index = ((h->dynindx - global_got_dynindx + g->local_gotno)
4591 estimate += from->local_gotno + to->local_gotno;
4642 estimate += g->local_gotno + g->tls_gotno;
4832 return (g->local_gotno + g->global_gotno + g->tls_gotno)
4910 [assigned_low_gotno, local_gotno[ will be set to the range of local
4912 adding local_gotno to global_gotno. We reverse the list and make
4918 global entries, but set its local_gotno suc
[all...]
/haiku-buildtools/binutils/gold/
H A Dmips.cc784 local_gotno() const function in class:__anon554::Mips_got_info
2061 return (2 + this->master_got_info_->local_gotno()
2065 return 2 + this->primary_got_->local_gotno() + this->primary_got_->page_gotno();
6397 estimate += g->local_gotno() + g->tls_gotno();
6458 estimate += from->local_gotno() + to->local_gotno();
/haiku-buildtools/binutils/binutils/
H A Dreadelf.c14652 bfd_vma local_gotno = 0;
14744 local_gotno = entry->d_un.d_val;
15143 if (pltgot != 0 && local_gotno != 0)
15153 local_end = pltgot + local_gotno * addr_size;
14649 bfd_vma local_gotno = 0; local

Completed in 371 milliseconds