Lines Matching full:symcount
551 if (abfd->symcount > 0)
1240 ++abfd->symcount;
1603 abfd->symcount = 0;
2135 return (abfd->symcount + 1) * sizeof (asymbol *);
2161 unsigned int symcount = bfd_get_symcount (abfd);
2166 if (csymbols == NULL && symcount != 0)
2184 qsort (alocation, symcount, sizeof (struct mmo_symbol *),
2187 csymbols = (asymbol *) bfd_alloc (abfd, symcount * sizeof (asymbol));
2259 for (i = 0; i < symcount; i++)
2263 return symcount;