Searched refs:loccount (Results 1 – 6 of 6) sorted by relevance
810 const unsigned int loccount = symtabshdr.get_sh_info(); in base_read_symbols() local811 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() local2114 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() local2437 for (unsigned int i = 1; i < loccount; ++i) in do_finalize_local_symbols()[all …]
372 const unsigned int loccount = this->local_symbol_count_; in do_read_relocs() local373 gold_assert(loccount == symtabshdr.get_sh_info()); in do_read_relocs()374 off_t locsize = loccount * sym_size; in do_read_relocs()1169 const unsigned int loccount = this->local_symbol_count_; in initialize_input_to_output_maps() local1170 for (unsigned int i = 1; i < loccount; ++i) in initialize_input_to_output_maps()1183 const unsigned int loccount = this->local_symbol_count_; in free_input_to_output_maps() local1184 for (unsigned int i = 1; i < loccount; ++i) in free_input_to_output_maps()
6495 const unsigned int loccount = this->local_symbol_count(); in do_count_local_symbols() local6496 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() local6949 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[all …]
5823 const unsigned int loccount = this->local_symbol_count(); in do_count_local_symbols() local5824 if (loccount == 0) in do_count_local_symbols()5828 this->local_symbol_is_mips16_.resize(loccount, false); in do_count_local_symbols()5829 this->local_symbol_is_micromips_.resize(loccount, false); in do_count_local_symbols()5839 gold_assert(loccount == symtabshdr.get_sh_info()); in do_count_local_symbols()5840 off_t locsize = loccount * sym_size; in do_count_local_symbols()5848 for (unsigned int i = 1; i < loccount; ++i, psyms += sym_size) in do_count_local_symbols()
1860 const unsigned int loccount = this->local_symbol_count(); in do_count_local_symbols() local1861 if (loccount == 0) in do_count_local_symbols()1872 gold_assert(loccount == symtabshdr.get_sh_info()); in do_count_local_symbols()1873 off_t locsize = loccount * sym_size; in do_count_local_symbols()1903 for (unsigned int i = 1; i < loccount; ++i, psyms += sym_size) in do_count_local_symbols()
1872 const unsigned int loccount = this->do_local_symbol_count(); in do_read_symbols() local1873 if (loccount != 0) in do_read_symbols()1875 this->st_other_.resize(loccount); in do_read_symbols()1877 off_t locsize = loccount * sym_size; in do_read_symbols()1884 for (unsigned int i = 1; i < loccount; ++i, psyms += sym_size) in do_read_symbols()