Home | History | Annotate | Download | only in gold

Lines Matching refs:got_offset

218   Got_offset_list(unsigned int got_type, unsigned int got_offset)
219 : got_type_(got_type), got_offset_(got_offset), got_next_(NULL)
242 set_offset(unsigned int got_type, unsigned int got_offset)
247 this->got_offset_ = got_offset;
255 g->got_offset_ = got_offset;
259 Got_offset_list* g = new Got_offset_list(got_type, got_offset);
1111 // to GOT_OFFSET
1114 unsigned int got_offset)
1115 { this->do_set_local_got_offset(symndx, got_type, got_offset); }
1310 unsigned int got_offset) = 0;
1998 // to GOT_OFFSET.
2001 unsigned int got_offset)
2006 p->second->set_offset(got_type, got_offset);
2009 Got_offset_list* g = new Got_offset_list(got_type, got_offset);