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

  /src/external/gpl3/binutils/dist/bfd/
elf32-spu.c 2971 int bfd_idx; local
2976 bfd_idx = 0;
2978 bfd_idx++;
2980 psym_arr = bfd_zmalloc (bfd_idx * sizeof (*psym_arr));
2983 sec_arr = bfd_zmalloc (bfd_idx * sizeof (*sec_arr));
2987 for (ibfd = info->input_bfds, bfd_idx = 0;
2989 ibfd = ibfd->link.next, bfd_idx++)
3030 psym_arr[bfd_idx] = psyms;
3034 sec_arr[bfd_idx] = psecs;
3092 for (ibfd = info->input_bfds, bfd_idx = 0
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-spu.c 2971 int bfd_idx; local
2976 bfd_idx = 0;
2978 bfd_idx++;
2980 psym_arr = bfd_zmalloc (bfd_idx * sizeof (*psym_arr));
2983 sec_arr = bfd_zmalloc (bfd_idx * sizeof (*sec_arr));
2987 for (ibfd = info->input_bfds, bfd_idx = 0;
2989 ibfd = ibfd->link.next, bfd_idx++)
3030 psym_arr[bfd_idx] = psyms;
3034 sec_arr[bfd_idx] = psecs;
3092 for (ibfd = info->input_bfds, bfd_idx = 0
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-spu.c 2967 int bfd_idx; local
2972 bfd_idx = 0;
2974 bfd_idx++;
2976 psym_arr = bfd_zmalloc (bfd_idx * sizeof (*psym_arr));
2979 sec_arr = bfd_zmalloc (bfd_idx * sizeof (*sec_arr));
2983 for (ibfd = info->input_bfds, bfd_idx = 0;
2985 ibfd = ibfd->link.next, bfd_idx++)
3026 psym_arr[bfd_idx] = psyms;
3030 sec_arr[bfd_idx] = psecs;
3088 for (ibfd = info->input_bfds, bfd_idx = 0
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-spu.c 2971 int bfd_idx; local
2976 bfd_idx = 0;
2978 bfd_idx++;
2980 psym_arr = bfd_zmalloc (bfd_idx * sizeof (*psym_arr));
2983 sec_arr = bfd_zmalloc (bfd_idx * sizeof (*sec_arr));
2987 for (ibfd = info->input_bfds, bfd_idx = 0;
2989 ibfd = ibfd->link.next, bfd_idx++)
3030 psym_arr[bfd_idx] = psyms;
3034 sec_arr[bfd_idx] = psecs;
3092 for (ibfd = info->input_bfds, bfd_idx = 0
    [all...]

Completed in 26 milliseconds