Home
last modified time | relevance | path

Searched refs:find_and_open_source (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Dsource.h43 extern int find_and_open_source (const char *filename,
H A Dsource.c993 find_and_open_source (const char *filename, in find_and_open_source() function
1101 return find_and_open_source (s->filename, s->dirname, &s->fullname); in open_source_file()
1121 int fd = find_and_open_source (s->filename, s->dirname, &s->fullname); in symtab_to_fullname()
H A Dpsymtab.c1173 int fd = find_and_open_source (ps->filename, ps->dirname, &ps->fullname); in psymtab_to_fullname()