Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.34/ld/
H A Dldcref.c119 static size_t old_symcount; variable
249 old_symcount = cref_symcount; in handle_asneeded_cref()
291 cref_symcount = old_symcount; in handle_asneeded_cref()
/dflybsd-src/contrib/binutils-2.27/ld/
H A Dldcref.c118 static size_t old_symcount; variable
248 old_symcount = cref_symcount; in handle_asneeded_cref()
290 cref_symcount = old_symcount; in handle_asneeded_cref()
/dflybsd-src/contrib/binutils-2.34/binutils/
H A Dobjdump.c4774 long old_symcount = symcount; in dump_bfd() local
4780 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()