Home | History | Annotate | Download | only in bfd

Lines Matching defs:bfd_idx

2971   int bfd_idx;
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;
3094 ibfd = ibfd->link.next, bfd_idx++)
3098 if (psym_arr[bfd_idx] == NULL)
3106 for (ibfd = info->input_bfds, bfd_idx = 0;
3108 ibfd = ibfd->link.next, bfd_idx++)
3115 if ((psyms = psym_arr[bfd_idx]) == NULL)
3118 psecs = sec_arr[bfd_idx];
3188 for (ibfd = info->input_bfds, bfd_idx = 0;
3190 ibfd = ibfd->link.next, bfd_idx++)
3192 if (psym_arr[bfd_idx] == NULL)
3195 free (psym_arr[bfd_idx]);
3196 free (sec_arr[bfd_idx]);