Home | History | Annotate | Download | only in gold

Lines Matching refs:plt_

2800       got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL),
3297 gold_assert(this->plt_ != NULL);
3298 return this->plt_;
3384 Output_data_plt_aarch64<size, big_endian>* plt_;
5612 if (this->plt_ == NULL)
5614 return this->plt_->entry_count();
5623 return this->plt_->first_plt_entry_offset();
5632 return this->plt_->get_plt_entry_size();
5668 if (this->plt_ == NULL)
5671 if (!this->plt_->has_tlsdesc_entry())
5679 this->plt_->reserve_tlsdesc_entry(got_offset);
6551 if (this->plt_ == NULL)
6556 this->plt_ = this->make_data_plt(layout, this->got_, this->got_plt_,
6562 this->plt_, ORDER_PLT, false);
6565 Output_section* rela_plt_os = this->plt_->rela_plt()->output_section();
6566 rela_plt_os->set_info_section(this->plt_->output_section());
6591 if (this->plt_ == NULL)
6594 this->plt_->add_entry(symtab, layout, gsym);
6608 if (this->plt_ == NULL)
6610 unsigned int plt_offset = this->plt_->add_local_ifunc_entry(symtab, layout,
6715 const Reloc_section* rel_plt = (this->plt_ == NULL
6717 : this->plt_->rela_plt());
6730 if (this->plt_ != NULL
6731 && this->plt_->output_section() != NULL
6732 && this->plt_ ->has_tlsdesc_entry())
6734 unsigned int plt_offset = this->plt_->get_tlsdesc_plt_offset();
6735 unsigned int got_offset = this->plt_->get_tlsdesc_got_offset();
6738 this->plt_, plt_offset);
6761 && (this->plt_ == NULL || !this->plt_->has_irelative_section()))