Lines Matching refs:local_got_offsets_
1892 : Relobj(name, input_file), local_got_offsets_(), section_offsets_() in Sized_relobj()
1897 : Relobj(name, input_file, offset), local_got_offsets_(), section_offsets_() in Sized_relobj()
1941 { this->local_got_offsets_.clear(); } in clear_got_offsets()
1979 this->local_got_offsets_.find(symndx); in do_local_has_got_offset()
1980 return (p != this->local_got_offsets_.end() in do_local_has_got_offset()
1990 this->local_got_offsets_.find(symndx); in do_local_got_offset()
1991 gold_assert(p != this->local_got_offsets_.end()); in do_local_got_offset()
2004 this->local_got_offsets_.find(symndx); in do_set_local_got_offset()
2005 if (p != this->local_got_offsets_.end()) in do_set_local_got_offset()
2011 this->local_got_offsets_.insert(std::make_pair(symndx, g)); in do_set_local_got_offset()
2033 Local_got_offsets local_got_offsets_; variable