Searched refs:storage_needed (Results 1 – 2 of 2) sorted by relevance
189 int storage_needed; in bfd_simple_get_relocated_section_contents() local263 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()
3418 long storage_needed; in identify_member_contains_symname() local3429 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()