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

/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Delf.c325 Elf_External_Sym_Shndx *alloc_extshndx; local
344 alloc_extshndx = NULL;
370 alloc_extshndx = bfd_malloc (amt);
371 extshndx_buf = alloc_extshndx;
400 if (alloc_extshndx != NULL)
401 free (alloc_extshndx);
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delf.c332 Elf_External_Sym_Shndx *alloc_extshndx; local
351 alloc_extshndx = NULL;
377 alloc_extshndx = bfd_malloc2 (symcount,
379 extshndx_buf = alloc_extshndx;
407 if (alloc_extshndx != NULL)
408 free (alloc_extshndx);

Completed in 210 milliseconds