Home | History | Annotate | Download | only in gold

Lines Matching refs:relobj_

943     : Stub_base<size, big_endian>(type), relobj_(relobj),
954 { return this->relobj_; }
1033 if (this->relobj_ != k.relobj_)
1034 return this->relobj_ < k.relobj_;
1048 The_aarch64_relobj* relobj_;