Lines Matching refs:primary_got_
1852 first_global_got_dynsym_index_(-1U), primary_got_(NULL), in Mips_output_data_got()
1938 return 2 + this->primary_got_->local_gotno() + this->primary_got_->page_gotno(); in get_local_gotno()
2034 { return this->primary_got_ != NULL; } in multi_got()
2181 Mips_got_info<size, big_endian>* primary_got_; member in __anona7e08b770111::Mips_output_data_got
5467 this->primary_got_->set_global_gotno(this->master_got_info_->global_gotno()); in lay_out_multi_got()
5472 Mips_got_info<size, big_endian>* g = this->primary_got_; in lay_out_multi_got()
5511 gold_assert(this->primary_got_ == NULL); in merge_gots()
5546 if (!this->primary_got_) in merge_gots()
5548 this->primary_got_ = g; in merge_gots()
5553 if (this->merge_got_with(g, object, this->primary_got_)) in merge_gots()
5569 if (this->primary_got_ == NULL) in merge_gots()
5570 this->primary_got_ = new Mips_got_info<size, big_endian>(); in merge_gots()
5573 this->primary_got_->set_next(current); in merge_gots()
5598 if (to == this->primary_got_ && (from->tls_gotno() + to->tls_gotno()) > 0) in merge_got_with()