Lines Matching refs:debug_info_root_paths
441 const vector<char**>& debug_info_root_paths)
448 debug_info_root_paths,
477 const vector<char**>& debug_info_root_paths)
484 debug_info_root_paths,
500 for (const auto& path : debug_info_root_paths)
2820 /// @param debug_info_root_paths a vector of the paths where to look
2838 const vector<char**>& debug_info_root_paths,
2851 if (file_has_ctf_debug_info(elf_file_path, debug_info_root_paths))
2852 result = ctf::create_reader(elf_file_path, debug_info_root_paths, env);
2859 if (!file_has_dwarf_debug_info(elf_file_path, debug_info_root_paths)
2860 && file_has_ctf_debug_info(elf_file_path, debug_info_root_paths))
2863 result = ctf::create_reader(elf_file_path, debug_info_root_paths, env);
2873 debug_info_root_paths,