Lines Matching refs:symbols_

2350   : Output_section_data(size == 32 ? 4 : 8), symbols_()  in Mips_output_data_la25_stub()
2380 { this->set_data_size(this->symbols_.size() * 16); } in set_final_data_size()
2398 std::vector<Mips_symbol<size>*> symbols_; member in __anon7149ffc30111::Mips_output_data_la25_stub
2474 : Output_section_data(size == 32 ? 4 : 8), got_plt_(got_plt), symbols_(), in Mips_output_data_plt()
2496 { return this->symbols_.size(); } in entry_count()
2656 std::vector<Mips_symbol<size>*> symbols_; member in __anon7149ffc30111::Mips_output_data_plt
2680 : Output_section_data(size == 32 ? 4 : 8), symbols_(), dynsym_count_(-1U), in Mips_output_data_mips_stubs()
2777 { this->set_data_size(this->symbols_.size() * this->stub_max_size()); } in set_final_data_size()
2784 Mips_stubs_entry_set symbols_; member in __anon7149ffc30111::Mips_output_data_mips_stubs
7173 gsym->set_la25_stub_offset(this->symbols_.size() * 16); in create_la25_stub()
7174 this->symbols_.push_back(gsym); in create_la25_stub()
7219 p = this->symbols_.begin(); in do_write()
7220 p != this->symbols_.end(); in do_write()
7421 this->symbols_.push_back(gsym); in add_entry()
7458 p = this->symbols_.begin(); p != this->symbols_.end(); ++p) in set_plt_offsets()
7627 p = this->symbols_.begin(); in do_write()
7628 p != this->symbols_.end(); in do_write()
7997 this->symbols_.insert(gsym); in make_entry()
8011 this->symbols_.erase(gsym); in remove_entry()
8031 p = this->symbols_.begin(); in set_lazy_stub_offsets()
8032 p != this->symbols_.end(); in set_lazy_stub_offsets()
8046 p = this->symbols_.begin(); p != this->symbols_.end(); ++p) in set_needs_dynsym_value()
8070 p = this->symbols_.begin(); p != this->symbols_.end(); ++p) in do_write()
8212 unsigned int unused = big_stub ? 0 : this->symbols_.size() * 4; in do_write()