Searched refs:alloc2 (Results 1 – 2 of 2) sorted by relevance
2178 Elf_Internal_Rela *alloc2 = NULL; in _bfd_elf_link_read_relocs() local2196 internal_relocs = alloc2 = (Elf_Internal_Rela *) bfd_alloc (abfd, size); in _bfd_elf_link_read_relocs()2198 internal_relocs = alloc2 = (Elf_Internal_Rela *) bfd_malloc (size); in _bfd_elf_link_read_relocs()2252 if (alloc2 != NULL) in _bfd_elf_link_read_relocs()2255 bfd_release (abfd, alloc2); in _bfd_elf_link_read_relocs()2257 free (alloc2); in _bfd_elf_link_read_relocs()
1718 swap_out_syms, _bfd_elf_slurp_version_tables): Use bfd_*alloc2