Lines Matching full:seccount
866 static unsigned int seccount;
874 for (i = 0; i < seccount; i++)
889 seccount = bfd_count_sections (abfd);
891 secs = (asection **) xmalloc (seccount * sizeof *secs);
892 relocs = (arelent ***) xmalloc (seccount * sizeof *relocs);
893 relcount = (long *) xmalloc (seccount * sizeof *relcount);
904 for (i = 0; i < seccount; i++)
925 i = seccount;