Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Ddbxread.c847 OBJSTAT (objfile, n_stabs++); in dbx_next_symbol_text()
1070 OBJSTAT (objfile, n_stabs++); in read_dbx_symtab()
2244 OBJSTAT (objfile, n_stabs++); in read_ofile_symtab()
2290 OBJSTAT (objfile, n_stabs++); in read_ofile_symtab()
Dsymmisc.c61 if (OBJSTAT (objfile, n_stabs) > 0) in print_objfile_statistics()
63 OBJSTAT (objfile, n_stabs)); in print_objfile_statistics()
Dobjfiles.h154 int n_stabs = 0; member