Home | History | Annotate | Download | only in gold

Lines Matching full:loccount

5823   const unsigned int loccount = this->local_symbol_count();
5824 if (loccount == 0)
5828 this->local_symbol_is_mips16_.resize(loccount, false);
5829 this->local_symbol_is_micromips_.resize(loccount, false);
5839 gold_assert(loccount == symtabshdr.get_sh_info());
5840 off_t locsize = loccount * sym_size;
5848 for (unsigned int i = 1; i < loccount; ++i, psyms += sym_size)