HomeSort by: relevance | last modified time | path
    Searched defs:psym_arr (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elf32-spu.c 2972 Elf_Internal_Sym ***psym_arr; local
2980 psym_arr = bfd_zmalloc (bfd_idx * sizeof (*psym_arr));
2981 if (psym_arr == NULL)
3030 psym_arr[bfd_idx] = psyms;
3098 if (psym_arr[bfd_idx] == NULL)
3115 if ((psyms = psym_arr[bfd_idx]) == NULL)
3192 if (psym_arr[bfd_idx] == NULL)
3195 free (psym_arr[bfd_idx]);
3199 free (psym_arr);
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-spu.c 2972 Elf_Internal_Sym ***psym_arr; local
2980 psym_arr = bfd_zmalloc (bfd_idx * sizeof (*psym_arr));
2981 if (psym_arr == NULL)
3030 psym_arr[bfd_idx] = psyms;
3098 if (psym_arr[bfd_idx] == NULL)
3115 if ((psyms = psym_arr[bfd_idx]) == NULL)
3192 if (psym_arr[bfd_idx] == NULL)
3195 free (psym_arr[bfd_idx]);
3199 free (psym_arr);
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-spu.c 2968 Elf_Internal_Sym ***psym_arr; local
2976 psym_arr = bfd_zmalloc (bfd_idx * sizeof (*psym_arr));
2977 if (psym_arr == NULL)
3026 psym_arr[bfd_idx] = psyms;
3094 if (psym_arr[bfd_idx] == NULL)
3111 if ((psyms = psym_arr[bfd_idx]) == NULL)
3188 if (psym_arr[bfd_idx] == NULL)
3191 free (psym_arr[bfd_idx]);
3195 free (psym_arr);
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-spu.c 2972 Elf_Internal_Sym ***psym_arr; local
2980 psym_arr = bfd_zmalloc (bfd_idx * sizeof (*psym_arr));
2981 if (psym_arr == NULL)
3030 psym_arr[bfd_idx] = psyms;
3098 if (psym_arr[bfd_idx] == NULL)
3115 if ((psyms = psym_arr[bfd_idx]) == NULL)
3192 if (psym_arr[bfd_idx] == NULL)
3195 free (psym_arr[bfd_idx]);
3199 free (psym_arr);
    [all...]

Completed in 20 milliseconds