Lines Matching refs:index_
639 got_page_offset_next_(0), got_page_offsets_(), next_(NULL), index_(-1U), in Mips_got_info()
763 return GOT_TYPE_STANDARD_MULTIGOT + this->index_; in multigot_got_type()
765 return GOT_TYPE_TLS_OFFSET_MULTIGOT + this->index_; in multigot_got_type()
767 return GOT_TYPE_TLS_PAIR_MULTIGOT + this->index_; in multigot_got_type()
790 { this->index_ = index; } in set_index()
882 unsigned int index_; member in __anona7e08b770111::Mips_got_info
4938 if (got->multi_got() && this->index_ > 0 in add_local_entries()
4964 got_type = GOT_TYPE_STANDARD_MULTIGOT + this->index_; in add_local_entries()
4968 if (got->multi_got() && this->index_ > 0 in add_local_entries()
4990 if (got->multi_got() && this->index_ > 0 in add_page_entries()
4999 if (got->multi_got() && this->index_ > 0 in add_page_entries()
5041 got_type = GOT_TYPE_STANDARD_MULTIGOT + this->index_; in add_global_entries()
5046 if (got->multi_got() && this->index_ == 0) in add_global_entries()
5048 if (got->multi_got() && this->index_ > 0) in add_global_entries()
5063 if (!got->multi_got() || this->index_ == 0) in add_global_entries()
5214 got_type = GOT_TYPE_TLS_PAIR_MULTIGOT + this->index_; in add_tls_entries()
5241 got_type = GOT_TYPE_TLS_OFFSET_MULTIGOT + this->index_; in add_tls_entries()