Home
last modified time | relevance | path

Searched refs:local_got_offsets_ (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dobject.h1892 : 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()
[all …]
Dobject.cc384 Local_got_offsets::const_iterator p = this->local_got_offsets_.find(i); in do_for_all_local_got_entries()
385 if (p != this->local_got_offsets_.end()) in do_for_all_local_got_entries()
DChangeLog6009 (Sized_relobj_file::Sized_relobj_file): Remove local_got_offsets_.
6042 (Sized_relobj::local_got_offsets_): Likewise.
6057 (Sized_relobj_file::local_got_offsets_): Likewise.