Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.27/gold/
H A Dpowerpc.cc92 opd_ent_(), access_from_map_(), has14_(), stub_table_index_(), in Powerpc_relobj()
277 if (shndx >= this->stub_table_index_.size()) in set_stub_table()
278 this->stub_table_index_.resize(shndx + 1); in set_stub_table()
279 this->stub_table_index_[shndx] = stub_index; in set_stub_table()
285 if (shndx < this->stub_table_index_.size()) in stub_table()
290 unsigned int indx = this->stub_table_index_[shndx]; in stub_table()
300 this->stub_table_index_.clear(); in clear_stub_table()
371 std::vector<unsigned int> stub_table_index_; member in __anonf2b8b68c0111::Powerpc_relobj