Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dpowerpc.cc89 opd_ent_(), access_from_map_(), has14_(), stub_table_index_(), in Powerpc_relobj()
274 if (shndx >= this->stub_table_index_.size()) in set_stub_table()
275 this->stub_table_index_.resize(shndx + 1); in set_stub_table()
276 this->stub_table_index_[shndx] = stub_index; in set_stub_table()
282 if (shndx < this->stub_table_index_.size()) in stub_table()
287 unsigned int indx = this->stub_table_index_[shndx]; in stub_table()
297 this->stub_table_index_.clear(); in clear_stub_table()
368 std::vector<unsigned int> stub_table_index_; member in __anon0f0c9f3e0111::Powerpc_relobj