Searched refs:in_elf_path (Results 1 – 7 of 7) sorted by relevance
/external/libabigail/tests/ |
D | test-annotate.cc | 20 const char* in_elf_path; member 144 string in_elf_path, ref_report_path, out_report_path; in main() local 149 for (InOutSpec* s = in_out_specs; s->in_elf_path; ++s) in main() 151 in_elf_path = string(get_src_dir()) + "/tests/" + s->in_elf_path; in main() 163 string cmd = abidw + " " + in_elf_path + " > " + out_report_path; in main()
|
D | test-lookup-syms.cc | 24 const char* in_elf_path; member 94 string in_elf_path, symbol, abisym, abisym_options, in main() local 97 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() 117 string cmd = abisym + " " + in_elf_path + " " + symbol; in main()
|
D | test-alt-dwarf-file.cc | 23 const char* in_elf_path; member 67 string in_elf_path, ref_report_path, out_report_path, debug_info_dir; in main() local 71 for (InOutSpec* s = in_out_specs; s->in_elf_path; ++s) in main() 74 in_elf_path = string(get_src_dir()) + "/tests/" + s->in_elf_path; in main() 89 + " " + abidw_options + " " + in_elf_path + " > " + out_report_path; in main()
|
D | test-diff-dwarf-abixml.cc | 28 const char* in_elf_path; member 61 string in_elf_path, in_abi_path, in main() local 64 for (InOutSpec* s = in_out_specs; s->in_elf_path; ++s) in main() 66 in_elf_path = string(get_src_dir()) + "/tests/" + s->in_elf_path; in main() 83 + in_elf_path + " " + in_abi_path; in main()
|
D | test-read-dwarf.cc | 47 const char* in_elf_path; member 480 string in_elf_path, in_abi_path, in_suppr_spec_path, out_abi_path; in perform() local 483 in_elf_path = in_elf_base + spec.in_elf_path; in perform() 493 ABG_ASSERT(abigail::tools_utils::file_exists(in_elf_path)); in perform() 494 read_context_sptr ctxt = create_read_context(in_elf_path, in perform() 511 error_message = string("failed to read ") + in_elf_path + "\n"; in perform() 515 corp->set_path(spec.in_elf_path); in perform() 544 string cmd = abidw + " --abidiff " + in_elf_path; in perform() 548 + in_elf_path in perform() 598 for (InOutSpec *s = in_out_specs; s->in_elf_path; ++s) in main()
|
/external/libabigail/ |
D | NEWS | 199 test-read-dwarf: ensure in_elf_path exists and add missing test files
|
D | ChangeLog | 3590 test-read-dwarf: ensure in_elf_path exists and add missing test files
|