Home
last modified time | relevance | path

Searched refs:seen_offsets_ (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Darchive.cc195 armap_names_(), extended_names_(), armap_checked_(), seen_offsets_(), in Archive()
787 if (this->seen_offsets_.find(this->armap_[i].file_offset) in add_symbols()
788 != this->seen_offsets_.end()) in add_symbols()
813 this->seen_offsets_.insert(last_seen_offset); in add_symbols()
1051 if (this->seen_offsets_.find(p->file_offset) in do_for_all_unused_symbols()
1052 == this->seen_offsets_.end()) in do_for_all_unused_symbols()
Darchive.h393 Unordered_set<off_t, Seen_hash> seen_offsets_; variable