Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delflink.c7154 bfd_size_type count1, count2, i; in bfd_elf_match_symbols_in_sections() local
7243 count2 = 0; in bfd_elf_match_symbols_in_sections()
7253 count2 = ssymbuf2[mid].count; in bfd_elf_match_symbols_in_sections()
7259 if (count1 == 0 || count2 == 0 || count1 != count2) in bfd_elf_match_symbols_in_sections()
7265 bfd_malloc (count2 * sizeof (struct elf_symbol)); in bfd_elf_match_symbols_in_sections()
7280 for (ssym = ssymbuf2->ssym, ssymend = ssym + count2; in bfd_elf_match_symbols_in_sections()
7319 count2 = 0; in bfd_elf_match_symbols_in_sections()
7322 symtable2[count2++].u.isym = isym; in bfd_elf_match_symbols_in_sections()
7324 if (count1 == 0 || count2 == 0 || count1 != count2) in bfd_elf_match_symbols_in_sections()
7332 for (i = 0; i < count2; i++) in bfd_elf_match_symbols_in_sections()
Dsom.c2752 unsigned int count1, count2; in compare_syms() local
2762 count2 = (*sym2)->udata.i; in compare_syms()
2764 count2 = som_symbol_data (*sym2)->reloc_count; in compare_syms()
2767 if (count1 < count2) in compare_syms()
2769 else if (count1 > count2) in compare_syms()
DChangeLog-00017160 (compare_subspaces): Remove unused `count1', `count2'.