Home
last modified time | relevance | path

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

/third_party/libabigail/tests/
H A Dtest-annotate.cc153 string abidw; in main() local
155 abidw = string(get_build_dir()) + "/tools/abidw " in main()
172 string cmd = abidw + " " + in_elf_path + " > " + out_report_path; in main()
H A Dtest-alt-dwarf-file.cc93 string abidw, abidw_options; in main() local
95 abidw = string(get_build_dir()) + "/tools/abidw"; in main()
113 string cmd = abidw + " --debug-info-dir " + debug_info_dir in main()
H A Dtest-types-stability.cc59 /// A task which launches abidw --abidiff on a binary
71 /// supposed to launch abidw --abidiff.
80 /// It calls abidw --abidiff on the binary refered to by the task.
81 /// It thus stores a flag saying if the result of abidw --abidiff is
89 string abidw = string(get_build_dir()) + "/tools/abidw"; in perform()
91 string cmd = abidw + " --abidiff " in perform()
H A Dtest-read-common.cc83 /// Spawn `abidw --abidiff` tool appending @p extargs argument.
85 /// Thew input file object used by `abidw` will be specified by
88 /// @param extargs the extra argument(s) passed to `abidw` tool.
90 /// @return true if `abidw` tool was executed correctly. Otherwise
96 string abidw = string(get_build_dir()) + "/tools/abidw"; in run_abidw() local
104 string cmd = abidw + " " + spec_options + drop_private_types + in run_abidw()
H A Dtest-read-dwarf.cc627 string abidw = string(get_build_dir()) + "/tools/abidw"; in perform()
636 string cmd = abidw + " --no-architecture " in perform()
644 error_message = string("abidw failed:\n") in perform()

Completed in 2 milliseconds