Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gold/
Dpowerpc.cc3867 branch_size_(0), last_branch_size_(0), min_size_threshold_(0), in Stub_table()
3938 this->branch_size_ = 0; in clear_stubs()
3952 Address my_size = this->plt_size_ + this->branch_size_; in set_address_and_size()
4014 || this->last_branch_size_ != this->branch_size_) in size_update()
4017 this->last_branch_size_ = this->branch_size_; in size_update()
4132 = this->stub_address() + this->last_plt_size_ + this->branch_size_; in branch_stub_size()
4255 section_size_type plt_size_, last_plt_size_, branch_size_, last_branch_size_; member in __anon34c063400111::Stub_table
4370 Address off = this->branch_size_; in add_long_branch_entry()
4378 this->branch_size_ = off + stub_size; in add_long_branch_entry()
4400 return to - this->targ_->savres_section()->address() + this->branch_size_; in find_long_branch_entry()
[all …]