Home | History | Annotate | Download | only in gold

Lines Matching refs:Got_entry

1360 // Output_data_got::Got_entry methods.
1366 Output_data_got<got_size, big_endian>::Got_entry::write(
1468 unsigned int got_offset = this->add_got_entry(Got_entry(gsym, false));
1483 unsigned int got_offset = this->add_got_entry(Got_entry(gsym, true));
1502 unsigned int got_offset = this->add_got_entry(Got_entry());
1522 unsigned int got_offset = this->add_got_entry_pair(Got_entry(), Got_entry());
1545 unsigned int got_offset = this->add_got_entry(Got_entry(object, symndx,
1563 unsigned int got_offset = this->add_got_entry(Got_entry(object, symndx,
1584 unsigned int got_offset = this->add_got_entry(Got_entry());
1608 this->add_got_entry_pair(Got_entry(),
1609 Got_entry(object, symndx, false));
1632 = this->add_got_entry_pair(Got_entry(),
1633 Got_entry(object, symndx, true));
1696 Output_data_got<got_size, big_endian>::add_got_entry(Got_entry got_entry)
1700 this->entries_.push_back(got_entry);
1714 this->entries_[got_index] = got_entry;
1724 Got_entry got_entry_1,
1725 Got_entry got_entry_2)
1758 Got_entry got_entry)
1761 this->entries_[i] = got_entry;