Home | History | Annotate | Download | only in gold

Lines Matching refs:got_offset_

215     : got_type_(-1U), got_offset_(0), got_next_(NULL)
219 : got_type_(got_type), got_offset_(got_offset), got_next_(NULL)
236 this->got_offset_ = 0;
247 this->got_offset_ = got_offset;
255 g->got_offset_ = got_offset;
272 return g->got_offset_;
308 v->visit(g->got_type_, g->got_offset_);
313 unsigned int got_offset_;