Searched refs:old_symcount (Results 1 – 3 of 3) sorted by relevance
119 static size_t old_symcount; variable249 old_symcount = cref_symcount; in handle_asneeded_cref()291 cref_symcount = old_symcount; in handle_asneeded_cref()
118 static size_t old_symcount; variable248 old_symcount = cref_symcount; in handle_asneeded_cref()290 cref_symcount = old_symcount; in handle_asneeded_cref()
4774 long old_symcount = symcount; in dump_bfd() local4780 if (old_symcount == 0) in dump_bfd()4786 syms = xrealloc (syms, (symcount + old_symcount) * sizeof (asymbol *)); in dump_bfd()4787 memcpy (syms + old_symcount, in dump_bfd()4793 symcount += old_symcount; in dump_bfd()