Searched refs:page_gotno (Results 1 – 1 of 1) sorted by relevance
789 page_gotno() const in page_gotno() function in __anoncbcfaebd0111::Mips_got_info2062 + this->master_got_info_->page_gotno()); in get_local_gotno()2065 return 2 + this->primary_got_->local_gotno() + this->primary_got_->page_gotno(); in get_local_gotno()6394 unsigned int estimate = this->master_got_info_->page_gotno(); in merge_gots()6395 if (estimate > g->page_gotno()) in merge_gots()6396 estimate = g->page_gotno(); in merge_gots()6453 unsigned int estimate = this->master_got_info_->page_gotno(); in merge_got_with()6454 if (estimate >= from->page_gotno() + to->page_gotno()) in merge_got_with()6455 estimate = from->page_gotno() + to->page_gotno(); in merge_got_with()