Home | History | Annotate | Download | only in gold

Lines Matching refs:shndx_

944       shndx_(shndx), sh_offset_(sh_offset),
959 { return this->shndx_; }
1036 if (this->shndx_ != k.shndx_)
1037 return this->shndx_ < k.shndx_;
1050 const unsigned int shndx_;
1777 shndx_(shndx), offset_(offset)
1784 return (this->shndx_ < p.shndx_
1785 || (this->shndx_ == p.shndx_ && this->offset_ < p.offset_));
1789 unsigned int shndx_;
2220 p->first.shndx_ == shndx)
2230 && p->first.shndx_ == shndx)