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 __anon5653a9be0111::Arm_relobj
2128 stub_tables_(), stub_factory_(Stub_factory::get_instance()), in Target_arm()
2964 Stub_table_list stub_tables_; member in __anon5653a9be0111::Target_arm
6648 Stub_table<big_endian>* stub_table = this->stub_tables_[i]; in do_relocate_sections()
11635 this->stub_tables_.push_back(stub_table); in new_stub_table()
12190 for (Stub_table_iterator sp = this->stub_tables_.begin(); in do_relax()
12191 sp != this->stub_tables_.end(); in do_relax()
12218 for (Stub_table_iterator sp = this->stub_tables_.begin(); in do_relax()
12219 sp != this->stub_tables_.end(); in do_relax()
12242 for (Stub_table_iterator sp = this->stub_tables_.begin(); in do_relax()
12243 (sp != this->stub_tables_.end() in do_relax()
12281 for (Stub_table_iterator sp = this->stub_tables_.begin(); in do_relax()
12282 (sp != this->stub_tables_.end()) && !any_stub_table_changed; in do_relax()