Lines Matching refs:loccount
6495 const unsigned int loccount = this->local_symbol_count(); in do_count_local_symbols() local
6496 if (loccount == 0) in do_count_local_symbols()
6500 std::vector<bool> empty_vector(loccount, false); in do_count_local_symbols()
6511 gold_assert(loccount == symtabshdr.get_sh_info()); in do_count_local_symbols()
6512 off_t locsize = loccount * sym_size; in do_count_local_symbols()
6544 for (unsigned int i = 1; i < loccount; ++i, psyms += sym_size) in do_count_local_symbols()
6948 const unsigned int loccount = this->local_symbol_count(); in do_read_symbols() local
6949 gold_assert(loccount == symtabshdr.get_sh_info()); in do_read_symbols()
6950 off_t locsize = loccount * sym_size; in do_read_symbols()
7042 const unsigned int loccount = this->local_symbol_count(); in update_output_local_symbol_count() local
7043 gold_assert(loccount == symtabshdr.get_sh_info()); in update_output_local_symbol_count()
7044 off_t locsize = loccount * sym_size; in update_output_local_symbol_count()
7057 for (unsigned int i = 1; i < loccount; ++i, psyms += sym_size) in update_output_local_symbol_count()