Home | History | Annotate | Download | only in gold

Lines Matching refs:plt_

360       got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL),
528 // Instantiate the plt_ member.
808 gold_assert(this->plt_ != NULL);
809 return this->plt_;
857 Output_data_plt_i386* plt_;
1472 if (this->plt_ == NULL)
1478 this->plt_ = this->make_data_plt(layout,
1485 this->plt_->add_eh_frame(layout);
1490 this->plt_, ORDER_PLT, false);
1493 Output_section* rel_plt_os = this->plt_->rel_plt()->output_section();
1494 rel_plt_os->set_info_section(this->plt_->output_section());
1505 if (this->plt_ == NULL)
1507 this->plt_->add_entry(symtab, layout, gsym);
1519 if (this->plt_ == NULL)
1521 unsigned int plt_offset = this->plt_->add_local_ifunc_entry(symtab, layout,
1532 if (this->plt_ == NULL)
1534 return this->plt_->entry_count();
1542 plt_->first_plt_entry_offset();
1550 return this->plt_->get_plt_entry_size();
2622 const Reloc_section* rel_plt = (this->plt_ == NULL
2624 : this->plt_->rel_plt());
2643 && (this->plt_ == NULL || !this->plt_->has_irelative_section()))