Searched refs:stub_table_index_ (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | powerpc.cc | 105 access_from_map_(), has14_(), stub_table_index_(), st_other_(), in Powerpc_relobj() 342 if (shndx >= this->stub_table_index_.size()) in set_stub_table() 343 this->stub_table_index_.resize(shndx + 1, -1); in set_stub_table() 344 this->stub_table_index_[shndx] = stub_index; in set_stub_table() 350 if (shndx < this->stub_table_index_.size()) in stub_table() 355 unsigned int indx = this->stub_table_index_[shndx]; in stub_table() 365 this->stub_table_index_.clear(); in clear_stub_table() 473 std::vector<unsigned int> stub_table_index_; member in __anon54ee64340111::Powerpc_relobj
|
H A D | ChangeLog-0815 | 1781 (Powerpc_relobj): Rename stub_table_ to stub_table_index_, an
|
/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | powerpc.cc | 105 access_from_map_(), has14_(), stub_table_index_(), st_other_(), in Powerpc_relobj() 342 if (shndx >= this->stub_table_index_.size()) in set_stub_table() 343 this->stub_table_index_.resize(shndx + 1, -1); in set_stub_table() 344 this->stub_table_index_[shndx] = stub_index; in set_stub_table() 350 if (shndx < this->stub_table_index_.size()) in stub_table() 355 unsigned int indx = this->stub_table_index_[shndx]; in stub_table() 365 this->stub_table_index_.clear(); in clear_stub_table() 473 std::vector<unsigned int> stub_table_index_; member in __anon10389ec10111::Powerpc_relobj
|
H A D | ChangeLog-0815 | 1781 (Powerpc_relobj): Rename stub_table_ to stub_table_index_, an
|