Searched refs:start_symtab (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dbuildsym-legacy.h33 cust = start_symtab (...);
37 The compunit symtab pointer ("cust") is returned from both start_symtab
43 cust = start_symtab (...);
46 ... start_symtab + read + end_symtab repeated ...
84 extern struct compunit_symtab *start_symtab (struct objfile *objfile,
115 It is only valid to call this between calls to start_symtab and the
122 It is only valid to call this between calls to start_symtab and the
128 start_symtab and end_symtab* calls. */
133 start_symtab and end_symtab* calls. */
H A Dbuildsym-legacy.c24 This is created first, before any subfiles by start_symtab. */
274 start_symtab (struct objfile *objfile, const char *name, const char *comp_dir,
292 The symtab is first built with start_symtab/end_expandable_symtab
273 start_symtab (struct objfile *objfile, const char *name, const char *comp_dir, function
H A Dxcoffread.c1046 start_symtab (objfile, filestring, NULL, file_start_addr,
1140 start_symtab (objfile, "_globals_", NULL,
1230 start_symtab (objfile, filestring, NULL,
1350 start_symtab (objfile, filestring, NULL, 0, pst_symtab_language);
H A Dcoffread.c372 start_symtab (objfile,
H A Ddbxread.c2559 start_symtab (objfile, name, NULL, valu, language);
H A DChangeLog-3.x346 (start_symtab): Don't clear processing_gcc_compilation.
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A DChangeLog-3.x346 (start_symtab): Don't clear processing_gcc_compilation.
/netbsd-current/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dread.c436 struct compunit_symtab *start_symtab (const char *name,
11147 cu->start_symtab (fnd.name, fnd.comp_dir, lowpc);
11230 start_symtab ("", NULL, 0);
11251 struct compunit_symtab *cust = start_symtab ("", NULL, 0);
21270 dwarf2_cu::start_symtab (const char *name, const char *comp_dir,

Completed in 346 milliseconds