Searched refs:ifunc_rel_ (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.25/gold/ |
D | sparc.cc | 1318 { return this->ifunc_rel_ != NULL; } in has_ifunc_section() 1416 Reloc_section* ifunc_rel_; member in __anon256155f70111::Output_data_plt_sparc 1451 : Output_section_data(size == 32 ? 4 : 8), ifunc_rel_(NULL), in Output_data_plt_sparc() 1582 if (this->ifunc_rel_ == NULL) in rela_ifunc() 1584 this->ifunc_rel_ = new Reloc_section(false); in rela_ifunc() 1586 elfcpp::SHF_ALLOC, this->ifunc_rel_, in rela_ifunc() 1588 gold_assert(this->ifunc_rel_->output_section() in rela_ifunc() 1600 this->ifunc_rel_, 0, 0, in rela_ifunc() 1605 this->ifunc_rel_, 0, 0, in rela_ifunc() 1610 return this->ifunc_rel_; in rela_ifunc()
|
D | ChangeLog | 3889 and Local_ifunc types. Add global_ifuncs_, local_ifuncs_, ifunc_rel_,
|