Lines Matching refs:stub_tables_
1497 stub_tables_(), local_symbol_is_thumb_function_(), in Arm_relobj()
1511 gold_assert(shndx < this->stub_tables_.size()); in stub_table()
1512 return this->stub_tables_[shndx]; in stub_table()
1519 gold_assert(shndx < this->stub_tables_.size()); in set_stub_table()
1520 this->stub_tables_[shndx] = stub_table; in set_stub_table()
1671 this->stub_tables_.swap(empty_stub_table_list); in do_setup()
1747 Stub_table_list stub_tables_; member in __anon44de5fc10111::Arm_relobj
2128 stub_tables_(), stub_factory_(Stub_factory::get_instance()), in Target_arm()
3019 Stub_table_list stub_tables_; member in __anon44de5fc10111::Target_arm
6671 Stub_table<big_endian>* stub_table = this->stub_tables_[i]; in do_relocate_sections()
11884 this->stub_tables_.push_back(stub_table); in new_stub_table()
12439 for (Stub_table_iterator sp = this->stub_tables_.begin(); in do_relax()
12440 sp != this->stub_tables_.end(); in do_relax()
12467 for (Stub_table_iterator sp = this->stub_tables_.begin(); in do_relax()
12468 sp != this->stub_tables_.end(); in do_relax()
12491 for (Stub_table_iterator sp = this->stub_tables_.begin(); in do_relax()
12492 (sp != this->stub_tables_.end()) && !any_stub_table_changed; in do_relax()
12528 for (Stub_table_iterator sp = this->stub_tables_.begin(); in do_relax()
12529 (sp != this->stub_tables_.end()) && !any_stub_table_changed; in do_relax()