Searched refs:armap_ (Results 1 – 2 of 2) sorted by relevance
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()[all …]
384 std::vector<Armap_entry> armap_; variable