Lines Matching refs:targ_
3033 targ_(targ), in Output_data_plt_powerpc()
3084 return this->targ_->first_plt_entry_offset(); in first_plt_entry_offset()
3091 return this->targ_->plt_entry_size(); in plt_entry_size()
3101 Target_powerpc<size, big_endian>* targ_; member in __anon0f0c9f3e0111::Output_data_plt_powerpc
3137 if (size == 64 && this->targ_->abiversion() < 2) in add_ifunc_entry()
3158 if (size == 64 && this->targ_->abiversion() < 2) in add_local_ifunc_entry()
3254 = this->targ_->glink_section(); in do_write()
3342 targ_(targ) in Output_data_brlt_powerpc()
3404 Target_powerpc<size, big_endian>* targ_; member in __anon0f0c9f3e0111::Output_data_brlt_powerpc
3456 this->targ_->write_branch_lookup_table(oview); in do_write()
3570 targ_(targ), plt_call_stubs_(), long_branch_stubs_(), in Stub_table()
3734 if (!this->targ_->has_glink()) in add_eh_frame()
3748 { return targ_; } in targ()
3797 plt_addr += this->targ_->iplt_section()->address(); in plt_call_size()
3799 plt_addr += this->targ_->plt_section()->address(); in plt_call_size()
3800 Address got_addr = this->targ_->got_section()->output_section()->address(); in plt_call_size()
3806 if (this->targ_->abiversion() < 2) in plt_call_size()
3809 bool thread_safe = this->targ_->plt_thread_safe(); in plt_call_size()
3937 Target_powerpc<size, big_endian>* targ_; member in __anon0f0c9f3e0111::Stub_table
4057 this->targ_->add_branch_lookup_table(to); in add_long_branch_entry()
4087 : Output_section_data(16), targ_(targ), global_entry_stubs_(), in Output_data_glink()
4123 Target_powerpc<size, big_endian>* targ_; member in __anon0f0c9f3e0111::Output_data_glink
4141 if (this->targ_->abiversion() < 2) in add_eh_frame()
4196 unsigned int count = this->targ_->plt_entry_count(); in set_final_data_size()
4215 if (this->targ_->abiversion() < 2) in set_final_data_size()
4250 = this->targ_->got_section(); in do_write()
4256 Address plt_base = this->targ_->plt_section()->address(); in do_write()
4271 iplt_base = this->targ_->iplt_section()->address(); in do_write()
4286 bool plt_load_toc = this->targ_->abiversion() < 2; in do_write()
4290 = plt_load_toc && this->targ_->plt_thread_safe(); in do_write()
4296 = ((pltoff - this->targ_->first_plt_entry_offset()) in do_write()
4297 / this->targ_->plt_entry_size()); in do_write()
4299 = (this->targ_->glink_section()->pltresolve_size in do_write()
4304 = this->targ_->glink_section()->address() + glinkoff; in do_write()
4317 write_insn<big_endian>(p, std_2_1 + this->targ_->stk_toc()); in do_write()
4362 write_insn<big_endian>(p, std_2_1 + this->targ_->stk_toc()); in do_write()
4420 = this->targ_->find_branch_lookup_table(bs->first.dest_); in do_write()
4422 brlt_addr += this->targ_->brlt_section()->address(); in do_write()
4444 Address plt_base = this->targ_->plt_section()->address(); in do_write()
4460 iplt_base = this->targ_->iplt_section()->address(); in do_write()
4486 = this->targ_->got_section(); in do_write()
4565 Address plt_base = this->targ_->plt_section()->address(); in do_write()
4578 if (this->targ_->abiversion() < 2) in do_write()
4614 if (this->targ_->abiversion() < 2) in do_write()
4632 Address plt_base = this->targ_->plt_section()->address(); in do_write()
4647 iplt_base = this->targ_->iplt_section()->address(); in do_write()
4669 = this->targ_->got_section(); in do_write()