Home
last modified time | relevance | path

Searched refs:debug_info_root_path (Results 1 – 7 of 7) sorted by relevance

/third_party/libabigail/include/
Dabg-ctf-reader.h37 const vector<char**>& debug_info_root_path);
Dabg-tools-utils.h99 const string& debug_info_root_path,
/third_party/libabigail/src/
Dabg-tools-utils.cc2495 const string& debug_info_root_path, in get_binary_paths_from_kernel_dist() argument
2515 debug_info_root = debug_info_root_path.empty() in get_binary_paths_from_kernel_dist()
2517 : debug_info_root_path; in get_binary_paths_from_kernel_dist()
2584 string debug_info_root_path; in get_binary_paths_from_kernel_dist() local
2586 debug_info_root_path, in get_binary_paths_from_kernel_dist()
Dabg-elf-helpers.cc1472 char** debug_info_root_path) in initialize_dwfl_callbacks() argument
1476 cb.debuginfo_path = debug_info_root_path; in initialize_dwfl_callbacks()
Dabg-ctf-reader.cc1649 const vector<char**>& debug_info_root_path) in reset_reader() argument
1652 r.initialize(elf_path, debug_info_root_path); in reset_reader()
Dabg-dwarf-reader.cc15881 const vector<char**>&debug_info_root_path, in reset_reader() argument
15886 r.initialize(elf_path, debug_info_root_path, in reset_reader()
/third_party/libabigail/
DChangeLog3113 (ctf_reader::reset_read_context): Add new `debug_info_root_path'
18143 parameters. The debug_info_root_path parameter is now an input
37019 debug_info_root_path parameter.
37021 debug_info_root_path. Use that to initialize the Dwfl_Callbacks
37024 debug_info_root_path parameter.