Lines Matching defs:compare
15 /// The program takes the two packages to compare as well as their
336 /// Main package. Contains binaries to ABI-compare.
867 << " --dso-only compare shared libraries only\n"
868 << " --private-dso compare DSOs that are private "
1282 compare(const elf_file& elf1,
1567 /// @param elf the ELF file to compare.
1843 /// Test if we should only compare the public DSOs of a given package.
2052 /// The worker task which job is to compare two ELF binaries
2089 status |= compare(args->elf1, args->debug_dir1, args->private_types_suppr1,
2135 /// The worker task which job is to compare an ELF binary to its ABI
2412 // We are instructed to compare public DSOs only. Yet
2446 // We are instructed to compare public DSOs only and
2553 /// first package to compare against what files from the second
2764 << "Going to compare files '"
2883 /// In the context of the unpacked content of a given package, compare
3175 compare(package_sptr& first_package, package_sptr& second_package,
3219 compare(package_sptr& first_package,
3224 return compare(first_package, second_package, diff, opts);
3565 << "please enter two packages to compare" << "\n";
3722 return compare(first_package, second_package, opts);