Lines Matching full:got_
2876 : Sized_target<size, big_endian>(info), got_(NULL), gp_(NULL), plt_(NULL),
3034 gold_assert(this->got_ != NULL);
3035 got_;
3491 { return this->got_ != NULL; }
3573 gold_assert(this->got_ != NULL);
3574 return this->got_->data_size();
3717 Mips_output_data_got<size, big_endian>* got_;
7272 if (this->got_ == NULL)
7276 this->got_ = new Mips_output_data_got<size, big_endian>(this, symtab,
7281 this->got_, ORDER_DATA, false);
7286 this->got_,
7293 return this->got_;
7437 this->got_->set_first_global_got_dynsym_index(
8153 layout->add_target_dynamic_tags(true, this->got_, rel_plt,
8186 this->got_->get_local_gotno());
8220 if (this->got_->first_global_got_dynsym_index() != -1U)
8221 return this->got_->first_global_got_dynsym_index();