Lines Matching refs:armap_
194 : Library_base(task), name_(name), input_file_(input_file), armap_(), in Archive()
299 this->armap_.resize(nsyms); in read_armap()
304 this->armap_[i].name_offset = name_offset; in read_armap()
305 this->armap_[i].file_offset = elfcpp::Swap<32, true>::readval(pword); in read_armap()
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()
762 const size_t armap_size = this->armap_.size(); in add_symbols()
782 if (this->armap_[i].file_offset == last_seen_offset) in add_symbols()
787 if (this->seen_offsets_.find(this->armap_[i].file_offset) in add_symbols()
791 last_seen_offset = this->armap_[i].file_offset; in add_symbols()
796 + this->armap_[i].name_offset); in add_symbols()
812 last_seen_offset = this->armap_[i].file_offset; in add_symbols()
845 size_t armap_size = this->armap_.size(); in defines_symbol()
851 + this->armap_[i].name_offset); in defines_symbol()
1047 for (std::vector<Armap_entry>::const_iterator p = this->armap_.begin(); in do_for_all_unused_symbols()
1048 p != this->armap_.end(); in do_for_all_unused_symbols()