Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dincremental.h777 : p_(NULL), strtab_(NULL, 0), input_file_count_(0) in Incremental_inputs_reader()
783 { this->input_file_count_ = Swap32::readval(this->p_ + 4); } in Incremental_inputs_reader()
793 { return this->input_file_count_; } in input_file_count()
1116 gold_assert(n < this->input_file_count_); in input_file_offset()
1139 + this->input_file_count_ * this->input_entry_size)); in input_file_at_offset()
1166 unsigned int input_file_count_; variable