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

/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Delf.c323 void *alloc_ext; local
343 alloc_ext = NULL;
351 alloc_ext = bfd_malloc (amt);
352 extsym_buf = alloc_ext;
398 if (alloc_ext != NULL)
399 free (alloc_ext);
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delf.c330 void *alloc_ext; local
350 alloc_ext = NULL;
358 alloc_ext = bfd_malloc2 (symcount, extsym_size);
359 extsym_buf = alloc_ext;
405 if (alloc_ext != NULL)
406 free (alloc_ext);

Completed in 190 milliseconds