Lines Matching refs:bfd_get_symcount
442 bfd_get_symcount (abfd) = 0; in ecoff_slurp_symbolic_header()
451 if (bfd_get_symcount (abfd) != external_hdr_size) in ecoff_slurp_symbolic_header()
475 bfd_get_symcount (abfd) = (internal_symhdr->isymMax in ecoff_slurp_symbolic_header()
518 bfd_get_symcount (abfd) = 0; in _bfd_ecoff_slurp_symbolic_info()
875 if (bfd_get_symcount (abfd) == 0) in _bfd_ecoff_slurp_symbol_table()
878 internal_size = bfd_get_symcount (abfd); in _bfd_ecoff_slurp_symbol_table()
955 if (bfd_get_symcount (abfd) == 0) in _bfd_ecoff_get_symtab_upper_bound()
958 return (bfd_get_symcount (abfd) + 1) * (sizeof (ecoff_symbol_type *)); in _bfd_ecoff_get_symtab_upper_bound()
972 if (bfd_get_symcount (abfd) == 0) in _bfd_ecoff_canonicalize_symtab()
976 while (counter < bfd_get_symcount (abfd)) in _bfd_ecoff_canonicalize_symtab()
982 return bfd_get_symcount (abfd); in _bfd_ecoff_canonicalize_symtab()
1722 || bfd_get_symcount (abfd) == 0) in _bfd_ecoff_find_nearest_line()
1783 c = bfd_get_symcount (obfd); in _bfd_ecoff_bfd_copy_private_bfd_data()
1842 c = bfd_get_symcount (obfd); in _bfd_ecoff_bfd_copy_private_bfd_data()
2517 if (bfd_get_symcount (abfd) != 0) in _bfd_ecoff_write_object_contents()
2535 if (bfd_get_symcount (abfd) == 0) in _bfd_ecoff_write_object_contents()
2732 if (bfd_get_symcount (abfd) > 0) in _bfd_ecoff_write_object_contents()
2745 if (bfd_get_symcount (abfd) == 0 in _bfd_ecoff_write_object_contents()
3462 if (bfd_get_symcount (abfd) == 0) in ecoff_link_add_object_symbols()
4449 bfd_get_symcount (abfd) = symhdr->iextMax + symhdr->isymMax; in _bfd_ecoff_bfd_final_link()