Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dsimple.c189 int storage_needed; in bfd_simple_get_relocated_section_contents() local
263 storage_needed = bfd_get_symtab_upper_bound (abfd); in bfd_simple_get_relocated_section_contents()
264 symbol_table = (asymbol **) bfd_malloc (storage_needed); in bfd_simple_get_relocated_section_contents()
268 storage_needed = 0; in bfd_simple_get_relocated_section_contents()
/toolchain/binutils/binutils-2.25/binutils/
Ddlltool.c3418 long storage_needed; in identify_member_contains_symname() local
3429 storage_needed = bfd_get_symtab_upper_bound (abfd); in identify_member_contains_symname()
3430 if (storage_needed <= 0) in identify_member_contains_symname()
3433 symbol_table = xmalloc (storage_needed); in identify_member_contains_symname()