Searched refs:internal_size (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Decoff.c963 bfd_size_type internal_size;
982 internal_size = bfd_get_symcount (abfd);
983 internal_size *= sizeof (ecoff_symbol_type);
984 internal = (ecoff_symbol_type *) bfd_alloc (abfd, internal_size);
959 bfd_size_type internal_size; local
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Decoff.c856 bfd_size_type internal_size;
875 internal_size = bfd_get_symcount (abfd);
876 internal_size *= sizeof (ecoff_symbol_type);
877 internal = bfd_alloc (abfd, internal_size);
853 bfd_size_type internal_size; local

Completed in 171 milliseconds