HomeSort by: relevance | last modified time | path
    Searched refs:get_comp_dir (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/dwarf2/
file-and-dir.h 62 const char *get_comp_dir () const function in struct:file_and_directory
98 m_fullname = find_source_or_rewrite (get_name (), get_comp_dir ());
read.c 1900 lh = dwarf_decode_line_header (line_offset, cu, fnd.get_comp_dir ());
7379 if (res.get_comp_dir () == nullptr
7454 fnd.get_comp_dir ());
7530 fnd.get_comp_dir ());
18235 && (dir_name != nullptr || cu_info.get_comp_dir () != nullptr))
18265 && cu_info.get_comp_dir () != nullptr)
18267 hold_compare = path_join (cu_info.get_comp_dir (), include_name);
18274 if (!IS_ABSOLUTE_PATH (cu_filename) && cu_info.get_comp_dir () != nullptr)
18276 copied_name = path_join (cu_info.get_comp_dir (), cu_filename);
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
file-and-dir.h 62 const char *get_comp_dir () const function in struct:file_and_directory
98 m_fullname = find_source_or_rewrite (get_name (), get_comp_dir ());
read.c 1890 lh = dwarf_decode_line_header (line_offset, cu, fnd.get_comp_dir ());
7300 if (res.get_comp_dir () == nullptr
7375 fnd.get_comp_dir ());
7451 fnd.get_comp_dir ());
17858 && (dir_name != nullptr || cu_info.get_comp_dir () != nullptr))
17888 && cu_info.get_comp_dir () != nullptr)
17890 hold_compare = path_join (cu_info.get_comp_dir (), include_name);
17897 if (!IS_ABSOLUTE_PATH (cu_filename) && cu_info.get_comp_dir () != nullptr)
17899 copied_name = path_join (cu_info.get_comp_dir (), cu_filename);

Completed in 53 milliseconds