| /dflybsd-src/contrib/binutils-2.27/gold/ |
| H A D | mapfile.cc | 334 static_cast<unsigned long long>(od->current_data_size())); in print_output_data() 395 static_cast<unsigned long long>(os->current_data_size())); in print_output_section()
|
| H A D | copy-relocs.cc | 177 convert_to_section_size_type(dynbss->current_data_size()); in make_copy_reloc()
|
| H A D | script-sections.cc | 1687 isi.set_size(p->relaxed_input_section()->current_data_size()); in set_section_addresses() 2788 *size = this->output_section_->current_data_size(); in get_output_section_info() 3915 const uint64_t size = (*p)->current_data_size(); in create_segments() 4239 if (is_orphan && os->current_data_size() > 0) in attach_sections_using_phdrs_clause()
|
| H A D | i386.cc | 1107 this->got_irelative_->current_data_size(); in add_entry() 1125 section_offset_type got_offset = this->got_plt_->current_data_size(); in add_entry() 1155 section_offset_type got_offset = this->got_irelative_->current_data_size(); in add_local_ifunc_entry() 2686 uint32_t data_size = this->got_plt_->current_data_size(); in do_finalize_sections()
|
| H A D | output.cc | 2168 Output_section::Input_section::current_data_size() const in current_data_size() function in gold::Output_section::Input_section 2175 return this->u2_.posd->current_data_size(); in current_data_size() 2667 + poris->current_data_size()); in add_relaxed_input_section() 3144 off += p->current_data_size(); in update_data_size() 4552 off_t current_size = (*p)->current_data_size(); in set_section_list_addresses()
|
| H A D | aarch64.cc | 1384 current_data_size() const in current_data_size() function in __anonb61028e10111::Stub_table 1475 { this->set_data_size(this->current_data_size()); } in set_final_data_size() 2477 off += stub_table->current_data_size(); in do_reset_address_and_file_offset() 4349 section_offset_type got_offset = got->current_data_size(); in add_entry() 4378 section_offset_type got_offset = this->got_irelative_->current_data_size(); in add_local_ifunc_entry() 6777 uint64_t data_size = this->got_plt_->current_data_size(); in do_finalize_sections() 6896 ? (target->got_->current_data_size() >= 0x8000 in relocate()
|
| H A D | tilegx.cc | 2069 gold_assert(got_offset == got->current_data_size()); in add_entry() 2119 section_offset_type got_offset = this->got_irelative_->current_data_size(); in add_local_ifunc_entry() 4276 uint64_t data_size = this->got_->current_data_size(); in do_finalize_sections() 4381 ? target->got_->current_data_size() >= 0x8000 ? 0x8000 : 0 in relocate()
|
| H A D | powerpc.cc | 3115 if (this->current_data_size() == 0) in entry_count() 3117 return ((this->current_data_size() - this->first_plt_entry_offset()) in entry_count() 3171 section_size_type off = this->current_data_size(); in add_entry() 3191 section_size_type off = this->current_data_size(); in add_ifunc_entry() 3212 section_size_type off = this->current_data_size(); in add_local_ifunc_entry() 3635 orig_data_size_(owner->current_data_size()), in Stub_table() 5146 section_size_type value = this->current_data_size(); in savres_define()
|
| H A D | expression.cc | 1216 return os->current_data_size(); in value_from_output_section()
|
| H A D | x86_64.cc | 1378 gold_assert(got_offset == got->current_data_size()); in add_entry() 1427 section_offset_type got_offset = this->got_irelative_->current_data_size(); in add_local_ifunc_entry() 3383 uint64_t data_size = this->got_plt_->current_data_size(); in do_finalize_sections()
|
| H A D | output.h | 213 current_data_size() const in current_data_size() function 3814 current_data_size() const;
|
| H A D | arm.cc | 902 current_data_size() const in current_data_size() function in __anonf61c90980111::Stub_table 1005 { this->set_data_size(this->current_data_size()); } in set_final_data_size() 5324 off += stub_table->current_data_size(); in do_reset_address_and_file_offset() 7589 section_offset_type got_offset = got->current_data_size(); in add_entry() 7622 section_offset_type got_offset = this->got_irelative_->current_data_size(); in add_local_ifunc_entry()
|
| H A D | layout.cc | 3824 off_t current_size = (*p)->current_data_size(); in set_section_offsets()
|
| H A D | mips.cc | 7329 section_offset_type got_offset = this->got_plt_->current_data_size(); in add_entry()
|
| /dflybsd-src/contrib/binutils-2.34/gold/ |
| H A D | mapfile.cc | 334 static_cast<unsigned long long>(od->current_data_size())); in print_output_data() 395 static_cast<unsigned long long>(os->current_data_size())); in print_output_section()
|
| H A D | copy-relocs.cc | 205 convert_to_section_size_type(dynbss->current_data_size()); in make_copy_reloc()
|
| H A D | script-sections.cc | 1721 isi.set_size(p->relaxed_input_section()->current_data_size()); in set_section_addresses() 2848 *size = this->output_section_->current_data_size(); in get_output_section_info() 4005 const uint64_t size = (*p)->current_data_size(); in create_segments() 4332 if (is_orphan && os->current_data_size() > 0) in attach_sections_using_phdrs_clause()
|
| H A D | i386.cc | 1108 this->got_irelative_->current_data_size(); in add_entry() 1126 section_offset_type got_offset = this->got_plt_->current_data_size(); in add_entry() 1156 section_offset_type got_offset = this->got_irelative_->current_data_size(); in add_local_ifunc_entry() 2687 uint32_t data_size = this->got_plt_->current_data_size(); in do_finalize_sections()
|
| H A D | output.cc | 2180 Output_section::Input_section::current_data_size() const in current_data_size() function in gold::Output_section::Input_section 2187 return this->u2_.posd->current_data_size(); in current_data_size() 2681 + poris->current_data_size()); in add_relaxed_input_section() 3158 off += p->current_data_size(); in update_data_size() 4588 off_t current_size = (*p)->current_data_size(); in set_section_list_addresses()
|
| H A D | expression.cc | 1243 return os->current_data_size(); in value_from_output_section()
|
| H A D | x86_64.cc | 1764 gold_assert(got_offset == got->current_data_size()); in add_entry() 1813 section_offset_type got_offset = this->got_irelative_->current_data_size(); in add_local_ifunc_entry() 4543 uint64_t data_size = this->got_plt_->current_data_size(); in do_finalize_sections()
|
| H A D | output.h | 213 current_data_size() const in current_data_size() function 3814 current_data_size() const;
|
| H A D | layout.cc | 4218 off_t current_size = (*p)->current_data_size(); in set_section_offsets()
|