Home | History | Annotate | Download | only in bfd

Lines Matching full:symcount

2580 	  for (i = 0; i < symbol->section->owner->symcount; ++i)
3238 long symcount, codesecsym, codesecsymend, secsymend, opdsymend;
3253 symcount = static_count;
3255 symcount += dyn_count;
3256 if (symcount == 0)
3259 syms = bfd_malloc ((symcount + 1) * sizeof (*syms));
3270 memcpy (syms, dyn_syms, (symcount + 1) * sizeof (*syms));
3272 memcpy (syms, static_syms, (symcount + 1) * sizeof (*syms));
3276 qsort (syms, symcount, sizeof (*syms), compare_symbols);
3278 if (!relocatable && symcount > 1)
3284 for (i = 1, j = 1; i < symcount; ++i)
3288 symcount = j;
3300 for (; i < symcount; ++i)
3307 for (; i < symcount; ++i)
3313 for (; i < symcount; ++i)
3318 for (; i < symcount; ++i)
3322 symcount = i;
3366 if (!sym_exists_at (syms, opdsymend, symcount,
3404 if (!sym_exists_at (syms, opdsymend, symcount,
3455 if (!sym_exists_at (syms, opdsymend, symcount, -1, ent))
3565 if (!sym_exists_at (syms, opdsymend, symcount, -1, ent))