Searched refs:stub_table_ (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/binutils/gold/
H A Daarch64.cc2390 stub_table_(NULL),
2405 { this->stub_table_ = st; }
2410 { return this->stub_table_ != NULL && this->stub_table_->owner() == this; }
2420 { return stub_table_; }
2432 return std::max(this->stub_table_->addralign(),
2471 The_stub_table* stub_table_; member in class:__anon527::Output_data_got_aarch64::AArch64_input_section
2493 this->stub_table_->finalize_data_size();
2494 off = align_address(off, this->stub_table_->addralign());
2495 off += this->stub_table_
[all...]
H A Darm.cc1156 original_addralign_(1), original_size_(0), stub_table_(NULL),
1170 { return this->stub_table_ != NULL && this->stub_table_->owner() == this; }
1175 { return this->stub_table_; }
1180 { this->stub_table_ = stub_table; }
1203 return std::max(this->stub_table_->addralign(),
1246 Stub_table<big_endian>* stub_table_;
5317 if (this->is_stub_table_owner() && !this->stub_table_->empty())
5318 this->stub_table_->write(of);
5331 this->stub_table_
[all...]

Completed in 123 milliseconds