Lines Matching refs:elf1
747 const elf_file elf1;
758 /// @param elf1 the first elf file to consider.
761 /// elf1 is stored.
769 compare_args(const elf_file &elf1, const string& debug_dir1,
774 : elf1(elf1), debug_dir1(debug_dir1),
1257 /// @param elf1 the first elf file to consider.
1260 /// elf1 is stored.
1282 compare(const elf_file& elf1,
1304 << elf1.path
1315 bool files_suppressed = (file_is_suppressed(elf1.path, supprs)
1323 << elf1.path << " or " << elf2.path
1346 << elf1.path
1358 create_best_elf_based_reader(elf1.path,
1375 << elf1.path
1391 << "while reading file" << elf1.path << "\n";
1408 << "while reading file" << elf1.path << "\n";
1440 << elf1.path
1543 << " " << elf1.path << "\n"
1551 << elf1.path
2089 status |= compare(args->elf1, args->debug_dir1, args->private_types_suppr1,
2098 string name = args->elf1.name;
2122 string name = args->elf1.name;
2162 status |= compare_to_self(args->elf1, args->debug_dir1,
2166 string name = args->elf1.name;
2193 string name = args->elf1.name;
2633 off_t s1 = t1->args->elf1.size + t1->args->elf2.size;
2634 off_t s2 = t2->args->elf1.size + t2->args->elf2.size;
2641 return t1->args->elf1.name < t2->args->elf1.name;
2677 string name = comp_task->args->elf1.name;