Searched refs:symcount1 (Results 1 – 1 of 1) sorted by relevance
7429 size_t symcount1, symcount2; in bfd_elf_match_symbols_in_sections() local7457 symcount1 = hdr1->sh_size / bed1->s->sizeof_sym; in bfd_elf_match_symbols_in_sections()7461 if (symcount1 == 0 || symcount2 == 0) in bfd_elf_match_symbols_in_sections()7472 isymbuf1 = bfd_elf_get_elf_syms (bfd1, hdr1, symcount1, 0, in bfd_elf_match_symbols_in_sections()7479 = elf_create_symbuf (symcount1, isymbuf1); in bfd_elf_match_symbols_in_sections()7587 bfd_malloc (symcount1 * sizeof (struct elf_symbol)); in bfd_elf_match_symbols_in_sections()7595 for (isym = isymbuf1, isymend = isym + symcount1; isym < isymend; isym++) in bfd_elf_match_symbols_in_sections()