Lines Matching refs:loccount
810 const unsigned int loccount = symtabshdr.get_sh_info(); in base_read_symbols() local
811 this->local_symbol_count_ = loccount; in base_read_symbols()
812 this->local_values_.resize(loccount); in base_read_symbols()
813 section_offset_type locsize = loccount * sym_size; in base_read_symbols()
2113 const unsigned int loccount = this->local_symbol_count_; in do_count_local_symbols() local
2114 gold_assert(loccount == symtabshdr.get_sh_info()); in do_count_local_symbols()
2115 off_t locsize = loccount * sym_size; in do_count_local_symbols()
2139 for (unsigned int i = 1; i < loccount; ++i, psyms += sym_size) in do_count_local_symbols()
2430 const unsigned int loccount = this->local_symbol_count_; in do_finalize_local_symbols() local
2437 for (unsigned int i = 1; i < loccount; ++i) in do_finalize_local_symbols()
2472 const unsigned int loccount = this->local_symbol_count_; in do_set_local_dynsym_indexes() local
2473 for (unsigned int i = 1; i < loccount; ++i) in do_set_local_dynsym_indexes()
2565 const unsigned int loccount = this->local_symbol_count_; in write_local_symbols() local
2566 gold_assert(loccount == symtabshdr.get_sh_info()); in write_local_symbols()
2570 off_t locsize = loccount * sym_size; in write_local_symbols()
2599 gold_assert(this->local_values_.size() == loccount); in write_local_symbols()
2604 for (unsigned int i = 1; i < loccount; ++i, psyms += sym_size) in write_local_symbols()