Lines Matching refs:got_
508 got_(NULL), plt_(NULL), iplt_(NULL), brlt_section_(NULL), in Target_powerpc()
682 gold_assert(this->got_ != NULL); in got_size()
683 return this->got_->data_size(); in got_size()
724 gold_assert(this->got_ != NULL); in got_section()
725 return this->got_; in got_section()
740 if (this->got_ == NULL) in got_entry_count()
1262 Output_data_got_powerpc<size, big_endian>* got_; member in __anon0f0c9f3e0111::Target_powerpc
2333 if (this->got_ == NULL) in got_section()
2337 this->got_ in got_section()
2342 this->got_, ORDER_DATA, false); in got_section()
2345 return this->got_; in got_section()
3277 if (this->got_ == NULL) in make_plt_section()
6658 Output_section* os = this->got_->output_section(); in do_finalize_sections()
6679 if (this->got_ != NULL) in do_finalize_sections()
6681 this->got_->finalize_data_size(); in do_finalize_sections()
6683 this->got_, this->got_->g_o_t()); in do_finalize_sections()