Lines Matching refs:plt_
508 got_(NULL), plt_(NULL), iplt_(NULL), brlt_section_(NULL), in Target_powerpc()
690 gold_assert(this->plt_ != NULL); in plt_section()
691 return this->plt_; in plt_section()
1273 Output_data_plt_powerpc<size, big_endian>* plt_; member in __anon0f0c9f3e0111::Target_powerpc
3275 if (this->plt_ == NULL) in make_plt_section()
3292 this->plt_ in make_plt_section()
3300 this->plt_, in make_plt_section()
3324 this->plt_->output_section()->add_output_section_data(this->iplt_); in make_iplt_section()
3428 if (this->plt_ && is_pic) in make_brlt_section()
3429 this->plt_->output_section() in make_brlt_section()
5112 if (this->plt_ == NULL) in make_plt_entry()
5114 this->plt_->add_entry(gsym); in make_plt_entry()
5139 if (this->plt_ == NULL) in plt_entry_count()
5141 return this->plt_->entry_count(); in plt_entry_count()
6671 const Reloc_section* rel_plt = (this->plt_ == NULL in do_finalize_sections()
6673 : this->plt_->rel_plt()); in do_finalize_sections()
6674 layout->add_target_dynamic_tags(false, this->plt_, rel_plt, in do_finalize_sections()