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

/freebsd-10.1-release/contrib/binutils/bfd/
H A Delflink.c2154 Elf_Internal_Rela *alloc2 = NULL;
2174 internal_relocs = alloc2 = bfd_malloc (size);
2211 /* Don't free alloc2, since if it was allocated we are passing it
2219 if (alloc2 != NULL)
2220 free (alloc2);
2148 Elf_Internal_Rela *alloc2 = NULL; local

Completed in 201 milliseconds