Home
last modified time | relevance | path

Searched refs:rela_ifunc_ (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dsparc.cc61 got_(NULL), plt_(NULL), rela_dyn_(NULL), rela_ifunc_(NULL), in Target_sparc()
446 Reloc_section* rela_ifunc_; member in __anon256155f70111::Target_sparc
1268 if (this->rela_ifunc_ == NULL) in rela_ifunc_section()
1272 this->rela_ifunc_ = new Reloc_section(false); in rela_ifunc_section()
1274 elfcpp::SHF_ALLOC, this->rela_ifunc_, in rela_ifunc_section()
1277 == this->rela_ifunc_->output_section()); in rela_ifunc_section()
1279 return this->rela_ifunc_; in rela_ifunc_section()
DChangeLog3877 * sparc.cc (class Target_sparc): Add rela_ifunc_.