Searched refs:debug_info_root_path (Results 1 – 7 of 7) sorted by relevance
| /external/libabigail/include/ |
| D | abg-ctf-reader.h | 51 const vector<char**>& debug_info_root_path,
|
| D | abg-dwarf-reader.h | 115 char** debug_info_root_path,
|
| D | abg-tools-utils.h | 94 const string& debug_info_root_path,
|
| /external/libabigail/src/ |
| D | abg-tools-utils.cc | 2397 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()
|
| D | abg-ctf-reader.cc | 1685 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()
|
| D | abg-dwarf-reader.cc | 2515 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/ |
| D | ChangeLog | 13281 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.
|