Lines Matching refs:path

107 /// find_alt_dwarf_debug_info_link().  That link is a path that is relative
117 /// @param alt_file_name a relative path to the alternate debug info
120 /// @param alt_file_path the resulting absolute path to the alternate
121 /// debuginfo path denoted by @p alt_file_name and found under one of
154 /// path of the alternate debug info file associated to @p elf_module.
225 // If we reach this point it means we have found the path to the
336 /// @param alt_file_name the resulting path to the alternate
402 for (const auto& path : rdr.debug_info_root_paths())
405 if (!tools_utils::find_file_under_dir(*path, name, file_path))
448 /// @param elf_path the path to the ELF file to read from.
475 /// @param elf_path the new ELF path to read from.
564 /// Getter of the path to the alternate split DWARF information file,
565 /// on disk. In othe words, this returns the path to the factorized
569 /// @return the path to the alternate split DWARF information file,
582 /// @param alt_di the path to the alternate debug info file. This is
894 // If we couldn't load debug info from the elf path, then say it.
908 /// @param path the path to the ELF file to consider.
911 /// file located at @p path, iff this function return true.
914 /// located at @p path and set into the argument of the parameter @p
917 get_soname_of_elf_file(const string& path, string &soname)
918 {return elf_helpers::get_soname_of_elf_file(path, soname);}
950 /// @param path the absolute path to the ELF file to analyzed.
952 /// @param type the kind of the ELF file designated by @p path.
954 /// @param out parameter. Is set to the type of ELF file of @p path.
959 get_type_of_elf_file(const string& path, elf::elf_type& type)
961 int fd = open(path.c_str(), O_RDONLY);