Lines Matching refs:targ_

3090       targ_(targ),  in Output_data_plt_powerpc()
3141 return this->targ_->first_plt_entry_offset(); in first_plt_entry_offset()
3148 return this->targ_->plt_entry_size(); in plt_entry_size()
3158 Target_powerpc<size, big_endian>* targ_; member in __anonf2b8b68c0111::Output_data_plt_powerpc
3194 if (size == 64 && this->targ_->abiversion() < 2) in add_ifunc_entry()
3215 if (size == 64 && this->targ_->abiversion() < 2) in add_local_ifunc_entry()
3318 = this->targ_->glink_section(); in do_write()
3406 targ_(targ) in Output_data_brlt_powerpc()
3468 Target_powerpc<size, big_endian>* targ_; member in __anonf2b8b68c0111::Output_data_brlt_powerpc
3520 this->targ_->write_branch_lookup_table(oview); in do_write()
3634 targ_(targ), plt_call_stubs_(), long_branch_stubs_(), in Stub_table()
3724 my_size += this->targ_->savres_section()->data_size(); in set_address_and_size()
3802 if (!this->targ_->has_glink()) in add_eh_frame()
3816 { return targ_; } in targ()
3865 plt_addr += this->targ_->iplt_section()->address(); in plt_call_size()
3867 plt_addr += this->targ_->plt_section()->address(); in plt_call_size()
3868 Address got_addr = this->targ_->got_section()->output_section()->address(); in plt_call_size()
3874 if (this->targ_->abiversion() < 2) in plt_call_size()
3877 bool thread_safe = this->targ_->plt_thread_safe(); in plt_call_size()
4007 Target_powerpc<size, big_endian>* targ_; member in __anonf2b8b68c0111::Stub_table
4135 this->targ_->add_branch_lookup_table(to); in add_long_branch_entry()
4155 return to - this->targ_->savres_section()->address() + this->branch_size_; in find_long_branch_entry()
4170 : Output_section_data(16), targ_(targ), global_entry_stubs_(), in Output_data_glink()
4206 Target_powerpc<size, big_endian>* targ_; member in __anonf2b8b68c0111::Output_data_glink
4224 if (this->targ_->abiversion() < 2) in add_eh_frame()
4279 unsigned int count = this->targ_->plt_entry_count(); in set_final_data_size()
4298 if (this->targ_->abiversion() < 2) in set_final_data_size()
4333 = this->targ_->got_section(); in do_write()
4339 Address plt_base = this->targ_->plt_section()->address(); in do_write()
4354 iplt_base = this->targ_->iplt_section()->address(); in do_write()
4369 bool plt_load_toc = this->targ_->abiversion() < 2; in do_write()
4373 = plt_load_toc && this->targ_->plt_thread_safe(); in do_write()
4379 = ((pltoff - this->targ_->first_plt_entry_offset()) in do_write()
4380 / this->targ_->plt_entry_size()); in do_write()
4382 = (this->targ_->glink_section()->pltresolve_size in do_write()
4387 = this->targ_->glink_section()->address() + glinkoff; in do_write()
4400 write_insn<big_endian>(p, std_2_1 + this->targ_->stk_toc()); in do_write()
4445 write_insn<big_endian>(p, std_2_1 + this->targ_->stk_toc()); in do_write()
4505 = this->targ_->find_branch_lookup_table(bs->first.dest_); in do_write()
4507 brlt_addr += this->targ_->brlt_section()->address(); in do_write()
4529 Address plt_base = this->targ_->plt_section()->address(); in do_write()
4545 iplt_base = this->targ_->iplt_section()->address(); in do_write()
4571 = this->targ_->got_section(); in do_write()
4639 memcpy (p, this->targ_->savres_section()->contents(), in do_write()
4640 this->targ_->savres_section()->data_size()); in do_write()
4658 Address plt_base = this->targ_->plt_section()->address(); in do_write()
4671 if (this->targ_->abiversion() < 2) in do_write()
4707 if (this->targ_->abiversion() < 2) in do_write()
4725 Address plt_base = this->targ_->plt_section()->address(); in do_write()
4740 iplt_base = this->targ_->iplt_section()->address(); in do_write()
4762 = this->targ_->got_section(); in do_write()