Home
last modified time | relevance | path

Searched refs:bfd_count (Results 1 – 11 of 11) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Delf32-m68hc1x.c239 unsigned int bfd_count; in elf32_m68hc11_setup_section_lists() local
260 for (input_bfd = info->input_bfds, bfd_count = 0, top_id = 0; in elf32_m68hc11_setup_section_lists()
264 bfd_count += 1; in elf32_m68hc11_setup_section_lists()
281 htab->bfd_count = bfd_count; in elf32_m68hc11_setup_section_lists()
335 unsigned int bfd_indx, bfd_count; in elf32_m68hc11_size_stubs() local
348 for (input_bfd = info->input_bfds, bfd_count = 0; in elf32_m68hc11_size_stubs()
351 bfd_count += 1; in elf32_m68hc11_size_stubs()
356 amt = sizeof (Elf_Internal_Sym *) * bfd_count; in elf32_m68hc11_size_stubs()
Delf32-xgate.h83 unsigned int bfd_count; member
Delf32-m68hc1x.h118 unsigned int bfd_count; member
Delf32-metag.c840 unsigned int bfd_count; member
3725 unsigned int bfd_count; in elf_metag_setup_section_lists() local
3733 for (input_bfd = info->input_bfds, bfd_count = 0, top_id = 0; in elf_metag_setup_section_lists()
3737 bfd_count += 1; in elf_metag_setup_section_lists()
3747 htab->bfd_count = bfd_count; in elf_metag_setup_section_lists()
3908 bfd_size_type amt = sizeof (Elf_Internal_Sym *) * htab->bfd_count; in get_local_syms()
Delf32-avr.c91 unsigned int bfd_count; member
3415 unsigned int bfd_count; in elf32_avr_setup_section_lists() local
3426 for (input_bfd = info->input_bfds, bfd_count = 0, top_id = 0; in elf32_avr_setup_section_lists()
3430 bfd_count += 1; in elf32_avr_setup_section_lists()
3438 htab->bfd_count = bfd_count; in elf32_avr_setup_section_lists()
3491 amt = sizeof (Elf_Internal_Sym *) * htab->bfd_count; in get_local_syms()
Delf32-hppa.c272 unsigned int bfd_count; member
2504 unsigned int bfd_count; in elf32_hppa_setup_section_lists() local
2515 for (input_bfd = info->input_bfds, bfd_count = 0, top_id = 0; in elf32_hppa_setup_section_lists()
2519 bfd_count += 1; in elf32_hppa_setup_section_lists()
2528 htab->bfd_count = bfd_count; in elf32_hppa_setup_section_lists()
2697 bfd_size_type amt = sizeof (Elf_Internal_Sym *) * htab->bfd_count; in get_local_syms()
Delf32-nios2.c1817 unsigned int bfd_count; member
2247 unsigned int bfd_count; in nios2_elf32_setup_section_lists() local
2255 for (input_bfd = info->input_bfds, bfd_count = 0, top_id = 0; in nios2_elf32_setup_section_lists()
2259 bfd_count += 1; in nios2_elf32_setup_section_lists()
2269 htab->bfd_count = bfd_count; in nios2_elf32_setup_section_lists()
2583 bfd_size_type amt = sizeof (Elf_Internal_Sym *) * htab->bfd_count; in get_local_syms()
Delfnn-aarch64.c2335 unsigned int bfd_count; member
3047 unsigned int bfd_count; in elfNN_aarch64_setup_section_lists() local
3059 for (input_bfd = info->input_bfds, bfd_count = 0, top_id = 0; in elfNN_aarch64_setup_section_lists()
3062 bfd_count += 1; in elfNN_aarch64_setup_section_lists()
3070 htab->bfd_count = bfd_count; in elfNN_aarch64_setup_section_lists()
DChangeLog-20143208 bfd_count, top_index, input_list, all_local_syms.
DChangeLog-20082179 add_stub_section, layout_sections_again, stub_group, bfd_count,
DChangeLog-02037701 * elf64-ppc.c (struct ppc_link_hash_table): Delete bfd_count and
7832 (ppc64_elf_setup_section_lists): Don't calculate htab->bfd_count here.
9174 bfd_count top_index, input_list, all_local_syms.