Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.27/gold/
H A Dobject.cc874 const unsigned int loccount = symtabshdr.get_sh_info(); in base_read_symbols() local
875 this->local_symbol_count_ = loccount; in base_read_symbols()
876 this->local_values_.resize(loccount); in base_read_symbols()
877 section_offset_type locsize = loccount * sym_size; in base_read_symbols()
2178 gold_assert(loccount == symtabshdr.get_sh_info()); in do_count_local_symbols()
2179 off_t locsize = loccount * sym_size; in do_count_local_symbols()
2510 for (unsigned int i = 1; i < loccount; ++i) in do_finalize_local_symbols()
2546 for (unsigned int i = 1; i < loccount; ++i) in do_set_local_dynsym_indexes()
2639 gold_assert(loccount == symtabshdr.get_sh_info()); in write_local_symbols()
2643 off_t locsize = loccount * sym_size; in write_local_symbols()
[all …]
H A 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()
1148 const unsigned int loccount = this->local_symbol_count_; in initialize_input_to_output_maps() local
1149 for (unsigned int i = 1; i < loccount; ++i) in initialize_input_to_output_maps()
1162 const unsigned int loccount = this->local_symbol_count_; in free_input_to_output_maps() local
1163 for (unsigned int i = 1; i < loccount; ++i) in free_input_to_output_maps()
H A Darm.cc6466 const unsigned int loccount = this->local_symbol_count(); in do_count_local_symbols() local
6467 if (loccount == 0) in do_count_local_symbols()
6471 std::vector<bool> empty_vector(loccount, false); in do_count_local_symbols()
6482 gold_assert(loccount == symtabshdr.get_sh_info()); in do_count_local_symbols()
6483 off_t locsize = loccount * sym_size; in do_count_local_symbols()
6919 const unsigned int loccount = this->local_symbol_count(); in do_read_symbols() local
6920 gold_assert(loccount == symtabshdr.get_sh_info()); in do_read_symbols()
6921 off_t locsize = loccount * sym_size; in do_read_symbols()
7013 const unsigned int loccount = this->local_symbol_count(); in update_output_local_symbol_count() local
7014 gold_assert(loccount == symtabshdr.get_sh_info()); in update_output_local_symbol_count()
[all …]
H A 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()
H A Dmips.cc6692 const unsigned int loccount = this->local_symbol_count(); in do_count_local_symbols() local
6693 if (loccount == 0) in do_count_local_symbols()
6697 this->local_symbol_is_mips16_.resize(loccount, false); in do_count_local_symbols()
6698 this->local_symbol_is_micromips_.resize(loccount, false); in do_count_local_symbols()
6708 gold_assert(loccount == symtabshdr.get_sh_info()); in do_count_local_symbols()
6709 off_t locsize = loccount * sym_size; in do_count_local_symbols()
6717 for (unsigned int i = 1; i < loccount; ++i, psyms += sym_size) in do_count_local_symbols()
H A Dpowerpc.cc1921 const unsigned int loccount = this->do_local_symbol_count(); in do_read_symbols() local
1922 if (loccount != 0) in do_read_symbols()
1924 this->st_other_.resize(loccount); in do_read_symbols()
1926 off_t locsize = loccount * sym_size; in do_read_symbols()
1933 for (unsigned int i = 1; i < loccount; ++i, psyms += sym_size) in do_read_symbols()
/dragonfly/contrib/binutils-2.34/gold/
H A Dobject.cc875 const unsigned int loccount = symtabshdr.get_sh_info(); in base_read_symbols() local
876 this->local_symbol_count_ = loccount; in base_read_symbols()
877 this->local_values_.resize(loccount); in base_read_symbols()
878 section_offset_type locsize = loccount * sym_size; in base_read_symbols()
2296 gold_assert(loccount == symtabshdr.get_sh_info()); in do_count_local_symbols()
2297 off_t locsize = loccount * sym_size; in do_count_local_symbols()
2633 for (unsigned int i = 1; i < loccount; ++i) in do_finalize_local_symbols()
2673 for (unsigned int i = 1; i < loccount; ++i) in do_set_local_dynsym_indexes()
2766 gold_assert(loccount == symtabshdr.get_sh_info()); in write_local_symbols()
2770 off_t locsize = loccount * sym_size; in write_local_symbols()
[all …]
H A 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()
1171 const unsigned int loccount = this->local_symbol_count_; in initialize_input_to_output_maps() local
1172 for (unsigned int i = 1; i < loccount; ++i) in initialize_input_to_output_maps()
1185 const unsigned int loccount = this->local_symbol_count_; in free_input_to_output_maps() local
1186 for (unsigned int i = 1; i < loccount; ++i) in free_input_to_output_maps()