Home
last modified time | relevance | path

Searched refs:n_syms (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dcompleter.c201 int n_syms = 0, n_files = 0; in location_completer() local
292 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()
H A Dobjfiles.h180 int n_syms; /* Number of full symbols read */ member
H A Dsymmisc.c202 if (OBJSTAT (objfile, n_syms) > 0) in print_objfile_statistics()
204 OBJSTAT (objfile, n_syms)); in print_objfile_statistics()
H A Ddwarfread.c2854 OBJSTAT (objfile, n_syms++); in new_symbol()
3013 OBJSTAT (objfile, n_syms++); in synthesize_typedef()
H A Ddwarf2read.c6753 OBJSTAT (objfile, n_syms++); in new_symbol()