Searched refs:got_file_offset (Results 1 – 7 of 7) sorted by relevance
| /dflybsd-src/contrib/binutils-2.34/gold/ |
| H A D | x86_64.cc | 1692 const off_t got_file_offset = this->offset(); in do_write() local 1694 unsigned char* const got_view = of->get_output_view(got_file_offset, 24); in do_write() 1699 of->write_output_view(got_file_offset, 24, got_view); in do_write() 2591 const off_t got_file_offset = this->got_plt_->offset(); in do_write() local 2593 || (got_file_offset + this->got_plt_->data_size() in do_write() 2598 unsigned char* const got_view = of->get_output_view(got_file_offset, in do_write() 2655 of->write_output_view(got_file_offset, got_size, got_view); in do_write() 2672 const off_t got_file_offset = got_plt->offset(); in do_write() local 2674 || (got_file_offset + got_plt->data_size() in do_write() 2679 unsigned char* const got_view = of->get_output_view(got_file_offset, in do_write() [all …]
|
| H A D | i386.cc | 1056 const off_t got_file_offset = this->offset(); in do_write() local 1058 unsigned char* const got_view = of->get_output_view(got_file_offset, 12); in do_write() 1063 of->write_output_view(got_file_offset, 12, got_view); in do_write() 1410 const off_t got_file_offset = this->got_plt_->offset(); in do_write() local 1412 || (got_file_offset + this->got_plt_->data_size() in do_write() 1418 unsigned char* const got_view = of->get_output_view(got_file_offset, in do_write() 1491 of->write_output_view(got_file_offset, got_size, got_view); in do_write()
|
| /dflybsd-src/contrib/binutils-2.27/gold/ |
| H A D | i386.cc | 1055 const off_t got_file_offset = this->offset(); in do_write() local 1057 unsigned char* const got_view = of->get_output_view(got_file_offset, 12); in do_write() 1062 of->write_output_view(got_file_offset, 12, got_view); in do_write() 1409 const off_t got_file_offset = this->got_plt_->offset(); in do_write() local 1411 || (got_file_offset + this->got_plt_->data_size() in do_write() 1417 unsigned char* const got_view = of->get_output_view(got_file_offset, in do_write() 1490 of->write_output_view(got_file_offset, got_size, got_view); in do_write()
|
| H A D | x86_64.cc | 1306 const off_t got_file_offset = this->offset(); in do_write() local 1308 unsigned char* const got_view = of->get_output_view(got_file_offset, 24); in do_write() 1313 of->write_output_view(got_file_offset, 24, got_view); in do_write() 1738 const off_t got_file_offset = this->got_plt_->offset(); in do_write() local 1740 || (got_file_offset + this->got_plt_->data_size() in do_write() 1745 unsigned char* const got_view = of->get_output_view(got_file_offset, in do_write() 1802 of->write_output_view(got_file_offset, got_size, got_view); in do_write()
|
| H A D | tilegx.cc | 2462 const off_t got_file_offset = this->got_plt_->offset(); in do_write() local 2464 || (got_file_offset + this->got_plt_->data_size() in do_write() 2469 unsigned char* const got_view = of->get_output_view(got_file_offset, in do_write() 2514 of->write_output_view(got_file_offset, got_size, got_view); in do_write()
|
| H A D | aarch64.cc | 4895 const off_t got_file_offset = this->got_plt_->offset(); in do_write() local 4896 gold_assert(got_file_offset + this->got_plt_->data_size() in do_write() 4902 unsigned char* const got_view = of->get_output_view(got_file_offset, in do_write() 4956 of->write_output_view(got_file_offset, got_size, got_view); in do_write()
|
| H A D | arm.cc | 7931 const off_t got_file_offset = this->got_plt_->offset(); in do_write() local 7932 gold_assert(got_file_offset + this->got_plt_->data_size() in do_write() 7937 unsigned char* const got_view = of->get_output_view(got_file_offset, in do_write() 8002 of->write_output_view(got_file_offset, got_size, got_view); in do_write()
|