Searched refs:n_syms (Results 1 – 5 of 5) sorted by relevance
201 int n_syms = 0, n_files = 0; in location_completer() local292 for ( ; list[n_syms]; n_syms++) in location_completer()297 if (n_syms && n_files) in location_completer()299 list = xrealloc (list, (n_syms + n_files + 1) * sizeof (char *)); in location_completer()300 memcpy (list + n_syms, fn_list, (n_files + 1) * sizeof (char *)); in location_completer()328 else if (!n_syms) in location_completer()
180 int n_syms; /* Number of full symbols read */ member
202 if (OBJSTAT (objfile, n_syms) > 0) in print_objfile_statistics()204 OBJSTAT (objfile, n_syms)); in print_objfile_statistics()
2854 OBJSTAT (objfile, n_syms++); in new_symbol()3013 OBJSTAT (objfile, n_syms++); in synthesize_typedef()
6753 OBJSTAT (objfile, n_syms++); in new_symbol()