Home
last modified time | relevance | path

Searched refs:count2 (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Delflink.c7434 size_t count1, count2, i; in bfd_elf_match_symbols_in_sections() local
7523 count2 = 0; in bfd_elf_match_symbols_in_sections()
7533 count2 = ssymbuf2[mid].count; in bfd_elf_match_symbols_in_sections()
7539 if (count1 == 0 || count2 == 0 || count1 != count2) in bfd_elf_match_symbols_in_sections()
7545 = (struct elf_symbol *) bfd_malloc (count2 * sizeof (*symtable2)); in bfd_elf_match_symbols_in_sections()
7560 for (ssym = ssymbuf2->ssym, ssymend = ssym + count2; in bfd_elf_match_symbols_in_sections()
7599 count2 = 0; in bfd_elf_match_symbols_in_sections()
7602 symtable2[count2++].u.isym = isym; in bfd_elf_match_symbols_in_sections()
7604 if (count1 == 0 || count2 == 0 || count1 != count2) in bfd_elf_match_symbols_in_sections()
7612 for (i = 0; i < count2; i++) in bfd_elf_match_symbols_in_sections()
DChangeLog-00017160 (compare_subspaces): Remove unused `count1', `count2'.