HomeSort by: relevance | last modified time | path
    Searched defs:find_and_open_source (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
source.c 1051 find_and_open_source (const char *filename,
1164 This function is a convenience function to find_and_open_source. */
1173 scoped_fd fd = find_and_open_source (s->filename, s->compunit ()->dirname (),
1226 scoped_fd fd = find_and_open_source (filename, dirname, &fullname);
1229 /* rewrite_source_path would be applied by find_and_open_source, we
1270 /* rewrite_source_path would be applied by find_and_open_source, we
1048 find_and_open_source (const char *filename, function
  /src/external/gpl3/gdb/dist/gdb/
source.c 1051 find_and_open_source (const char *filename,
1164 This function is a convenience function to find_and_open_source. */
1173 scoped_fd fd = find_and_open_source (s->filename, s->compunit ()->dirname (),
1226 scoped_fd fd = find_and_open_source (filename, dirname, &fullname);
1229 /* rewrite_source_path would be applied by find_and_open_source, we
1270 /* rewrite_source_path would be applied by find_and_open_source, we
1048 find_and_open_source (const char *filename, function

Completed in 19 milliseconds