Searched refs:bfd_idx (Results 1 – 1 of 1) sorted by relevance
2945 int bfd_idx; in discover_functions() local2950 bfd_idx = 0; in discover_functions()2952 bfd_idx++; in discover_functions()2954 psym_arr = bfd_zmalloc (bfd_idx * sizeof (*psym_arr)); in discover_functions()2957 sec_arr = bfd_zmalloc (bfd_idx * sizeof (*sec_arr)); in discover_functions()2961 for (ibfd = info->input_bfds, bfd_idx = 0; in discover_functions()2963 ibfd = ibfd->link.next, bfd_idx++) in discover_functions()3007 psym_arr[bfd_idx] = psyms; in discover_functions()3011 sec_arr[bfd_idx] = psecs; in discover_functions()3069 for (ibfd = info->input_bfds, bfd_idx = 0; in discover_functions()[all …]