Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dpowerpc.cc508 got_(NULL), plt_(NULL), iplt_(NULL), brlt_section_(NULL), in Target_powerpc()
698 gold_assert(this->iplt_ != NULL); in iplt_section()
699 return this->iplt_; in iplt_section()
1287 Output_data_plt_powerpc<size, big_endian>* iplt_; member in __anon0f0c9f3e0111::Target_powerpc
2376 if (this->iplt_ == NULL) in rela_dyn_section()
2378 return this->iplt_->rel_plt(); in rela_dyn_section()
3315 if (this->iplt_ == NULL) in make_iplt_section()
3321 this->iplt_ in make_iplt_section()
3324 this->plt_->output_section()->add_output_section_data(this->iplt_); in make_iplt_section()
5106 if (this->iplt_ == NULL) in make_plt_entry()
[all …]
DChangeLog2061 (Target_powerpc::plt_, iplt_): Elucidate.
2951 * powerpc.cc (Target_powerpc::iplt_): New output section.