Home
last modified time | relevance | path

Searched refs:debug_info_root_paths (Results 1 – 12 of 12) sorted by relevance

/third_party/libabigail/src/
Dabg-elf-based-reader.cc52 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()
Dabg-elf-reader.cc255 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()
Dabg-tools-utils.cc441 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 …]
Dabg-ctf-reader.cc223 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()
Dabg-dwarf-reader.cc1897 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/
Dabg-elf-based-reader.h46 const vector<char**>& debug_info_root_paths,
54 const vector<char**>& debug_info_root_paths);
61 const vector<char**>& debug_info_root_paths,
Dabg-dwarf-reader.h34 const vector<char**>& debug_info_root_paths,
42 const vector<char**>& debug_info_root_paths,
48 const vector<char**>& debug_info_root_paths,
Dabg-tools-utils.h41 const vector<char**>& debug_info_root_paths);
43 const vector<char**>& debug_info_root_paths);
324 const vector<char**>& debug_info_root_paths,
Dabg-ctf-reader.h31 const vector<char**>& debug_info_root_paths,
Dabg-elf-reader.h80 debug_info_root_paths() const;
/third_party/libabigail/tests/
Dtest-symtab.cc43 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/
DChangeLog3097 Add `debug_info_root_paths' argument.
3101 (read_context::read_context): Add new `debug_info_root_paths'