Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gold/
Darchive.cc201 armap_names_(), extended_names_(), armap_checked_(), seen_offsets_(), in Archive()
809 if (this->seen_offsets_.find(this->armap_[i].file_offset) in add_symbols()
810 != this->seen_offsets_.end()) in add_symbols()
835 this->seen_offsets_.insert(last_seen_offset); in add_symbols()
1073 if (this->seen_offsets_.find(p->file_offset) in do_for_all_unused_symbols()
1074 == this->seen_offsets_.end()) in do_for_all_unused_symbols()
Darchive.h397 Unordered_set<off_t, Seen_hash> seen_offsets_; variable