Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.27/gold/
H A Ddwp.cc655 off_t next_file_offset_; member in gold::Dwp_output_file
1564 this->next_file_offset_ = elfcpp::Elf_sizes<32>::ehdr_size; in record_target_info()
1577 if (::fwrite(buf, 1, this->next_file_offset_, this->fd_) in record_target_info()
1578 < (size_t) this->next_file_offset_) in record_target_info()
1649 off_t file_offset = this->next_file_offset_; in add_contribution()
1675 this->next_file_offset_ = file_offset + len; in add_contribution()
1848 off_t file_offset = this->next_file_offset_; in finalize()
1852 this->next_file_offset_ = file_offset + sect.size; in finalize()
1878 off_t file_offset = this->next_file_offset_; in finalize()
1957 off_t file_offset = this->next_file_offset_; in write_new_section()
[all …]