Home | History | Annotate | Download | only in gold

Lines Matching refs:stub_table_

2348       stub_table_(NULL),
2363 { this->stub_table_ = st; }
2368 { return this->stub_table_ != NULL && this->stub_table_->owner() == this; }
2378 { return stub_table_; }
2390 return std::max(this->stub_table_->addralign(),
2429 The_stub_table* stub_table_;
2451 this->stub_table_->finalize_data_size();
2452 off = align_address(off, this->stub_table_->addralign());
2453 off += this->stub_table_->data_size();
2471 The_stub_table* stub_table = this->stub_table_;
2475 stub_table_->reset_address_and_file_offset();
2476 off = align_address(off, stub_table_->addralign());
2534 if (this->is_stub_table_owner() && !this->stub_table_->empty())
2535 this->stub_table_->write(of);