Searched refs:in_elf_path (Results 1 – 10 of 10) sorted by relevance
/third_party/libabigail/tests/ |
D | test-annotate.cc | 22 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()
|
D | test-lookup-syms.cc | 26 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()
|
D | test-alt-dwarf-file.cc | 25 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()
|
D | test-diff-dwarf-abixml.cc | 30 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()
|
D | test-read-common.h | 37 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()
|
D | test-read-ctf.cc | 447 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()
|
D | test-read-common.cc | 105 " --abidiff " + extargs + in_elf_path; in run_abidw() 231 for (const InOutSpec *s = specs; s->in_elf_path; ++s) in run_tests()
|
D | test-read-dwarf.cc | 624 || in_elf_path.empty()) in perform() 639 + drop_private_types + " " + in_elf_path in perform()
|
/third_party/libabigail/ |
D | NEWS | 627 test-read-dwarf: ensure in_elf_path exists and add missing test files
|
D | ChangeLog | 12004 test-read-dwarf: ensure in_elf_path exists and add missing test files
|