Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dsource.h28 extern int open_source_file (struct symtab *s);
H A Dsource.c813 open_source_file (struct symtab *s) in open_source_file() function
888 fd = open_source_file (s); in symtab_to_filename()
1052 desc = open_source_file (s); in get_filename_and_charpos()
1125 desc = open_source_file (s); in print_source_lines_base()
1350 desc = open_source_file (current_source_symtab); in forward_search_command()
1445 desc = open_source_file (current_source_symtab); in reverse_search_command()
/freebsd-12.1/contrib/gdb/gdb/tui/
H A Dtui-source.c60 desc = open_source_file (s); in tui_set_source_content()