Lines Matching defs:iter
2751 map<string, elf_file_sptr>::iterator iter =
2754 if (iter != second_package.path_elf_file_sptr_map().end()
2755 && (iter->second->type == abigail::elf::ELF_TYPE_DSO
2756 || iter->second->type == abigail::elf::ELF_TYPE_EXEC
2757 || iter->second->type == abigail::elf::ELF_TYPE_PI_EXEC
2758 || iter->second->type == abigail::elf::ELF_TYPE_RELOCATABLE))
2760 if (iter->second->type != abigail::elf::ELF_TYPE_RELOCATABLE)
2765 << it->first << "' and '" << iter->first << "'\n";
2771 *iter->second,
2778 second_package.path_elf_file_sptr_map().erase(iter);
2780 else if (iter == second_package.path_elf_file_sptr_map().end())