Home
last modified time | relevance | path

Searched refs:stub_tables_ (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/binutils-2.27/gold/
H A Dpowerpc.cc823 { return this->stub_tables_; } in stub_tables()
1317 Stub_tables stub_tables_; member in __anonf2b8b68c0111::Target_powerpc
2883 p != this->stub_tables_.end(); in do_relax()
2888 this->stub_tables_.clear(); in do_relax()
2897 p != this->stub_tables_.end(); in do_relax()
2914 p != this->stub_tables_.end(); in do_relax()
2924 = this->stub_tables_.size() == 0 ? NULL : this->stub_tables_[0]; in do_relax()
2952 p != this->stub_tables_.end(); in do_relax()
8654 p != this->stub_tables_.end(); in do_dynsym_value()
8683 p != this->stub_tables_.end(); in do_plt_address_for_local()
[all …]
H A Daarch64.cc1725 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 __anon04877c550111::AArch64_relobj
3414 Stub_table_list stub_tables_; member in __anon04877c550111::Target_aarch64
5528 sp != this->stub_tables_.end(); ++sp) in do_relax()
5573 (sp != this->stub_tables_.end()); in do_relax()
[all …]
H A Darm.cc1497 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 __anon392c4a0c0111::Arm_relobj
2992 Stub_table_list stub_tables_; member in __anon392c4a0c0111::Target_arm
11719 this->stub_tables_.push_back(stub_table); in new_stub_table()
12275 sp != this->stub_tables_.end(); in do_relax()
[all …]