Home | History | Annotate | Download | only in gold

Lines Matching refs:got_offset

1468   unsigned int got_offset = this->add_got_entry(Got_entry(gsym, false));
1469 gsym->set_got_offset(got_type, got_offset);
1483 unsigned int got_offset = this->add_got_entry(Got_entry(gsym, true));
1484 gsym->set_got_offset(got_type, got_offset);
1502 unsigned int got_offset = this->add_got_entry(Got_entry());
1503 gsym->set_got_offset(got_type, got_offset);
1504 rel_dyn->add_global_generic(gsym, r_type, this, got_offset, 0);
1522 unsigned int got_offset = this->add_got_entry_pair(Got_entry(), Got_entry());
1523 gsym->set_got_offset(got_type, got_offset);
1524 rel_dyn->add_global_generic(gsym, r_type_1, this, got_offset, 0);
1528 got_offset + got_size / 8, 0);
1545 unsigned int got_offset = this->add_got_entry(Got_entry(object, symndx,
1547 object->set_local_got_offset(symndx, got_type, got_offset);
1563 unsigned int got_offset = this->add_got_entry(Got_entry(object, symndx,
1565 object->set_local_got_offset(symndx, got_type, got_offset);
1584 unsigned int got_offset = this->add_got_entry(Got_entry());
1585 object->set_local_got_offset(symndx, got_type, got_offset);
1586 rel_dyn->add_local_generic(object, symndx, r_type, this, got_offset, 0);
1607 unsigned int got_offset =
1610 object->set_local_got_offset(symndx, got_type, got_offset);
1612 rel_dyn->add_output_section_generic(os, r_type, this, got_offset, 0);
1631 unsigned int got_offset
1634 object->set_local_got_offset(symndx, got_type, got_offset);
1635 rel_dyn->add_local_generic(object, 0, r_type, this, got_offset, 0);
1649 object->set_local_got_offset(sym_index, got_type, this->got_offset(i));
1662 gsym->set_got_offset(got_type, this->got_offset(i));
1707 off_t got_offset = this->free_list_.allocate(got_size / 8,
1709 if (got_offset == -1)
1712 unsigned int got_index = got_offset / (got_size / 8);
1715 return static_cast<unsigned int>(got_offset);
1729 unsigned int got_offset;
1731 got_offset = this->last_got_offset();
1734 return got_offset;
1739 off_t got_offset = this->free_list_.allocate(2 * got_size / 8,
1741 if (got_offset == -1)
1744 unsigned int got_index = got_offset / (got_size / 8);
1748 return static_cast<unsigned int>(got_offset);