Searched refs:alloc2 (Results 1 – 2 of 2) sorted by relevance
2362 Elf_Internal_Rela *alloc2 = NULL; in _bfd_elf_link_read_relocs() local2380 internal_relocs = alloc2 = (Elf_Internal_Rela *) bfd_alloc (abfd, size); in _bfd_elf_link_read_relocs()2382 internal_relocs = alloc2 = (Elf_Internal_Rela *) bfd_malloc (size); in _bfd_elf_link_read_relocs()2436 if (alloc2 != NULL) in _bfd_elf_link_read_relocs()2439 bfd_release (abfd, alloc2); in _bfd_elf_link_read_relocs()2441 free (alloc2); in _bfd_elf_link_read_relocs()
1718 swap_out_syms, _bfd_elf_slurp_version_tables): Use bfd_*alloc2