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

/haiku-buildtools/binutils/gold/
H A Dincremental.h777 : p_(NULL), strtab_(NULL, 0), input_file_count_(0)
783 { this->input_file_count_ = Swap32::readval(this->p_ + 4); }
793 { return this->input_file_count_; }
1116 gold_assert(n < this->input_file_count_);
1139 + this->input_file_count_ * this->input_entry_size));
1166 unsigned int input_file_count_; member in class:gold::Incremental_inputs_reader

Completed in 38 milliseconds