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

/haiku-buildtools/binutils/gold/
H A Darchive.cc200 : Library_base(task), name_(name), input_file_(input_file), armap_(),
313 this->armap_.resize(nsyms);
318 this->armap_[i].name_offset = name_offset;
319 this->armap_[i].file_offset = convert_types<off_t, Entry_type>(
323 if (this->armap_[i].file_offset != last_seen_offset)
325 last_seen_offset = this->armap_[i].file_offset;
784 const size_t armap_size = this->armap_.size();
804 if (this->armap_[i].file_offset == last_seen_offset)
809 if (this->seen_offsets_.find(this->armap_[i].file_offset)
813 last_seen_offset = this->armap_[
[all...]
H A Darchive.h388 std::vector<Armap_entry> armap_; member in class:gold::Archive

Completed in 39 milliseconds