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

/haiku-buildtools/binutils/bfd/
H A Delf.c389 Elf_Internal_Sym *alloc_intsym; local
437 alloc_intsym = NULL;
478 alloc_intsym = (Elf_Internal_Sym *)
480 intsym_buf = alloc_intsym;
498 if (alloc_intsym != NULL)
499 free (alloc_intsym);

Completed in 74 milliseconds