Home | History | Annotate | Download | only in bfd

Lines Matching full:sym_count

2960   bfd_size_type sym_count;
2969 sym_count = obj_aout_external_sym_count (abfd);
2979 (abfd, info, &syms, &sym_count, &strings)))
2983 if (sym_count == 0)
2990 amt = sym_count * sizeof (struct aout_link_hash_entry *);
3001 pend = p + sym_count;
4788 bfd_size_type sym_count;
4802 sym_count = obj_aout_external_sym_count (input_bfd);
4836 sym_end = sym + sym_count;
4839 memset (symbol_map, 0, (size_t) sym_count * sizeof *symbol_map);