Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Decoff.c859 bfd_size_type internal_size; in _bfd_ecoff_slurp_symbol_table() local
878 internal_size = bfd_get_symcount (abfd); in _bfd_ecoff_slurp_symbol_table()
879 internal_size *= sizeof (ecoff_symbol_type); in _bfd_ecoff_slurp_symbol_table()
880 internal = (ecoff_symbol_type *) bfd_alloc (abfd, internal_size); in _bfd_ecoff_slurp_symbol_table()