Home | History | Annotate | Download | only in gold

Lines Matching full:loccount

1909   const unsigned int loccount = this->local_symbol_count();
1910 if (loccount == 0)
1921 gold_assert(loccount == symtabshdr.get_sh_info());
1922 off_t locsize = loccount * sym_size;
1952 for (unsigned int i = 1; i < loccount; ++i, psyms += sym_size)