Lines Matching full:loccount
821 const unsigned int loccount = symtabshdr.get_sh_info();
822 this->local_symbol_count_ = loccount;
823 this->local_values_.resize(loccount);
824 section_offset_type locsize = loccount * sym_size;
2124 const unsigned int loccount = this->local_symbol_count_;
2125 gold_assert(loccount == symtabshdr.get_sh_info());
2126 off_t locsize = loccount * sym_size;
2150 for (unsigned int i = 1; i < loccount; ++i, psyms += sym_size)
2441 const unsigned int loccount = this->local_symbol_count_;
2448 for (unsigned int i = 1; i < loccount; ++i)
2483 const unsigned int loccount = this->local_symbol_count_;
2484 for (unsigned int i = 1; i < loccount; ++i)
2576 const unsigned int loccount = this->local_symbol_count_;
2577 gold_assert(loccount == symtabshdr.get_sh_info());
2581 off_t locsize = loccount * sym_size;
2610 gold_assert(this->local_values_.size() == loccount);
2615 for (unsigned int i = 1; i < loccount; ++i, psyms += sym_size)