/third_party/libabigail/src/ |
D | abg-elf-based-reader.cc | 52 const vector<char**>& debug_info_root_paths, in elf_based_reader() argument 54 : elf::reader(elf_path, debug_info_root_paths, env), in elf_based_reader() 75 const vector<char**>& debug_info_root_paths) in reset() argument 77 elf::reader::reset(elf_path, debug_info_root_paths); in reset()
|
D | abg-elf-reader.cc | 255 vector<char**> debug_info_root_paths; member 291 debug_info_root_paths = debug_info_roots; in initialize() 308 debug_info_root_paths.empty() in crack_open_elf_file() 310 : debug_info_root_paths.front()); in crack_open_elf_file() 346 debug_info_root_paths, in find_alt_dwarf_debug_info() 369 for (vector<char**>::const_iterator i = debug_info_root_paths.begin(); in locate_dwarf_debug_info() 370 dwarf_handle == 0 && i != debug_info_root_paths.end(); in locate_dwarf_debug_info() 402 for (const auto& path : rdr.debug_info_root_paths()) in locate_alt_ctf_debug_info() 498 reader::debug_info_root_paths() const in debug_info_root_paths() function in abigail::elf::reader 499 {return priv_->debug_info_root_paths;} in debug_info_root_paths()
|
D | abg-tools-utils.cc | 441 const vector<char**>& debug_info_root_paths) in file_has_dwarf_debug_info() argument 448 debug_info_root_paths, in file_has_dwarf_debug_info() 477 const vector<char**>& debug_info_root_paths) in file_has_ctf_debug_info() argument 484 debug_info_root_paths, in file_has_ctf_debug_info() 500 for (const auto& path : debug_info_root_paths) in file_has_ctf_debug_info() 2838 const vector<char**>& debug_info_root_paths, in create_best_elf_based_reader() argument 2851 if (file_has_ctf_debug_info(elf_file_path, debug_info_root_paths)) in create_best_elf_based_reader() 2852 result = ctf::create_reader(elf_file_path, debug_info_root_paths, env); in create_best_elf_based_reader() 2859 if (!file_has_dwarf_debug_info(elf_file_path, debug_info_root_paths) in create_best_elf_based_reader() 2860 && file_has_ctf_debug_info(elf_file_path, debug_info_root_paths)) in create_best_elf_based_reader() [all …]
|
D | abg-ctf-reader.cc | 223 const vector<char**>& debug_info_root_paths, in reader() argument 225 : elf_based_reader(elf_path, debug_info_root_paths, env) in reader() 274 const vector<char**>& debug_info_root_paths, in initialize() argument 280 reset(elf_path, debug_info_root_paths); in initialize() 336 for (const auto& path : debug_info_root_paths()) in find_ctfa_file() 1619 const vector<char**>& debug_info_root_paths, in create_reader() argument 1623 debug_info_root_paths, in create_reader()
|
D | abg-dwarf-reader.cc | 1897 const vector<char**>& debug_info_root_paths, in reader() argument 1902 debug_info_root_paths, in reader() 1989 const vector<char**>& debug_info_root_paths, in initialize() argument 1993 reset(elf_path, debug_info_root_paths); in initialize() 2016 const vector<char**>& debug_info_root_paths, in create() argument 2021 reader_sptr result(new reader(elf_path, debug_info_root_paths, in create() 15830 const vector<char**>& debug_info_root_paths, in create_reader() argument 15837 debug_info_root_paths, in create_reader() 15924 const vector<char**>& debug_info_root_paths, in read_corpus_from_elf() argument 15930 dwarf::reader::create(elf_path, debug_info_root_paths, in read_corpus_from_elf()
|
/third_party/libabigail/include/ |
D | abg-elf-based-reader.h | 46 const vector<char**>& debug_info_root_paths, 54 const vector<char**>& debug_info_root_paths); 61 const vector<char**>& debug_info_root_paths,
|
D | abg-dwarf-reader.h | 34 const vector<char**>& debug_info_root_paths, 42 const vector<char**>& debug_info_root_paths, 48 const vector<char**>& debug_info_root_paths,
|
D | abg-tools-utils.h | 41 const vector<char**>& debug_info_root_paths); 43 const vector<char**>& debug_info_root_paths); 324 const vector<char**>& debug_info_root_paths,
|
D | abg-ctf-reader.h | 31 const vector<char**>& debug_info_root_paths,
|
D | abg-elf-reader.h | 80 debug_info_root_paths() const;
|
/third_party/libabigail/tests/ |
D | test-symtab.cc | 43 const std::vector<char**> debug_info_root_paths; in read_corpus() local 45 dwarf::create_reader(absolute_path, debug_info_root_paths, in read_corpus()
|
/third_party/libabigail/ |
D | ChangeLog | 3097 Add `debug_info_root_paths' argument. 3101 (read_context::read_context): Add new `debug_info_root_paths'
|