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

/haiku-buildtools/binutils/gold/
H A Dpowerpc.cc3926 branch_size_(0), last_branch_size_(0), min_size_threshold_(0),
3997 this->branch_size_ = 0;
4011 Address my_size = this->plt_size_ + this->branch_size_;
4077 || this->last_branch_size_ != this->branch_size_)
4080 this->last_branch_size_ = this->branch_size_;
4320 section_size_type plt_size_, last_plt_size_, branch_size_, last_branch_size_; member in class:__anon572::Stub_table
4439 Address off = this->branch_size_;
4449 this->branch_size_ = off + stub_size;
4471 return to - this->targ_->savres_section()->address() + this->branch_size_;
5027 p = oview + this->plt_size_ + this->branch_size_;
[all...]

Completed in 56 milliseconds