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

/haiku-buildtools/binutils/bfd/
H A Delf32-xgate.h82 unsigned int bfd_count; member in struct:xgate_elf_link_hash_table
H A Delf32-m68hc1x.h119 unsigned int bfd_count; member in struct:m68hc11_elf_link_hash_table
H A Delf32-m68hc1x.c240 unsigned int bfd_count; local
261 for (input_bfd = info->input_bfds, bfd_count = 0, top_id = 0;
265 bfd_count += 1;
282 htab->bfd_count = bfd_count;
336 unsigned int bfd_indx, bfd_count; local
349 for (input_bfd = info->input_bfds, bfd_count = 0;
352 bfd_count += 1;
357 amt = sizeof (Elf_Internal_Sym *) * bfd_count;
H A Delf32-avr.c91 unsigned int bfd_count; member in struct:elf32_avr_link_hash_table
3472 unsigned int bfd_count;
3483 for (input_bfd = info->input_bfds, bfd_count = 0, top_id = 0;
3487 bfd_count += 1;
3495 htab->bfd_count = bfd_count;
3548 amt = sizeof (Elf_Internal_Sym *) * htab->bfd_count;
3471 unsigned int bfd_count; local
H A Delf32-hppa.c272 unsigned int bfd_count; member in struct:elf32_hppa_link_hash_table
2489 unsigned int bfd_count; local
2500 for (input_bfd = info->input_bfds, bfd_count = 0, top_id = 0;
2504 bfd_count += 1;
2513 htab->bfd_count = bfd_count;
2682 bfd_size_type amt = sizeof (Elf_Internal_Sym *) * htab->bfd_count;
H A Delf32-metag.c840 unsigned int bfd_count; member in struct:elf_metag_link_hash_table
3696 unsigned int bfd_count; local
3704 for (input_bfd = info->input_bfds, bfd_count = 0, top_id = 0;
3708 bfd_count += 1;
3718 htab->bfd_count = bfd_count;
3879 bfd_size_type amt = sizeof (Elf_Internal_Sym *) * htab->bfd_count;
H A Delf32-spu.c4192 unsigned int base, i, count, bfd_count; local
4284 bfd_count = 0;
4286 ++bfd_count;
4287 bfd_arr = bfd_malloc (bfd_count * sizeof (*bfd_arr));
4293 bfd_count = 0;
4318 bfd_arr[bfd_count++] = ibfd;
4323 if (bfd_count > 1)
4327 qsort (bfd_arr, bfd_count, sizeof (*bfd_arr), sort_bfds);
4328 for (i = 1; i < bfd_count; ++i)
H A Delf32-nios2.c1817 unsigned int bfd_count; member in struct:elf32_nios2_link_hash_table
2246 unsigned int bfd_count; local
2254 for (input_bfd = info->input_bfds, bfd_count = 0, top_id = 0;
2258 bfd_count += 1;
2268 htab->bfd_count = bfd_count;
2582 bfd_size_type amt = sizeof (Elf_Internal_Sym *) * htab->bfd_count;
H A Delfnn-aarch64.c2331 unsigned int bfd_count; member in struct:elf_aarch64_link_hash_table
3044 unsigned int bfd_count; local
3056 for (input_bfd = info->input_bfds, bfd_count = 0, top_id = 0;
3059 bfd_count += 1;
3067 htab->bfd_count = bfd_count;
H A Delf32-arm.c3220 unsigned int bfd_count; member in struct:elf32_arm_link_hash_table
4949 unsigned int bfd_count; local
4962 for (input_bfd = info->input_bfds, bfd_count = 0, top_id = 0;
4966 bfd_count += 1;
4975 htab->bfd_count = bfd_count;
/haiku-buildtools/legacy/binutils/bfd/
H A Delf32-m68hc1x.h118 unsigned int bfd_count; member in struct:m68hc11_elf_link_hash_table
H A Delf32-m68hc1x.c224 unsigned int bfd_count; local
243 for (input_bfd = info->input_bfds, bfd_count = 0, top_id = 0;
247 bfd_count += 1;
264 htab->bfd_count = bfd_count;
318 unsigned int bfd_indx, bfd_count; local
329 for (input_bfd = info->input_bfds, bfd_count = 0;
333 bfd_count += 1;
339 amt = sizeof (Elf_Internal_Sym *) * bfd_count;
H A Delf32-hppa.c263 unsigned int bfd_count; member in struct:elf32_hppa_link_hash_table
2412 unsigned int bfd_count; local
2420 for (input_bfd = info->input_bfds, bfd_count = 0, top_id = 0;
2424 bfd_count += 1;
2433 htab->bfd_count = bfd_count;
2596 bfd_size_type amt = sizeof (Elf_Internal_Sym *) * htab->bfd_count;

Completed in 339 milliseconds