Searched refs:start_symtab (Results 1 – 14 of 14) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | buildsym.h | 268 extern void start_symtab (char *name, char *dirname, CORE_ADDR start_addr);
|
H A D | xcoffread.c | 950 start_symtab (filestring, (char *) NULL, file_start_addr); in read_xcoff_symtab() 1044 start_symtab ("_globals_", (char *) NULL, (CORE_ADDR) 0); in read_xcoff_symtab() 1101 start_symtab (filestring, NULL, (CORE_ADDR) 0); in read_xcoff_symtab() 1241 start_symtab (filestring, (char *) NULL, (CORE_ADDR) 0); in read_xcoff_symtab()
|
H A D | buildsym.c | 765 start_symtab (char *name, char *dirname, CORE_ADDR start_addr) in start_symtab() function
|
H A D | hpread.c | 2811 start_symtab ("globals", NULL, 0); in hpread_expand_symtab() 5168 start_symtab (name, NULL, valu); in hpread_process_one_debug_symbol() 5230 start_symtab (name, NULL, valu); in hpread_process_one_debug_symbol()
|
H A D | coffread.c | 361 start_symtab ( in coff_start_symtab()
|
H A D | dwarfread.c | 1900 start_symtab (dip->at_name, dip->at_comp_dir, dip->at_low_pc); in read_file_scope()
|
H A D | dbxread.c | 2894 start_symtab (name, NULL, valu); in process_one_symbol()
|
H A D | ChangeLog-1992 | 2952 to start_symtab as the directory name. 4174 * buildsym.c (push_subfile, pop_subfile, start_symtab): Remove it. 5539 * buildsym.c (start_symtab): Inline new_object_header_files() call. 5570 * coffread.c (start_symtab): Change name to coff_start_symtab. 6233 * dwarfread.c (start_symtab, end_symtab, scopecount, openscope,
|
H A D | dwarf2read.c | 2791 start_symtab (name, comp_dir, lowpc); in read_file_scope()
|
H A D | ChangeLog-1991 | 924 (start_symtab): Default typevector is empty. Keep reusing same 2411 * coffread.c (start_symtab): Free any existing line_vector before
|
H A D | ChangeLog-1997 | 606 * buildsym.c (record_line start_symtab end_symtab): Don't delete
|
H A D | ChangeLog-3.x | 346 (start_symtab): Don't clear processing_gcc_compilation.
|
H A D | ChangeLog-1990 | 2615 (start_subfile, start_symtab): Extra parameter dirname.
|
H A D | ChangeLog-2003 | 10590 (start_symtab): Initialize C++ namespace support.
|