Home
last modified time | relevance | path

Searched refs:got_file_offset (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Di386.cc1029 const off_t got_file_offset = this->offset(); in do_write() local
1031 unsigned char* const got_view = of->get_output_view(got_file_offset, 12); in do_write()
1036 of->write_output_view(got_file_offset, 12, got_view); in do_write()
1383 const off_t got_file_offset = this->got_plt_->offset(); in do_write() local
1385 || (got_file_offset + this->got_plt_->data_size() in do_write()
1391 unsigned char* const got_view = of->get_output_view(got_file_offset, in do_write()
1464 of->write_output_view(got_file_offset, got_size, got_view); in do_write()
Dx86_64.cc1211 const off_t got_file_offset = this->offset(); in do_write() local
1213 unsigned char* const got_view = of->get_output_view(got_file_offset, 24); in do_write()
1218 of->write_output_view(got_file_offset, 24, got_view); in do_write()
1643 const off_t got_file_offset = this->got_plt_->offset(); in do_write() local
1645 || (got_file_offset + this->got_plt_->data_size() in do_write()
1650 unsigned char* const got_view = of->get_output_view(got_file_offset, in do_write()
1707 of->write_output_view(got_file_offset, got_size, got_view); in do_write()
Dtilegx.cc2452 const off_t got_file_offset = this->got_plt_->offset(); in do_write() local
2454 || (got_file_offset + this->got_plt_->data_size() in do_write()
2459 unsigned char* const got_view = of->get_output_view(got_file_offset, in do_write()
2504 of->write_output_view(got_file_offset, got_size, got_view); in do_write()
Daarch64.cc4885 const off_t got_file_offset = this->got_plt_->offset(); in do_write() local
4886 gold_assert(got_file_offset + this->got_plt_->data_size() in do_write()
4892 unsigned char* const got_view = of->get_output_view(got_file_offset, in do_write()
4946 of->write_output_view(got_file_offset, got_size, got_view); in do_write()
Darm.cc7882 const off_t got_file_offset = this->got_plt_->offset(); in do_write() local
7883 gold_assert(got_file_offset + this->got_plt_->data_size() in do_write()
7888 unsigned char* const got_view = of->get_output_view(got_file_offset, in do_write()
7953 of->write_output_view(got_file_offset, got_size, got_view); in do_write()