Home | History | Annotate | Download | only in gold

Lines Matching refs:got_offsets_

417   { return this->got_offsets_.get_offset(got_type) != -1U; }
423 unsigned int got_offset = this->got_offsets_.get_offset(got_type);
431 { this->got_offsets_.set_offset(got_type, got_offset); }
436 { return this->got_offsets_.get_list(); }
998 Got_offset_list got_offsets_;