Lines Matching refs:entry2
609 operator()(Got_page_entry* entry1, Got_page_entry* entry2) const in operator ()()
611 return entry1->object == entry2->object && entry1->symndx == entry2->symndx; in operator ()()
4818 Mips_got_entry<size, big_endian>* entry2 = in record_got_entry() local
4821 if (g->got_entries_.find(entry2) == g->got_entries_.end()) in record_got_entry()
4822 g->got_entries_.insert(entry2); in record_got_entry()
4849 Got_page_entry* entry2 = NULL; in record_got_page_entry() local
4853 entry2 = new Got_page_entry(*entry); in record_got_page_entry()
4854 g2->got_page_entries_.insert(entry2); in record_got_page_entry()
4876 if (entry2 != NULL) in record_got_page_entry()
4877 ++entry2->num_pages; in record_got_page_entry()
4906 if (entry2 != NULL) in record_got_page_entry()
4907 entry2->num_pages += new_pages - old_pages; in record_got_page_entry()
5383 Mips_got_entry<size, big_endian>* entry2 = in add_got_entries() local
5385 this->got_entries_.insert(entry2); in add_got_entries()
5406 Got_page_entry* entry2 = new Got_page_entry(*entry); in add_got_page_entries() local
5407 this->got_page_entries_.insert(entry2); in add_got_page_entries()