Home
last modified time | relevance | path

Searched refs:start_subfile (Results 1 – 17 of 17) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dbuildsym.h243 extern void start_subfile (char *name, char *dirname);
Dbuildsym.c538 start_subfile (char *name, char *dirname) in start_subfile() function
794 start_subfile (name, dirname); in start_symtab()
Dxcoffread.c688 start_subfile (inclTable[ii].name, (char *) 0); in process_linenos()
697 start_subfile (fakename, (char *) 0); in process_linenos()
719 start_subfile (pop_subfile (), (char *) 0); in process_linenos()
Ddbxread.c2905 start_subfile (name, current_subfile->dirname); in process_one_symbol()
2911 start_subfile (name, current_subfile->dirname); in process_one_symbol()
2915 start_subfile (pop_subfile (), current_subfile->dirname); in process_one_symbol()
Dhpread.c5192 start_subfile (name, NULL); in hpread_process_one_debug_symbol()
5247 start_subfile (name, NULL); in hpread_process_one_debug_symbol()
DChangeLog-19902615 (start_subfile, start_symtab): Extra parameter dirname.
2616 (start_subfile): Use obsavestring, not savestring, for name.
DChangeLog-1992201 * buildsym.c (start_subfile, patch_subfile_names): Default the
2809 * buildsym.c (start_subfile): Compact dirname initialization.
3153 calling start_subfile for SOL & BINCL symbols. This allows gdb to
5536 * buildsym.c (start_subfile): Use strdup instead of obsavestring.
Ddwarf2read.c6667 start_subfile (filename, dirname); in dwarf2_start_subfile()
DChangeLog-19953590 start_subfile will cause deduce_language_from_filename to return
4127 * buildsym.c (start_subfile): Set language for f2c like for cfront.
DChangeLog-1996336 deduced by start_subfile.
342 (read_file_scope): Initialize file name to <unknown>, start_subfile
DChangeLog-19932178 * buildsym.c (start_subfile): Use deduce_language_from_filename
3459 * buildsym.c (start_subfile): If a .c file includes a .C file, set
6918 * buildsym.c (start_subfile): Allow null file name.
DChangeLog-19971348 * buildsym.c (start_subfile): Initialize debugformat member
DChangeLog-19911107 * dbxread.c (start_subfile): Move to buildsym. Change above calls.
DChangeLog-19943872 * buildsym.c (start_subfile, patch_subfile_names), demangle.c
DChangeLog-20007453 (start_subfile): initialize variable 'subfile'.
DChangeLog-20016444 * buildsym.c (start_subfile): Use FILENAME_CMP instead of STREQ.
DChangeLog-200314539 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.