Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Dnlmconv.c169 long symcount, newsymalloc, newsymcount; in main() local
458 newsymcount = 0; in main()
577 if (newsymcount >= newsymalloc) in main()
585 newsyms[newsymcount] = in main()
587 *newsyms[newsymcount] = *sym; in main()
588 newsyms[newsymcount]->name = l->string; in main()
589 ++newsymcount; in main()
681 if (newsymcount == 0) in main()
685 outsyms = (asymbol **) xmalloc ((symcount + newsymcount + 1) in main()
688 memcpy (outsyms + symcount, newsyms, newsymcount * sizeof (asymbol *)); in main()
[all …]
DChangeLog-91973454 * nlmconv.c (main): Change symcount, newsymalloc, newsymcount, and