Home | History | Annotate | Download | only in gold

Lines Matching refs:got_file_offset

1211   const off_t got_file_offset = this->offset();
1213 unsigned char* const got_view = of->get_output_view(got_file_offset, 24);
1218 of->write_output_view(got_file_offset, 24, got_view);
1643 const off_t got_file_offset = this->got_plt_->offset();
1645 || (got_file_offset + this->got_plt_->data_size()
1650 unsigned char* const got_view = of->get_output_view(got_file_offset,
1707 of->write_output_view(got_file_offset, got_size, got_view);