Lines Matching refs:data_size
461 gold_assert(this->data_size() >= size / 8); in do_write()
476 convert_to_section_size_type(this->data_size()); in do_write()
1600 view_size == static_cast<section_size_type>(this->data_size())); in relocate_stubs()
1676 convert_to_section_size_type(this->data_size()); in do_write()
2092 section_size_type view_size = stub_table->data_size(); in do_relocate_sections()
2453 off += this->stub_table_->data_size(); in set_final_data_size()
2672 section_begin_offset + p->data_size(); in group_sections()
2725 && (p->data_size() != 0)) in group_sections()
4882 convert_to_section_size_type(this->data_size()); in do_write()
4886 gold_assert(got_file_offset + this->got_plt_->data_size() in do_write()
4890 convert_to_section_size_type(this->got_plt_->data_size() in do_write()
4891 + this->got_irelative_->data_size()); in do_write()
5581 owner->address() + owner->data_size(), 8)); in new_stub_table()
5582 stub_table->set_file_offset(owner->offset() + owner->data_size()); in new_stub_table()
6749 uint64_t data_size = this->got_plt_->current_data_size(); in do_finalize_sections() local
6750 symtab->get_sized_symbol<size>(sym)->set_symsize(data_size); in do_finalize_sections()
6755 if (data_size >= 0x8000) in do_finalize_sections()
7389 got_tlsdesc_offset = (target->got_->data_size() in relocate_tls()
7390 + target->got_plt_section()->data_size()); in relocate_tls()