Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gdb/dist/gold/
H A Dobject.h2005 : Relobj(name, input_file), local_got_offsets_(), section_offsets_() in Sized_relobj()
2010 : Relobj(name, input_file, offset), local_got_offsets_(), section_offsets_() in Sized_relobj()
2054 { this->local_got_offsets_.clear(); } in clear_got_offsets()
2094 this->local_got_offsets_.find(key); in do_local_has_got_offset()
2095 return (p != this->local_got_offsets_.end() in do_local_has_got_offset()
2107 this->local_got_offsets_.find(key); in do_local_got_offset()
2108 gold_assert(p != this->local_got_offsets_.end()); in do_local_got_offset()
2122 this->local_got_offsets_.find(key); in do_set_local_got_offset()
2123 if (p != this->local_got_offsets_.end()) in do_set_local_got_offset()
2129 this->local_got_offsets_.insert(std::make_pair(key, g)); in do_set_local_got_offset()
[all …]
H A Dobject.cc431 Local_got_offsets::const_iterator p = this->local_got_offsets_.find(key); in do_for_all_local_got_entries()
432 if (p != this->local_got_offsets_.end()) in do_for_all_local_got_entries()
H A DChangeLog-0815106 Local_got_entry_key for searching in local_got_offsets_.
115 Local_got_entry_key for searching through local_got_offsets_.
7426 (Sized_relobj_file::Sized_relobj_file): Remove local_got_offsets_.
7459 (Sized_relobj::local_got_offsets_): Likewise.
7474 (Sized_relobj_file::local_got_offsets_): Likewise.
/netbsd/external/gpl3/binutils/dist/gold/
H A Dobject.h2029 : Relobj(name, input_file), local_got_offsets_(), section_offsets_() in Sized_relobj()
2034 : Relobj(name, input_file, offset), local_got_offsets_(), section_offsets_() in Sized_relobj()
2078 { this->local_got_offsets_.clear(); } in clear_got_offsets()
2118 this->local_got_offsets_.find(key); in do_local_has_got_offset()
2119 return (p != this->local_got_offsets_.end() in do_local_has_got_offset()
2131 this->local_got_offsets_.find(key); in do_local_got_offset()
2132 gold_assert(p != this->local_got_offsets_.end()); in do_local_got_offset()
2146 this->local_got_offsets_.find(key); in do_set_local_got_offset()
2147 if (p != this->local_got_offsets_.end()) in do_set_local_got_offset()
2153 this->local_got_offsets_.insert(std::make_pair(key, g)); in do_set_local_got_offset()
[all …]
H A Dobject.cc431 Local_got_offsets::const_iterator p = this->local_got_offsets_.find(key); in do_for_all_local_got_entries()
432 if (p != this->local_got_offsets_.end()) in do_for_all_local_got_entries()
H A DChangeLog-0815106 Local_got_entry_key for searching in local_got_offsets_.
115 Local_got_entry_key for searching through local_got_offsets_.
7426 (Sized_relobj_file::Sized_relobj_file): Remove local_got_offsets_.
7459 (Sized_relobj::local_got_offsets_): Likewise.
7474 (Sized_relobj_file::local_got_offsets_): Likewise.
/netbsd/external/gpl3/binutils.old/dist/gold/
H A Dobject.h2005 : Relobj(name, input_file), local_got_offsets_(), section_offsets_() in Sized_relobj()
2010 : Relobj(name, input_file, offset), local_got_offsets_(), section_offsets_() in Sized_relobj()
2054 { this->local_got_offsets_.clear(); } in clear_got_offsets()
2094 this->local_got_offsets_.find(key); in do_local_has_got_offset()
2095 return (p != this->local_got_offsets_.end() in do_local_has_got_offset()
2107 this->local_got_offsets_.find(key); in do_local_got_offset()
2108 gold_assert(p != this->local_got_offsets_.end()); in do_local_got_offset()
2122 this->local_got_offsets_.find(key); in do_set_local_got_offset()
2123 if (p != this->local_got_offsets_.end()) in do_set_local_got_offset()
2129 this->local_got_offsets_.insert(std::make_pair(key, g)); in do_set_local_got_offset()
[all …]
H A Dobject.cc431 Local_got_offsets::const_iterator p = this->local_got_offsets_.find(key); in do_for_all_local_got_entries()
432 if (p != this->local_got_offsets_.end()) in do_for_all_local_got_entries()
H A DChangeLog-0815106 Local_got_entry_key for searching in local_got_offsets_.
115 Local_got_entry_key for searching through local_got_offsets_.
7426 (Sized_relobj_file::Sized_relobj_file): Remove local_got_offsets_.
7459 (Sized_relobj::local_got_offsets_): Likewise.
7474 (Sized_relobj_file::local_got_offsets_): Likewise.
/netbsd/external/gpl3/gdb.old/dist/gold/
H A Dobject.h2005 : Relobj(name, input_file), local_got_offsets_(), section_offsets_() in Sized_relobj()
2010 : Relobj(name, input_file, offset), local_got_offsets_(), section_offsets_() in Sized_relobj()
2054 { this->local_got_offsets_.clear(); } in clear_got_offsets()
2094 this->local_got_offsets_.find(key); in do_local_has_got_offset()
2095 return (p != this->local_got_offsets_.end() in do_local_has_got_offset()
2107 this->local_got_offsets_.find(key); in do_local_got_offset()
2108 gold_assert(p != this->local_got_offsets_.end()); in do_local_got_offset()
2122 this->local_got_offsets_.find(key); in do_set_local_got_offset()
2123 if (p != this->local_got_offsets_.end()) in do_set_local_got_offset()
2129 this->local_got_offsets_.insert(std::make_pair(key, g)); in do_set_local_got_offset()
[all …]
H A Dobject.cc431 Local_got_offsets::const_iterator p = this->local_got_offsets_.find(key); in do_for_all_local_got_entries()
432 if (p != this->local_got_offsets_.end()) in do_for_all_local_got_entries()
H A DChangeLog-0815106 Local_got_entry_key for searching in local_got_offsets_.
115 Local_got_entry_key for searching through local_got_offsets_.
7426 (Sized_relobj_file::Sized_relobj_file): Remove local_got_offsets_.
7459 (Sized_relobj::local_got_offsets_): Likewise.
7474 (Sized_relobj_file::local_got_offsets_): Likewise.