Home | History | Annotate | Download | only in gold

Lines Matching refs:got_offset

426   got_offset(unsigned int got_type) const
428 unsigned int got_offset = this->got_offsets_.get_offset(got_type);
429 gold_assert(got_offset != -1U);
430 return got_offset;
435 set_got_offset(unsigned int got_type, unsigned int got_offset)
436 { this->got_offsets_.set_offset(got_type, got_offset); }