Lines Matching refs:elf2
750 const elf_file elf2;
763 /// @param elf2 the second elf file to consider.
766 /// elf2 is stored.
771 const elf_file &elf2, const string& debug_dir2,
776 elf2(elf2), debug_dir2(debug_dir2),
1263 /// @param elf2 the second eld file to consider.
1267 /// elf2 is stored.
1285 const elf_file& elf2,
1306 << elf2.path
1316 ||file_is_suppressed(elf2.path, supprs));
1323 << elf1.path << " or " << elf2.path
1446 << elf2.path
1457 create_best_elf_based_reader(elf2.path,
1474 << elf2.path
1490 << "while reading file" << elf2.path << "\n";
1507 << "while reading file" << elf2.path << "\n";
1538 << " DONE reading file " << elf2.path << "\n";
1544 << " " << elf2.path << "\n";
1553 << elf2.path
2090 args->elf2, args->debug_dir2, args->private_types_suppr2,
2633 off_t s1 = t1->args->elf1.size + t1->args->elf2.size;
2634 off_t s2 = t2->args->elf1.size + t2->args->elf2.size;