Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Ddwp.cc452 abiversion_(0), fd_(NULL), next_file_offset_(0), shnum_(1), sections_(), in Dwp_output_file()
655 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()
1566 this->next_file_offset_ = elfcpp::Elf_sizes<64>::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()
[all …]