Lines Matching refs:got_
61 got_(NULL), plt_(NULL), rela_dyn_(NULL), rela_ifunc_(NULL), in Target_sparc()
185 { return this->got_ != NULL; } in has_got_section()
191 gold_assert(this->got_ != NULL); in got_size()
192 return this->got_->data_size(); in got_size()
199 if (this->got_ == NULL) in got_entry_count()
208 if (this->got_ == NULL) in got_address()
210 return this->got_->address(); in got_address()
453 Output_data_got<size, big_endian>* got_; member in __anonb80dbf520111::Target_sparc
1234 if (this->got_ == NULL) in got_section()
1238 this->got_ = new Output_data_got<size, big_endian>(); in got_section()
1243 this->got_, ORDER_RELRO, true); in got_section()
1248 this->got_, in got_section()
1255 return this->got_; in got_section()