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

/haiku-buildtools/binutils/gold/
H A Darchive.cc201 armap_names_(), extended_names_(), armap_checked_(), seen_offsets_(),
788 // offset we saw that was present in the seen_offsets_ set.
809 if (this->seen_offsets_.find(this->armap_[i].file_offset)
810 != this->seen_offsets_.end())
835 this->seen_offsets_.insert(last_seen_offset);
1073 if (this->seen_offsets_.find(p->file_offset)
1074 == this->seen_offsets_.end())
H A Darchive.h397 Unordered_set<off_t, Seen_hash> seen_offsets_; member in class:gold::Archive

Completed in 407 milliseconds