Home
last modified time | relevance | path

Searched refs:abidiff (Results 1 - 5 of 5) sorted by relevance

/third_party/libabigail/tests/
H A Dtest-abidiff-exit.cc10 /// This program runs abidiff between input files and checks that
11 /// the exit code of the abidiff is the one we expect.
49 "data/test-abidiff-exit/test1-voffset-change-v0.o",
50 "data/test-abidiff-exit/test1-voffset-change-v1.o",
57 "data/test-abidiff-exit/test1-voffset-change-report0.txt",
58 "output/test-abidiff-exit/test1-voffset-change-report0.txt"
61 "data/test-abidiff-exit/test1-voffset-change-v0.o",
62 "data/test-abidiff-exit/test1-voffset-change-v1.o",
63 "data/test-abidiff-exit/test1-voffset-change.abignore",
68 "data/test-abidiff
505 in_suppression_path, abidiff_options, abidiff, cmd, diff_cmd, main() local
[all...]
H A Dtest-diff-filter.cc14 /// is done using the abidiff command line comparison tool.
829 /// A task which launches abidiff on the binaries passed to the
831 /// result of the abidiff to compare it against a reference abidiff
848 /// It actually launches abidiff on the binaries passed to the
850 /// result of the abidiff to compare it against a reference abidiff
861 abidiff_options, abidiff, cmd, in perform()
880 abidiff = string(get_build_dir()) + "/tools/abidiff"; in perform()
[all...]
H A Dtest-diff-suppr.cc2116 std::string abidiff = std::string(get_build_dir()) + "/tools/abidiff" + " " in perform() local
2120 abidiff += " --suppressions " + in_suppression_path; in perform()
2123 abidiff += " --hd1 " + in_base_path + headers_dir1; in perform()
2126 abidiff += " --hd2 " + in_base_path + headers_dir2; in perform()
2128 const std::string cmd = abidiff + " " + in_elfv0_path + " " + in_elfv1_path in perform()
H A Dtest-diff-dwarf-abixml.cc65 abidiff, cmd, diff_cmd, ref_diff_report_path, out_diff_report_path; in main() local
85 abidiff = string(get_build_dir()) + "/tools/abidiff"; in main()
86 cmd = abidiff + " --no-default-suppression --no-architecture " in main()
/third_party/libabigail/tools/
H A Dabidw.cc108 bool abidiff; member
149 abidiff(), in options()
222 << " --abidiff compare the loaded ABI against itself\n" in display_usage()
224 << " --debug-abidiff debug the process of comparing the loaded ABI against itself\n" in display_usage()
392 else if (!strcmp(argv[i], "--abidiff")) in parse_command_line()
393 opts.abidiff = true; in parse_command_line()
395 else if (!strcmp(argv[i], "--debug-abidiff")) in parse_command_line()
397 opts.abidiff = true; in parse_command_line()
708 if (opts.abidiff) in load_corpus_and_write_abixml()

Completed in 8 milliseconds