Searched refs:find_and_open_source (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dsource.h71 extern scoped_fd find_and_open_source (const char *filename,
H A Dsource.c1033 find_and_open_source (const char *filename,
1142 This function is a convenience function to find_and_open_source. */
1152 scoped_fd fd = find_and_open_source (s->filename, SYMTAB_DIRNAME (s),
1209 /* rewrite_source_path would be applied by find_and_open_source, we
1030 find_and_open_source (const char *filename, function
H A Dpsymtab.c1147 scoped_fd fd = find_and_open_source (ps->filename, ps->dirname,
1153 /* rewrite_source_path would be applied by find_and_open_source, we
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dsource.h72 extern scoped_fd find_and_open_source (const char *filename,
76 /* A wrapper for find_and_open_source that returns the full name. If
H A Dsource.c1063 find_and_open_source (const char *filename,
1172 This function is a convenience function to find_and_open_source. */
1182 scoped_fd fd = find_and_open_source (s->filename, s->compunit ()->dirname (),
1224 scoped_fd fd = find_and_open_source (filename, dirname, &fullname);
1227 /* rewrite_source_path would be applied by find_and_open_source, we
1268 /* rewrite_source_path would be applied by find_and_open_source, we
1060 find_and_open_source (const char *filename, function

Completed in 205 milliseconds