Home | History | Annotate | Download | only in bfd

Lines Matching defs:bfd_idx

2967   int bfd_idx;
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 bfd_idx++)
3026 psym_arr[bfd_idx] = psyms;
3030 sec_arr[bfd_idx] = psecs;
3088 for (ibfd = info->input_bfds, bfd_idx = 0;
3090 ibfd = ibfd->link.next, bfd_idx++)
3094 if (psym_arr[bfd_idx] == NULL)
3102 for (ibfd = info->input_bfds, bfd_idx = 0;
3104 ibfd = ibfd->link.next, bfd_idx++)
3111 if ((psyms = psym_arr[bfd_idx]) == NULL)
3114 psecs = sec_arr[bfd_idx];
3184 for (ibfd = info->input_bfds, bfd_idx = 0;
3186 ibfd = ibfd->link.next, bfd_idx++)
3188 if (psym_arr[bfd_idx] == NULL)
3191 free (psym_arr[bfd_idx]);
3192 free (sec_arr[bfd_idx]);