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