Home
last modified time | relevance | path

Searched refs:in_elfv0_path (Results 1 - 4 of 4) sorted by relevance

/third_party/libabigail/tests/
H A Dtest-diff-dwarf.cc36 const char* in_elfv0_path; member
366 string in_elfv0_path, in_elfv1_path, in main() local
369 for (InOutSpec* s = in_out_specs; s->in_elfv0_path; ++s) in main()
371 in_elfv0_path = string(get_src_dir()) + "/tests/" + s->in_elfv0_path; in main()
390 dwarf::read_corpus_from_elf(in_elfv0_path, in main()
401 cerr << "failed to read " << in_elfv0_path << "\n"; in main() local
413 corp0->set_path(s->in_elfv0_path); in main()
H A Dtest-diff-filter.cc37 const char* in_elfv0_path; member
860 string in_elfv0_path, in_elfv1_path, in perform()
864 in_elfv0_path = string(get_src_dir()) + "/tests/" + spec.in_elfv0_path; in perform()
883 cmd = abidiff + " " + in_elfv0_path + " " + in_elfv1_path; in perform()
940 for (InOutSpec* s = in_out_specs; s->in_elfv0_path; ++s) in main()
H A Dtest-abidiff-exit.cc35 const char* in_elfv0_path; member
504 string in_elfv0_path, in_elfv1_path, in main() local
511 for (InOutSpec* s = in_out_specs; s->in_elfv0_path; ++s) in main()
514 in_elfv0_path = source_dir_prefix + s->in_elfv0_path; in main()
557 cmd = abidiff + " " + in_elfv0_path + " " + in_elfv1_path; in main()
H A Dtest-diff-suppr.cc37 const char* in_elfv0_path; member
2088 const std::string in_elfv0_path = in_base_path + spec.in_elfv0_path; in perform() local
2128 const std::string cmd = abidiff + " " + in_elfv0_path + " " + in_elfv1_path in perform()
2191 for (InOutSpec* s = in_out_specs; s->in_elfv0_path; ++s) { in main()
2201 for (InOutSpec* s = in_out_specs; s->in_elfv0_path; ++s) in main()

Completed in 10 milliseconds