Home
last modified time | relevance | path

Searched refs:page_gotno (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delfxx-mips.c168 unsigned int page_gotno; member
4236 g->page_gotno++; in mips_elf_record_got_page_entry()
4263 g->page_gotno += new_pages - old_pages; in mips_elf_record_got_page_entry()
4518 arg->g->page_gotno += entry->num_pages; in mips_elf_add_got_page_entry()
4539 if (estimate >= from->page_gotno + to->page_gotno) in mips_elf_merge_got_with()
4540 estimate = from->page_gotno + to->page_gotno; in mips_elf_merge_got_with()
4593 if (estimate > g->page_gotno) in mips_elf_merge_got()
4594 estimate = g->page_gotno; in mips_elf_merge_got()
4888 g->local_gotno += (pages < g->page_gotno ? pages : g->page_gotno); in mips_elf_multi_got()
9274 bfd_size_type page_gotno; in mips_elf_lay_out_got() local
[all …]
DChangeLog-2007321 (mips_got_info): Add page_gotno and got_page_entries fields.
327 mips_elf_make_got_per_bfd. Initialize the page_gotno and
335 bfd's page_gotno to estimate the number of page entries.
339 Initialize the page_gotno and got_page_entries fields when creating
340 a new primary GOT. Use the minimum of pages and page_gotno when
342 (mips_elf_create_got_section): Initialize the page_gotno and
351 loadable_size- and page_gotno-derived estimates.
/toolchain/binutils/binutils-2.25/gold/
Dmips.cc733 page_gotno() const in page_gotno() function in __anona7e08b770111::Mips_got_info
1935 + this->master_got_info_->page_gotno()); in get_local_gotno()
1938 return 2 + this->primary_got_->local_gotno() + this->primary_got_->page_gotno(); in get_local_gotno()
5528 unsigned int estimate = this->master_got_info_->page_gotno(); in merge_gots()
5529 if (estimate > g->page_gotno()) in merge_gots()
5530 estimate = g->page_gotno(); in merge_gots()
5587 unsigned int estimate = this->master_got_info_->page_gotno(); in merge_got_with()
5588 if (estimate >= from->page_gotno() + to->page_gotno()) in merge_got_with()
5589 estimate = from->page_gotno() + to->page_gotno(); in merge_got_with()