Searched refs:symcount2 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/binutils/bfd/
H A Delf.c8989 bfd_size_type symcount1, symcount2;
9035 symcount2 = hdr2->sh_size / bed2->s->sizeof_sym;
9037 if (symcount1 == 0 || symcount2 == 0)
9060 isymbuf2 = bfd_elf_get_elf_syms (bfd2, hdr2, symcount2, 0,
9067 = elf_create_symbuf (symcount2, isymbuf2);
9161 symtable2 = bfd_malloc (symcount2 * sizeof (struct elf_symbol));
9172 for (isym = isymbuf2, isymend = isym + symcount2; isym < isymend; isym++)
8978 bfd_size_type symcount1, symcount2; local

Completed in 282 milliseconds