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

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-spu.c2104 Elf_Internal_Sym ***psym_arr; local
2112 psym_arr = bfd_zmalloc (bfd_idx * sizeof (*psym_arr));
2113 if (psym_arr == NULL)
2154 psym_arr[bfd_idx] = psyms;
2222 if (psym_arr[bfd_idx] == NULL)
2243 if ((psyms = psym_arr[bfd_idx]) == NULL)
2309 if (psym_arr[bfd_idx] == NULL)
2312 free (psym_arr[bfd_idx]);
2316 free (psym_arr);
[all...]

Completed in 126 milliseconds