Home | History | Annotate | Download | only in gold

Lines Matching refs:plt_

239       got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL),
578 gold_assert(this->plt_ != NULL);
579 return this->plt_;
638 Output_data_plt_tilegx<size, big_endian>* plt_;
2514 if (this->plt_ == NULL)
2524 this->plt_ = new Output_data_plt_tilegx<size, big_endian>(layout,
2531 this->plt_, ORDER_NON_RELRO_FIRST,
2535 Output_section* rela_plt_os = this->plt_->rela_plt()->output_section();
2536 rela_plt_os->set_info_section(this->plt_->output_section());
2550 if (this->plt_ == NULL)
2553 this->plt_->add_entry(symtab, layout, gsym);
2567 plt_ == NULL)
2569 unsigned int plt_offset = this->plt_->add_local_ifunc_entry(symtab, layout,
2581 if (this->plt_ == NULL)
2583 return this->plt_->entry_count();
2592 return this->plt_->first_plt_entry_offset();
2601 return this->plt_->get_plt_entry_size();
2669 this->plt_ = new Output_data_plt_tilegx<size, big_endian>(layout,
2675 this->plt_, ORDER_PLT, false);
2678 Output_section* rela_plt_os = this->plt_->rela_plt()->output_section();
2679 rela_plt_os->set_info_section(this->plt_->output_section());
2793 gold_assert(this->plt_ != NULL);
2796 this->plt_->reserve_slot(plt_index);
2801 this->plt_->add_relocation(symtab, layout, gsym, got_offset);
4248 const Reloc_section* rel_plt = (this->plt_ == NULL
4250 : this->plt_->rela_plt());
4276 && (this->plt_ == NULL || !this->plt_->has_irelative_section()))