Home
last modified time | relevance | path

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

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