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

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-spu.c2103 int bfd_idx; local
2108 bfd_idx = 0;
2110 bfd_idx++;
2112 psym_arr = bfd_zmalloc (bfd_idx * sizeof (*psym_arr));
2115 sec_arr = bfd_zmalloc (bfd_idx * sizeof (*sec_arr));
2120 for (ibfd = info->input_bfds, bfd_idx = 0;
2122 ibfd = ibfd->link_next, bfd_idx++)
2154 psym_arr[bfd_idx] = psyms;
2158 sec_arr[bfd_idx] = psecs;
2216 for (ibfd = info->input_bfds, bfd_idx
[all...]

Completed in 112 milliseconds