Home | History | Annotate | Download | only in gold

Lines Matching refs:shndx_

228     : object_(NULL), shndx_(0), is_comdat_(false), is_group_name_(false)
235 : object_(k.object_), shndx_(k.shndx_), is_comdat_(false),
264 { return this->shndx_; }
270 gold_assert(this->shndx_ == 0);
271 this->shndx_ = shndx;
363 unsigned int shndx_;