Lines Matching refs:stub_tables_
1725 stub_tables_() in AArch64_relobj()
1735 gold_assert(shndx < this->stub_tables_.size()); in stub_table()
1736 return this->stub_tables_[shndx]; in stub_table()
1743 gold_assert(shndx < this->stub_tables_.size()); in set_stub_table()
1744 this->stub_tables_[shndx] = stub_table; in set_stub_table()
1806 this->stub_tables_.resize(this->shnum()); in do_setup()
1839 Stub_table_list stub_tables_; member in __anon20db65070111::AArch64_relobj
2805 stub_tables_(), stub_group_size_(0), aarch64_input_section_map_() in Target_aarch64()
3408 Stub_table_list stub_tables_; member in __anon20db65070111::Target_aarch64
5517 for (Stub_table_iterator sp = this->stub_tables_.begin(); in do_relax()
5518 sp != this->stub_tables_.end(); ++sp) in do_relax()
5543 for (Stub_table_iterator siter = this->stub_tables_.begin(); in do_relax()
5544 siter != this->stub_tables_.end() && !any_stub_table_changed; ++siter) in do_relax()
5562 for (Stub_table_iterator sp = this->stub_tables_.begin(); in do_relax()
5563 (sp != this->stub_tables_.end()); in do_relax()
5585 this->stub_tables_.push_back(stub_table); in new_stub_table()