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

/haiku-buildtools/binutils/gold/
H A Dsparc.cc1333 { return this->ifunc_rel_ != NULL; }
1431 Reloc_section* ifunc_rel_; member in class:__anon581::Output_data_plt_sparc
1466 : Output_section_data(size == 32 ? 4 : 8), ifunc_rel_(NULL),
1597 if (this->ifunc_rel_ == NULL)
1599 this->ifunc_rel_ = new Reloc_section(false);
1601 elfcpp::SHF_ALLOC, this->ifunc_rel_,
1603 gold_assert(this->ifunc_rel_->output_section()
1615 this->ifunc_rel_, 0, 0,
1620 this->ifunc_rel_, 0, 0,
1625 return this->ifunc_rel_;
[all...]

Completed in 102 milliseconds