Home
last modified time | relevance | path

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

/external/libabigail/include/
Dabg-ctf-reader.h51 const vector<char**>& debug_info_root_path,
Dabg-dwarf-reader.h115 char** debug_info_root_path,
Dabg-tools-utils.h94 const string& debug_info_root_path,
/external/libabigail/src/
Dabg-tools-utils.cc2397 const string& debug_info_root_path, in get_binary_paths_from_kernel_dist() argument
2417 debug_info_root = debug_info_root_path.empty() in get_binary_paths_from_kernel_dist()
2419 : debug_info_root_path; in get_binary_paths_from_kernel_dist()
2486 string debug_info_root_path; in get_binary_paths_from_kernel_dist() local
2488 debug_info_root_path, in get_binary_paths_from_kernel_dist()
Dabg-ctf-reader.cc1685 const vector<char**>& debug_info_root_path, in reset_read_context() argument
1689 ctxt->initialize(elf_path, debug_info_root_path, environment); in reset_read_context()
Dabg-dwarf-reader.cc2515 add_debug_info_root_path(char** debug_info_root_path) in add_debug_info_root_path() argument
2516 {debug_info_root_paths_.push_back(debug_info_root_path);} in add_debug_info_root_path()
15656 const vector<char**>& debug_info_root_path, in reset_read_context() argument
15662 ctxt->initialize(elf_path, debug_info_root_path, environment, in reset_read_context()
16011 char** debug_info_root_path, in has_alt_debug_info() argument
16016 di_roots.push_back(debug_info_root_path); in has_alt_debug_info()
/external/libabigail/
DChangeLog13281 parameters. The debug_info_root_path parameter is now an input
32157 debug_info_root_path parameter.
32159 debug_info_root_path. Use that to initialize the Dwfl_Callbacks
32162 debug_info_root_path parameter.