Home
last modified time | relevance | path

Searched refs:create_best_elf_based_reader (Results 1 – 6 of 6) sorted by relevance

/third_party/libabigail/include/
Dabg-tools-utils.h323 create_best_elf_based_reader(const string& elf_file_path,
/third_party/libabigail/tools/
Dabidiff.cc58 using abigail::tools_utils::create_best_elf_based_reader;
1235 create_best_elf_based_reader(opts.file1, in main()
1307 create_best_elf_based_reader(opts.file2, in main()
Dabidw.cc51 using abigail::tools_utils::create_best_elf_based_reader;
595 create_best_elf_based_reader(opts.in_file_path, in load_corpus_and_write_abixml()
Dabipkgdiff.cc139 using abigail::tools_utils::create_best_elf_based_reader;
1358 create_best_elf_based_reader(elf1.path, in compare()
1457 create_best_elf_based_reader(elf2.path, in compare()
1622 create_best_elf_based_reader(elf.path, in compare_to_self()
/third_party/libabigail/src/
Dabg-tools-utils.cc2785 create_best_elf_based_reader(vmlinux, in build_corpus_group_from_kernel_dist_under()
2837 create_best_elf_based_reader(const string& elf_file_path, in create_best_elf_based_reader() function
/third_party/libabigail/
DChangeLog247 * include/abg-tools-utils.h (create_best_elf_based_reader): Add arguments.
272 create_best_elf_based_reader to select the front-end.
273 (create_best_elf_based_reader): Adjust to allow fallback behaviour
290 * tools/abidiff.cc (main): Use create_best_elf_based_reader.
400 (create_best_elf_based_reader): Declare new function.