Home | History | Annotate | Download | only in bfd

Lines Matching refs:alloc2

2184   Elf_Internal_Rela *alloc2 = NULL;
2202 internal_relocs = alloc2 = (Elf_Internal_Rela *) bfd_alloc (abfd, size);
2204 internal_relocs = alloc2 = (Elf_Internal_Rela *) bfd_malloc (size);
2250 /* Don't free alloc2, since if it was allocated we are passing it
2258 if (alloc2 != NULL)
2261 bfd_release (abfd, alloc2);
2263 free (alloc2);