Home | History | Annotate | Download | only in gold

Lines Matching refs:plt_

61       got_(NULL), plt_(NULL), rela_dyn_(NULL), rela_ifunc_(NULL),
399 gold_assert(this->plt_ != NULL);
400 return this->plt_;
442 Output_data_plt_sparc<size, big_endian>* plt_;
1803 this->plt_ = new Output_data_plt_sparc<size, big_endian>(layout);
1808 this->plt_, ORDER_NON_RELRO_FIRST, false);
1813 this->plt_,
1831 if (this->plt_ == NULL)
1834 this->plt_->add_entry(symtab, layout, gsym);
1849 if (this->plt_ == NULL)
1851 unsigned int plt_offset = this->plt_->add_local_ifunc_entry(symtab, layout,
1863 if (this->plt_ == NULL)
1865 return this->plt_->entry_count();
3106 if (this->plt_)
3107 this->plt_->emit_pending_ifunc_relocs();
3110 const Reloc_section* rel_plt = (this->plt_ == NULL
3112 : this->plt_->rel_plt());
3113 layout->add_target_dynamic_tags(false, this->plt_, rel_plt,
3122 && (this->plt_ == NULL || !this->plt_->has_ifunc_section()))