Home | History | Annotate | Download | only in gold

Lines Matching refs:got_offset

421   got_offset(unsigned int got_type) const
423 unsigned int got_offset = this->got_offsets_.get_offset(got_type);
424 gold_assert(got_offset != -1U);
425 return got_offset;
430 set_got_offset(unsigned int got_type, unsigned int got_offset)
431 { this->got_offsets_.set_offset(got_type, got_offset); }