Home | History | Annotate | Download | only in gold

Lines Matching refs:plt_

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