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