Home | History | Annotate | Download | only in bfd

Lines Matching defs:internal_size

862   bfd_size_type internal_size;
881 internal_size = bfd_get_symcount (abfd);
882 internal_size *= sizeof (ecoff_symbol_type);
883 internal = (ecoff_symbol_type *) bfd_alloc (abfd, internal_size);