Home
last modified time | relevance | path

Searched refs:loccount (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dobject.cc810 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()
[all …]
Dreloc.cc372 const unsigned int loccount = this->local_symbol_count_; in do_read_relocs() local
373 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() local
1170 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() local
1184 for (unsigned int i = 1; i < loccount; ++i) in free_input_to_output_maps()
Darm.cc6495 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
[all …]
Dmips.cc5823 const unsigned int loccount = this->local_symbol_count(); in do_count_local_symbols() local
5824 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()
Daarch64.cc1860 const unsigned int loccount = this->local_symbol_count(); in do_count_local_symbols() local
1861 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()
Dpowerpc.cc1872 const unsigned int loccount = this->do_local_symbol_count(); in do_read_symbols() local
1873 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()