Lines Matching refs:bs
4407 typename Branch_stub_entries::const_iterator bs; in do_write() local
4408 for (bs = this->long_branch_stubs_.begin(); in do_write()
4409 bs != this->long_branch_stubs_.end(); in do_write()
4410 ++bs) in do_write()
4412 p = oview + this->plt_size_ + bs->second; in do_write()
4413 Address loc = this->stub_address() + this->plt_size_ + bs->second; in do_write()
4414 Address delta = bs->first.dest_ - loc; in do_write()
4420 = this->targ_->find_branch_lookup_table(bs->first.dest_); in do_write()
4423 Address got_addr = got_os_addr + bs->first.toc_base_off_; in do_write()
4518 typename Branch_stub_entries::const_iterator bs; in do_write() local
4519 for (bs = this->long_branch_stubs_.begin(); in do_write()
4520 bs != this->long_branch_stubs_.end(); in do_write()
4521 ++bs) in do_write()
4523 p = oview + this->plt_size_ + bs->second; in do_write()
4524 Address loc = this->stub_address() + this->plt_size_ + bs->second; in do_write()
4525 Address delta = bs->first.dest_ - loc; in do_write()
4530 write_insn<big_endian>(p + 0, lis_12 + ha(bs->first.dest_)); in do_write()
4531 write_insn<big_endian>(p + 4, addi_12_12 + l(bs->first.dest_)); in do_write()