Home | History | Annotate | Download | only in gold

Lines Matching refs:plt_

508       got_(NULL), plt_(NULL), iplt_(NULL), brlt_section_(NULL),
690 gold_assert(this->plt_ != NULL);
691 return this->plt_;
1273 Output_data_plt_powerpc<size, big_endian>* plt_;
1274 // The IPLT section. Like plt_, this is a container for a table of
1277 // don't resolve locally go in PLT). Unlike plt_, these have no
3275 if (this->plt_ == NULL)
3292 this->plt_
3300 this->plt_,
3324 this->plt_->output_section()->add_output_section_data(this->iplt_);
3428 if (this->plt_ && is_pic)
3429 this->plt_->output_section()
5112 if (this->plt_ == NULL)
5114 this->plt_->add_entry(gsym);
5139 if (this->plt_ == NULL)
5141 return this->plt_->entry_count();
6671 const Reloc_section* rel_plt = (this->plt_ == NULL
6673 : this->plt_->rel_plt());
6674 layout->add_target_dynamic_tags(false, this->plt_, rel_plt,