Lines Matching refs:shndx_
944 shndx_(shndx), sh_offset_(sh_offset), in Erratum_stub()
959 { return this->shndx_; } in shndx()
1036 if (this->shndx_ != k.shndx_) in operator <()
1037 return this->shndx_ < k.shndx_; in operator <()
1050 const unsigned int shndx_; member in __anon20db65070111::Erratum_stub
1777 shndx_(shndx), offset_(offset) in Mapping_symbol_position()
1784 return (this->shndx_ < p.shndx_ in operator <()
1785 || (this->shndx_ == p.shndx_ && this->offset_ < p.offset_)); in operator <()
1789 unsigned int shndx_; member
2220 p->first.shndx_ == shndx) in scan_errata()
2230 && p->first.shndx_ == shndx) in scan_errata()