Lines Matching refs:plt_
423 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL), in Target_x86_64()
930 gold_assert(this->plt_ != NULL); in plt_section()
931 return this->plt_; in plt_section()
993 Output_data_plt_x86_64<size>* plt_; member in __anon4c0d9acd0111::Target_x86_64
1716 if (this->plt_ == NULL) in make_plt_section()
1721 this->plt_ = this->make_data_plt(layout, this->got_, this->got_plt_, in make_plt_section()
1726 this->plt_->add_eh_frame(layout); in make_plt_section()
1731 this->plt_, ORDER_PLT, false); in make_plt_section()
1734 Output_section* rela_plt_os = this->plt_->rela_plt()->output_section(); in make_plt_section()
1735 rela_plt_os->set_info_section(this->plt_->output_section()); in make_plt_section()
1758 if (this->plt_ == NULL) in make_plt_entry()
1761 this->plt_->add_entry(symtab, layout, gsym); in make_plt_entry()
1775 if (this->plt_ == NULL) in make_local_ifunc_plt_entry()
1777 unsigned int plt_offset = this->plt_->add_local_ifunc_entry(symtab, layout, in make_local_ifunc_plt_entry()
1789 if (this->plt_ == NULL) in plt_entry_count()
1791 return this->plt_->entry_count(); in plt_entry_count()
1800 return this->plt_->first_plt_entry_offset(); in first_plt_entry_offset()
1809 return this->plt_->get_plt_entry_size(); in plt_entry_size()
1866 this->plt_ = this->make_data_plt(layout, this->got_, in init_got_plt_for_update()
1873 this->plt_->add_eh_frame(layout); in init_got_plt_for_update()
1877 this->plt_, ORDER_PLT, false); in init_got_plt_for_update()
1880 Output_section* rela_plt_os = this->plt_->rela_plt()->output_section(); in init_got_plt_for_update()
1881 rela_plt_os->set_info_section(this->plt_->output_section()); in init_got_plt_for_update()
1990 gold_assert(this->plt_ != NULL); in register_global_plt_entry()
1993 this->plt_->reserve_slot(plt_index); in register_global_plt_entry()
1998 this->plt_->add_relocation(symtab, layout, gsym, got_offset); in register_global_plt_entry()
2050 if (this->plt_ == NULL) in reserve_tlsdesc_entries()
2053 if (!this->plt_->has_tlsdesc_entry()) in reserve_tlsdesc_entries()
2060 this->plt_->reserve_tlsdesc_entry(got_offset); in reserve_tlsdesc_entries()
3195 const Reloc_section* rel_plt = (this->plt_ == NULL in do_finalize_sections()
3197 : this->plt_->rela_plt()); in do_finalize_sections()
3205 if (this->plt_ != NULL in do_finalize_sections()
3206 && this->plt_->output_section() != NULL in do_finalize_sections()
3207 && this->plt_->has_tlsdesc_entry()) in do_finalize_sections()
3209 unsigned int plt_offset = this->plt_->get_tlsdesc_plt_offset(); in do_finalize_sections()
3210 unsigned int got_offset = this->plt_->get_tlsdesc_got_offset(); in do_finalize_sections()
3213 this->plt_, plt_offset); in do_finalize_sections()
3234 && (this->plt_ == NULL || !this->plt_->has_irelative_section())) in do_finalize_sections()