Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delflink.c2178 Elf_Internal_Rela *alloc2 = NULL; in _bfd_elf_link_read_relocs() local
2196 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()
DChangeLog-20051718 swap_out_syms, _bfd_elf_slurp_version_tables): Use bfd_*alloc2