Searched refs:page_gotno (Results 1 – 3 of 3) sorted by relevance
169 unsigned int page_gotno; member4245 g->page_gotno++; in mips_elf_record_got_page_entry()4272 g->page_gotno += new_pages - old_pages; in mips_elf_record_got_page_entry()4527 arg->g->page_gotno += entry->num_pages; in mips_elf_add_got_page_entry()4548 if (estimate >= from->page_gotno + to->page_gotno) in mips_elf_merge_got_with()4549 estimate = from->page_gotno + to->page_gotno; in mips_elf_merge_got_with()4602 if (estimate > g->page_gotno) in mips_elf_merge_got()4603 estimate = g->page_gotno; in mips_elf_merge_got()4897 g->local_gotno += (pages < g->page_gotno ? pages : g->page_gotno); in mips_elf_multi_got()9310 bfd_size_type page_gotno; in mips_elf_lay_out_got() local[all …]
321 (mips_got_info): Add page_gotno and got_page_entries fields.327 mips_elf_make_got_per_bfd. Initialize the page_gotno and335 bfd's page_gotno to estimate the number of page entries.339 Initialize the page_gotno and got_page_entries fields when creating340 a new primary GOT. Use the minimum of pages and page_gotno when342 (mips_elf_create_got_section): Initialize the page_gotno and351 loadable_size- and page_gotno-derived estimates.
789 page_gotno() const in page_gotno() function in __anon1e60feb90111::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()