Lines Matching full:got_
61 got_(NULL), plt_(NULL), rela_dyn_(NULL), rela_ifunc_(NULL),
173 { return this->got_ != NULL; }
179 gold_assert(this->got_ != NULL);
180 return this->got_->data_size();
187 if (this->got_ == NULL)
196 if (this->got_ == NULL)
198 return this->got_->address();
440 Output_data_got<size, big_endian>* got_;
1217 if (this->got_ == NULL)
1221 this->got_ = new Output_data_got<size, big_endian>();
1226 this->got_, ORDER_RELRO, true);
1231 this->got_,
1238 return this->got_;