Home
last modified time | relevance | path

Searched refs:in_elfv1_path (Results 1 – 4 of 4) sorted by relevance

/third_party/libabigail/tests/
Dtest-diff-dwarf.cc37 const char* in_elfv1_path; member
366 string in_elfv0_path, in_elfv1_path, in main() local
372 in_elfv1_path = string(get_src_dir()) + "/tests/" + s->in_elfv1_path; in main()
395 dwarf::read_corpus_from_elf(in_elfv1_path, in main()
408 cerr << "failed to read " << in_elfv1_path << "\n"; in main()
414 corp1->set_path(s->in_elfv1_path); in main()
Dtest-diff-filter.cc38 const char* in_elfv1_path; member
860 string in_elfv0_path, in_elfv1_path, in perform() local
865 in_elfv1_path = string(get_src_dir()) + "/tests/" + spec.in_elfv1_path; in perform()
883 cmd = abidiff + " " + in_elfv0_path + " " + in_elfv1_path; in perform()
Dtest-abidiff-exit.cc36 const char* in_elfv1_path; member
504 string in_elfv0_path, in_elfv1_path, in main() local
515 in_elfv1_path = source_dir_prefix + s->in_elfv1_path; in main()
557 cmd = abidiff + " " + in_elfv0_path + " " + in_elfv1_path; in main()
Dtest-diff-suppr.cc38 const char* in_elfv1_path; member
2089 const std::string in_elfv1_path = in_base_path + spec.in_elfv1_path; in perform() local
2128 const std::string cmd = abidiff + " " + in_elfv0_path + " " + in_elfv1_path in perform()