Searched refs:got_file_offset (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/binutils/gold/
H A Dx86_64.cc1436 const off_t got_file_offset = this->offset(); local
1438 unsigned char* const got_view = of->get_output_view(got_file_offset, 24);
1443 of->write_output_view(got_file_offset, 24, got_view);
2070 const off_t got_file_offset = this->got_plt_->offset(); local
2072 || (got_file_offset + this->got_plt_->data_size()
2077 unsigned char* const got_view = of->get_output_view(got_file_offset,
2134 of->write_output_view(got_file_offset, got_size, got_view);
2151 const off_t got_file_offset = got_plt->offset(); local
2153 || (got_file_offset + got_plt->data_size()
2158 unsigned char* const got_view = of->get_output_view(got_file_offset,
[all...]
H A Di386.cc1055 const off_t got_file_offset = this->offset(); local
1057 unsigned char* const got_view = of->get_output_view(got_file_offset, 12);
1062 of->write_output_view(got_file_offset, 12, got_view);
1409 const off_t got_file_offset = this->got_plt_->offset(); local
1411 || (got_file_offset + this->got_plt_->data_size()
1417 unsigned char* const got_view = of->get_output_view(got_file_offset,
1490 of->write_output_view(got_file_offset, got_size, got_view);
H A Ds390.cc1521 const off_t got_file_offset = this->got_plt_->offset(); local
1523 || (got_file_offset + this->got_plt_->data_size()
1528 unsigned char* const got_view = of->get_output_view(got_file_offset,
1580 of->write_output_view(got_file_offset, got_size, got_view);
1697 const off_t got_file_offset = this->offset(); local
1700 of->get_output_view(got_file_offset, 3 * size / 8);
1705 of->write_output_view(got_file_offset, 3 * size / 8, got_view);
H A Dtilegx.cc2462 const off_t got_file_offset = this->got_plt_->offset(); local
2464 || (got_file_offset + this->got_plt_->data_size()
2469 unsigned char* const got_view = of->get_output_view(got_file_offset,
2514 of->write_output_view(got_file_offset, got_size, got_view);
H A Daarch64.cc4939 const off_t got_file_offset = this->got_plt_->offset(); local
4940 gold_assert(got_file_offset + this->got_plt_->data_size()
4946 unsigned char* const got_view = of->get_output_view(got_file_offset,
5000 of->write_output_view(got_file_offset, got_size, got_view);
H A Darm.cc8069 const off_t got_file_offset = this->got_plt_->offset();
8070 gold_assert(got_file_offset + this->got_plt_->data_size()
8075 unsigned char* const got_view = of->get_output_view(got_file_offset,
8140 of->write_output_view(got_file_offset, got_size, got_view);

Completed in 210 milliseconds