Home
last modified time | relevance | path

Searched refs:in_elf_path (Results 1 – 10 of 10) sorted by relevance

/third_party/libabigail/tests/
Dtest-annotate.cc22 const char* in_elf_path; member
152 string in_elf_path, ref_report_path, out_report_path; in main() local
157 for (InOutSpec* s = in_out_specs; s->in_elf_path; ++s) in main()
160 in_elf_path = string(get_src_dir()) + "/tests/" + s->in_elf_path; in main()
172 string cmd = abidw + " " + in_elf_path + " > " + out_report_path; in main()
Dtest-lookup-syms.cc26 const char* in_elf_path; member
97 string in_elf_path, symbol, abisym, abisym_options, in main() local
100 for (InOutSpec* s = in_out_specs; s->in_elf_path; ++s) in main()
103 in_elf_path = string(get_src_dir()) + "/tests/" + s->in_elf_path; in main()
121 string cmd = abisym + " " + in_elf_path + " " + symbol; in main()
Dtest-alt-dwarf-file.cc25 const char* in_elf_path; member
92 string in_elf_path, ref_report_path, out_report_path, debug_info_dir; in main() local
96 for (InOutSpec* s = in_out_specs; s->in_elf_path; ++s) in main()
99 in_elf_path = string(get_src_dir()) + "/tests/" + s->in_elf_path; in main()
114 + " " + abidw_options + " " + in_elf_path + " > " + out_report_path; in main()
Dtest-diff-dwarf-abixml.cc30 const char* in_elf_path; member
64 string in_elf_path, in_abi_path, in main() local
67 for (InOutSpec* s = in_out_specs; s->in_elf_path; ++s) in main()
70 in_elf_path = string(get_src_dir()) + "/tests/" + s->in_elf_path; in main()
87 + in_elf_path + " " + in_abi_path; in main()
Dtest-read-common.h37 const char* in_elf_path; member
56 string in_elf_path; member
70 in_elf_path = in_elf_base + spec.in_elf_path; in set_in_elf_path()
Dtest-read-ctf.cc447 ABG_ASSERT(abigail::tools_utils::file_exists(in_elf_path)); in perform()
449 abigail::elf_based_reader_sptr rdr = ctf::create_reader(in_elf_path, in perform()
464 error_message = string("failed to read ") + in_elf_path + "\n"; in perform()
468 corp->set_path(spec.in_elf_path); in perform()
Dtest-read-common.cc105 " --abidiff " + extargs + in_elf_path; in run_abidw()
231 for (const InOutSpec *s = specs; s->in_elf_path; ++s) in run_tests()
Dtest-read-dwarf.cc624 || in_elf_path.empty()) in perform()
639 + drop_private_types + " " + in_elf_path in perform()
/third_party/libabigail/
DNEWS627 test-read-dwarf: ensure in_elf_path exists and add missing test files
DChangeLog12004 test-read-dwarf: ensure in_elf_path exists and add missing test files