Lines Matching full:symcount2
7440 size_t symcount1, symcount2;
7470 symcount2 = hdr2->sh_size / bed2->s->sizeof_sym;
7472 if (symcount1 == 0 || symcount2 == 0)
7495 isymbuf2 = bfd_elf_get_elf_syms (bfd2, hdr2, symcount2, 0,
7502 = elf_create_symbuf (symcount2, isymbuf2);
7600 bfd_malloc (symcount2 * sizeof (struct elf_symbol));
7611 for (isym = isymbuf2, isymend = isym + symcount2; isym < isymend; isym++)