Searched refs:total_symbols (Results 1 – 1 of 1) sorted by relevance
2720 init_psymbol_list (struct objfile *objfile, int total_symbols) in init_psymbol_list() argument2737 objfile->global_psymbols.size = total_symbols / 10; in init_psymbol_list()2738 objfile->static_psymbols.size = total_symbols / 10; in init_psymbol_list()