Searched refs:bfd_count (Results 1 – 11 of 11) sorted by relevance
/toolchain/binutils/binutils-2.27/bfd/ |
D | elf32-m68hc1x.c | 239 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()
|
D | elf32-xgate.h | 83 unsigned int bfd_count; member
|
D | elf32-m68hc1x.h | 118 unsigned int bfd_count; member
|
D | elf32-metag.c | 840 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()
|
D | elf32-avr.c | 91 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()
|
D | elf32-hppa.c | 272 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()
|
D | elf32-nios2.c | 1817 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()
|
D | elfnn-aarch64.c | 2335 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()
|
D | ChangeLog-2014 | 3208 bfd_count, top_index, input_list, all_local_syms.
|
D | ChangeLog-2008 | 2179 add_stub_section, layout_sections_again, stub_group, bfd_count,
|
D | ChangeLog-0203 | 7701 * 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.
|