Lines Matching refs:target_

1986     : Output_data_got<size, big_endian>(), target_(target),
2213 - this->target_->adjusted_gp_value(object));
2306 Target_mips<size, big_endian>* target_;
2476 target_(target)
2592 return this->target_->is_output_micromips() && this->plt_mips_offset_ == 0;
2599 if (this->target_->is_output_n64())
2601 else if (this->target_->is_output_n32())
2605 else if (this->target_->use_32bit_micromips_instructions())
2617 if (this->target_->is_output_n64())
2619 else if (this->target_->is_output_n32())
2623 else if (this->target_->use_32bit_micromips_instructions())
2638 gold_assert(!this->target_->is_output_newabi());
2640 if (!this->target_->is_output_micromips())
2643 else if (this->target_->use_32bit_micromips_instructions())
2664 Target_mips<size, big_endian>* target_;
2681 stub_offsets_are_set_(false), target_(target)
2715 if (!this->target_->is_output_micromips()
2716 || this->target_->use_32bit_micromips_instructions())
2790 Target_mips<size, big_endian>* target_;
2805 : Output_section_data(24, 4, true), target_(target),
2821 Target_mips<size, big_endian>* target_;
2844 : Output_section(name, type, flags), target_(target)
2857 Target_mips<size, big_endian>* target_;
3070 : target_(target), layout_(layout), symtab_(symtab)
3091 this->target_->la25_stub_section(layout_)
3092 ->create_la25_stub(this->symtab_, this->target_, mips_sym);
3098 Target_mips<size, big_endian>* target_;
6385 this->master_got_info_->add_local_entries(this->target_, layout);
6386 this->master_got_info_->add_global_entries(this->target_, layout,
6388 this->master_got_info_->add_tls_entries(this->target_, layout);
6417 g->add_local_entries(this->target_, layout);
6419 g->add_global_entries(this->target_, layout,
6423 g->add_global_entries(this->target_, layout, /*not used*/-1U);
6424 g->add_tls_entries(this->target_, layout);
6429 g->remove_lazy_stubs(this->target_);
6590 this->target_->mips_stubs_section()->stub_address(mips_sym);
7454 unsigned int plt_comp_entry_size = (!this->target_->is_output_newabi()
7470 if (this->target_->is_output_newabi()
7486 if (this->target_->is_output_micromips())
7640 if (this->target_->is_output_n64())
7649 uint64_t load = this->target_->is_output_n64() ? 0xdc000000
7652 const uint32_t* entry = this->target_->is_output_r6() ? plt_entry_r6
7669 if (!this->target_->is_output_micromips())
7684 else if (this->target_->use_32bit_micromips_instructions())
8074 bool n64 = this->target_->is_output_n64();
8076 if (!this->target_->is_output_micromips())
8112 else if (this->target_->use_32bit_micromips_instructions())
8240 this->target_->gp_value());
8270 if (this->target_->is_output_n64() && kind == elfcpp::ODK_REGINFO)
8272 this->target_->gp_value());
8275 this->target_->gp_value());