Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Darchive.cc283 off_t last_seen_offset = -1; in read_armap() local
308 if (this->armap_[i].file_offset != last_seen_offset) in read_armap()
310 last_seen_offset = this->armap_[i].file_offset; in read_armap()
767 off_t last_seen_offset = -1; in add_symbols() local
782 if (this->armap_[i].file_offset == last_seen_offset) in add_symbols()
791 last_seen_offset = this->armap_[i].file_offset; in add_symbols()
812 last_seen_offset = this->armap_[i].file_offset; in add_symbols()
813 this->seen_offsets_.insert(last_seen_offset); in add_symbols()
816 last_seen_offset, mapfile, sym, in add_symbols()