Searched refs:rel_plt (Results 1 - 9 of 9) sorted by relevance

/haiku-buildtools/binutils/gold/
H A Di386.cc101 rel_plt() const function in class:__anon550::Output_data_plt_i386
1519 Output_section* rel_plt_os = this->plt_->rel_plt()->output_section();
2670 const Reloc_section* rel_plt = (this->plt_ == NULL local
2672 : this->plt_->rel_plt());
2673 layout->add_target_dynamic_tags(true, this->got_plt_, rel_plt,
H A Dsparc.cc1318 const Reloc_section* rel_plt() const function in class:__anon581::Output_data_plt_sparc
3194 const Reloc_section* rel_plt = (this->plt_ == NULL local
3196 : this->plt_->rel_plt());
3197 layout->add_target_dynamic_tags(false, this->plt_, rel_plt,
H A Dpowerpc.cc2628 return this->iplt_->rel_plt();
3388 rel_plt() const function in class:__anon572::Output_data_plt_powerpc
7544 Reloc_section* rel = this->iplt_->rel_plt();
7597 const Reloc_section* rel_plt = (this->plt_ == NULL local
7599 : this->plt_->rel_plt());
7600 layout->add_target_dynamic_tags(false, this->plt_, rel_plt,
H A Dtilegx.cc4260 const Reloc_section* rel_plt = (this->plt_ == NULL local
4263 layout->add_target_dynamic_tags(false, this->got_plt_, rel_plt,
H A Dx86_64.cc3831 const Reloc_section* rel_plt = (this->plt_ == NULL local
3834 layout->add_target_dynamic_tags(false, this->got_plt_, rel_plt,
H A Ds390.cc4035 const Reloc_section* rel_plt = (this->plt_ == NULL local
4038 layout->add_target_dynamic_tags(false, this->got_plt_, rel_plt,
H A Dmips.cc2479 rel_plt() const function in class:__anon554::Mips_output_data_plt
8526 Output_section* rel_plt_os = this->plt_->rel_plt()->output_section();
9729 const Reloc_section* rel_plt = (this->plt_ == NULL local
9730 ? NULL : this->plt_->rel_plt());
9731 layout->add_target_dynamic_tags(true, this->got_, rel_plt,
H A Darm.cc7503 rel_plt() const
9463 const Reloc_section* rel_plt = (this->plt_ == NULL
9465 : this->plt_->rel_plt());
9466 layout->add_target_dynamic_tags(true, this->got_plt_, rel_plt,
H A Daarch64.cc6833 const Reloc_section* rel_plt = (this->plt_ == NULL local
6836 layout->add_target_dynamic_tags(false, this->got_plt_, rel_plt,

Completed in 335 milliseconds