Searched refs:create_reader (Results 1 – 15 of 15) sorted by relevance
| /third_party/libabigail/include/ |
| D | abg-reader.h | 46 create_reader(const string& path, environment& env); 49 create_reader(std::istream* in, environment& env);
|
| D | abg-ctf-reader.h | 30 create_reader(const std::string& elf_path,
|
| D | abg-dwarf-reader.h | 33 create_reader(const std::string& elf_path,
|
| /third_party/libabigail/tools/ |
| D | abilint.cc | 733 abigail::abixml::create_reader(&cin, env); in main() 768 abigail::abixml::create_reader(opts.file_path, in main() 783 abigail::ctf::create_reader(opts.file_path, in main() 788 abigail::dwarf::create_reader(opts.file_path, in main() 798 abigail::abixml::create_reader(opts.file_path, env); in main() 807 abigail::abixml::create_reader(opts.file_path, env); in main()
|
| D | abidiff.cc | 1256 abixml::create_reader(opts.file1, env); in main() 1268 abixml::create_reader(opts.file1, in main() 1327 abigail::fe_iface_sptr rdr = abixml::create_reader(opts.file2, env); in main() 1339 abigail::fe_iface_sptr rdr = abixml::create_reader(opts.file2, env); in main()
|
| D | abicompat.cc | 678 rdr = ctf::create_reader(path, env); in read_corpus() 692 rdr = abixml::create_reader(path, env); in read_corpus()
|
| D | abidw.cc | 725 fe_iface_sptr rdr = abixml::create_reader(tmp_file->get_path(), env); in load_corpus_and_write_abixml()
|
| D | abipkgdiff.cc | 1700 abigail::fe_iface_sptr rdr = abixml::create_reader(abi_file_path, env); in compare_to_self()
|
| /third_party/libabigail/tests/ |
| D | test-read-ctf.cc | 449 abigail::elf_based_reader_sptr rdr = ctf::create_reader(in_elf_path, in perform()
|
| D | test-symtab.cc | 45 dwarf::create_reader(absolute_path, debug_info_root_paths, in read_corpus()
|
| /third_party/libabigail/src/ |
| D | abg-tools-utils.cc | 2852 result = ctf::create_reader(elf_file_path, debug_info_root_paths, env); in create_best_elf_based_reader() 2863 result = ctf::create_reader(elf_file_path, debug_info_root_paths, env); in create_best_elf_based_reader() 2872 result = dwarf::create_reader(elf_file_path, in create_best_elf_based_reader()
|
| D | abg-reader.cc | 2139 fe_iface_sptr rdr = create_reader(in, env); in read_corpus_group_from_abixml() 2161 fe_iface_sptr rdr = create_reader(path, env); in read_corpus_group_from_abixml_file() 6114 create_reader(const string& path, environment& env) in create_reader() function 6137 create_reader(std::istream* in, environment& env) in create_reader() function 6166 fe_iface_sptr rdr = create_reader(in, env); in read_corpus_from_abixml() 6188 fe_iface_sptr rdr = create_reader(path, env); in read_corpus_from_abixml_file()
|
| D | abg-ctf-reader.cc | 1618 create_reader(const std::string& elf_path, in create_reader() function
|
| D | abg-dwarf-reader.cc | 15829 create_reader(const std::string& elf_path, in create_reader() function
|
| /third_party/libabigail/ |
| D | ChangeLog | 326 (create_reader): Declare new function that returns a 444 (ctf::{create_reader, reset_reader}): Declare new 510 (create_reader, reset_reader): Create new functions 677 (create_reader): Renamed create_read_context into this.
|