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

/freebsd-11.0-release/contrib/binutils/bfd/
H A Delf.c342 Elf_External_Sym_Shndx *alloc_extshndx; local
361 alloc_extshndx = NULL;
387 alloc_extshndx = bfd_malloc2 (symcount,
389 extshndx_buf = alloc_extshndx;
425 if (alloc_extshndx != NULL)
426 free (alloc_extshndx);

Completed in 165 milliseconds