Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dsymfile.c2720 init_psymbol_list (struct objfile *objfile, int total_symbols) in init_psymbol_list() argument
2737 objfile->global_psymbols.size = total_symbols / 10; in init_psymbol_list()
2738 objfile->static_psymbols.size = total_symbols / 10; in init_psymbol_list()