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

/haiku-buildtools/binutils/gold/
H A Darchive.cc295 off_t last_seen_offset = -1; local
323 if (this->armap_[i].file_offset != last_seen_offset)
325 last_seen_offset = this->armap_[i].file_offset;
787 // in a row with the same offset. last_seen_offset holds the last
789 off_t last_seen_offset = -1; local
804 if (this->armap_[i].file_offset == last_seen_offset)
813 last_seen_offset = this->armap_[i].file_offset;
834 last_seen_offset = this->armap_[i].file_offset;
835 this->seen_offsets_.insert(last_seen_offset);
838 last_seen_offset, mapfil
[all...]

Completed in 38 milliseconds