Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Daarch64.cc2348 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()
[all …]
Darm.cc1156 original_addralign_(1), original_size_(0), stub_table_(NULL), in Arm_input_section()
1170 { return this->stub_table_ != NULL && this->stub_table_->owner() == this; } in is_stub_table_owner()
1175 { return this->stub_table_; } in stub_table()
1180 { this->stub_table_ = stub_table; } in set_stub_table()
1203 return std::max(this->stub_table_->addralign(), in do_addralign()
1246 Stub_table<big_endian>* stub_table_; member in __anon5653a9be0111::Arm_input_section
5314 if (this->is_stub_table_owner() && !this->stub_table_->empty()) in do_write()
5315 this->stub_table_->write(of); in do_write()
5328 this->stub_table_->finalize_data_size(); in set_final_data_size()
5329 off = align_address(off, this->stub_table_->addralign()); in set_final_data_size()
[all …]
DChangeLog2544 stub_table_.
2627 stub_table_, set_stub_table, stub_table): New vectors and accessor