Lines Matching refs:got_offset
218 Got_offset_list(unsigned int got_type, unsigned int got_offset) in Got_offset_list() argument
219 : got_type_(got_type), got_offset_(got_offset), got_next_(NULL) in Got_offset_list()
242 set_offset(unsigned int got_type, unsigned int got_offset) in set_offset() argument
247 this->got_offset_ = got_offset; in set_offset()
255 g->got_offset_ = got_offset; in set_offset()
259 Got_offset_list* g = new Got_offset_list(got_type, got_offset); in set_offset()
1114 unsigned int got_offset) in set_local_got_offset() argument
1115 { this->do_set_local_got_offset(symndx, got_type, got_offset); } in set_local_got_offset()
1310 unsigned int got_offset) = 0;
2001 unsigned int got_offset) in do_set_local_got_offset() argument
2006 p->second->set_offset(got_type, got_offset); in do_set_local_got_offset()
2009 Got_offset_list* g = new Got_offset_list(got_type, got_offset); in do_set_local_got_offset()