Home | History | Annotate | Download | only in gold

Lines Matching full:loccount

1872       const unsigned int loccount = this->do_local_symbol_count();
1873 if (loccount != 0)
1875 this->st_other_.resize(loccount);
1877 off_t locsize = loccount * sym_size;
1884 for (unsigned int i = 1; i < loccount; ++i, psyms += sym_size)