Home | History | Annotate | Download | only in gold

Lines Matching full:symcount

3058   unsigned int symcount = this->input_reader_->get_unused_symbol_count();
3059 this->unused_symbols_.reserve(symcount);
3060 for (unsigned int i = 0; i < symcount; ++i)