Home | History | Annotate | Download | only in gold

Lines Matching full:loccount

6502   const unsigned int loccount = this->local_symbol_count();
6503 if (loccount == 0)
6507 std::vector<bool> empty_vector(loccount, false);
6518 gold_assert(loccount == symtabshdr.get_sh_info());
6519 off_t locsize = loccount * sym_size;
6551 for (unsigned int i = 1; i < loccount; ++i, psyms += sym_size)
6955 const unsigned int loccount = this->local_symbol_count();
6956 gold_assert(loccount == symtabshdr.get_sh_info());
6957 off_t locsize = loccount * sym_size;
7049 const unsigned int loccount = this->local_symbol_count();
7050 gold_assert(loccount == symtabshdr.get_sh_info());
7051 off_t locsize = loccount * sym_size;
7064 for (unsigned int i = 1; i < loccount; ++i, psyms += sym_size)