Searched refs:new_symtab (Results 1 – 1 of 1) sorted by relevance
242 static struct symtab *new_symtab (const char *, int, struct objfile *);4217 st = new_symtab ("unknown", 0, objfile); in psymtab_to_symtab_1()4222 st = new_symtab (pst->filename, maxlines, objfile); in psymtab_to_symtab_1()4763 new_symtab (const char *name, int maxlines, struct objfile *objfile) in new_symtab() function