Home | History | Annotate | Download | only in gold

Lines Matching refs:index_

694       got_page_offset_next_(0), got_page_offsets_(), next_(NULL), index_(-1U),
819 return GOT_TYPE_STANDARD_MULTIGOT + this->index_;
821 return GOT_TYPE_TLS_OFFSET_MULTIGOT + this->index_;
823 return GOT_TYPE_TLS_PAIR_MULTIGOT + this->index_;
846 { this->index_ = index; }
938 unsigned int index_;
5792 if (got->multi_got() && this->index_ > 0
5825 got_type = GOT_TYPE_STANDARD_MULTIGOT + this->index_;
5829 if (got->multi_got() && this->index_ > 0
5851 if (got->multi_got() && this->index_ > 0
5860 if (got->multi_got() && this->index_ > 0
5902 got_type = GOT_TYPE_STANDARD_MULTIGOT + this->index_;
5907 if (got->multi_got() && this->index_ == 0)
5909 if (got->multi_got() && this->index_ > 0)
5924 if (!got->multi_got() || this->index_ == 0)
6080 got_type = GOT_TYPE_TLS_PAIR_MULTIGOT + this->index_;
6107 got_type = GOT_TYPE_TLS_OFFSET_MULTIGOT + this->index_;