Lines Matching full:sym_count
2743 bfd_size_type sym_count;
2751 sym_count = obj_aout_external_sym_count (abfd);
2761 (abfd, info, &syms, &sym_count, &strings)))
2770 sym_count * sizeof (struct aout_link_hash_entry *));
2771 if (sym_hash == NULL && sym_count != 0)
2780 pend = p + sym_count;
4001 bfd_size_type sym_count;
4015 sym_count = obj_aout_external_sym_count (input_bfd);
4047 sym_end = sym + sym_count;
4050 memset (symbol_map, 0, (size_t) sym_count * sizeof *symbol_map);