Home
last modified time | relevance | path

Searched refs:top_index (Results 1 – 13 of 13) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf32-m68hc1x.c240 int top_id, top_index; in elf32_m68hc11_setup_section_lists() local
288 for (section = output_bfd->sections, top_index = 0; in elf32_m68hc11_setup_section_lists()
292 if (top_index < section->index) in elf32_m68hc11_setup_section_lists()
293 top_index = section->index; in elf32_m68hc11_setup_section_lists()
296 htab->top_index = top_index; in elf32_m68hc11_setup_section_lists()
297 amt = sizeof (asection *) * (top_index + 1); in elf32_m68hc11_setup_section_lists()
305 list = input_list + top_index; in elf32_m68hc11_setup_section_lists()
Delf32-avr.c91 int top_index; member
2918 int top_id, top_index; in elf32_avr_setup_section_lists() local
2945 for (section = output_bfd->sections, top_index = 0; in elf32_avr_setup_section_lists()
2948 if (top_index < section->index) in elf32_avr_setup_section_lists()
2949 top_index = section->index; in elf32_avr_setup_section_lists()
2951 htab->top_index = top_index; in elf32_avr_setup_section_lists()
2952 amt = sizeof (asection *) * (top_index + 1); in elf32_avr_setup_section_lists()
2960 list = input_list + top_index; in elf32_avr_setup_section_lists()
Delf32-xgate.h84 int top_index; member
Delf32-metag.c841 int top_index; member
3723 int top_id, top_index; in elf_metag_setup_section_lists() local
3754 for (section = output_bfd->sections, top_index = 0; in elf_metag_setup_section_lists()
3758 if (top_index < section->index) in elf_metag_setup_section_lists()
3759 top_index = section->index; in elf_metag_setup_section_lists()
3762 htab->top_index = top_index; in elf_metag_setup_section_lists()
3763 amt = sizeof (asection *) * (top_index + 1); in elf_metag_setup_section_lists()
3771 list = input_list + top_index; in elf_metag_setup_section_lists()
3801 if (isec->output_section->index <= htab->top_index) in elf_metag_next_input_section()
3828 asection **list = htab->input_list + htab->top_index; in group_sections()
Delf32-m68hc1x.h119 int top_index; member
Delf32-hppa.c273 int top_index; member
2498 int top_id, top_index; in elf32_hppa_setup_section_lists() local
2531 for (section = output_bfd->sections, top_index = 0; in elf32_hppa_setup_section_lists()
2535 if (top_index < section->index) in elf32_hppa_setup_section_lists()
2536 top_index = section->index; in elf32_hppa_setup_section_lists()
2539 htab->top_index = top_index; in elf32_hppa_setup_section_lists()
2540 amt = sizeof (asection *) * (top_index + 1); in elf32_hppa_setup_section_lists()
2548 list = input_list + top_index; in elf32_hppa_setup_section_lists()
2577 if (isec->output_section->index <= htab->top_index) in elf32_hppa_next_input_section()
2604 asection **list = htab->input_list + htab->top_index; in group_sections()
Delf32-nios2.c947 int top_index; member
1377 int top_id, top_index; in nios2_elf32_setup_section_lists() local
1408 for (section = output_bfd->sections, top_index = 0; in nios2_elf32_setup_section_lists()
1412 if (top_index < section->index) in nios2_elf32_setup_section_lists()
1413 top_index = section->index; in nios2_elf32_setup_section_lists()
1416 htab->top_index = top_index; in nios2_elf32_setup_section_lists()
1417 amt = sizeof (asection *) * (top_index + 1); in nios2_elf32_setup_section_lists()
1425 list = input_list + top_index; in nios2_elf32_setup_section_lists()
1454 if (isec->output_section->index <= htab->top_index) in nios2_elf32_next_input_section()
1493 asection **list = htab->input_list + htab->top_index; in group_sections()
Delfnn-aarch64.c1875 int top_index; member
2606 int top_id, top_index; in elfNN_aarch64_setup_section_lists() local
2638 for (section = output_bfd->sections, top_index = 0; in elfNN_aarch64_setup_section_lists()
2641 if (top_index < section->index) in elfNN_aarch64_setup_section_lists()
2642 top_index = section->index; in elfNN_aarch64_setup_section_lists()
2645 htab->top_index = top_index; in elfNN_aarch64_setup_section_lists()
2646 amt = sizeof (asection *) * (top_index + 1); in elfNN_aarch64_setup_section_lists()
2654 list = input_list + top_index; in elfNN_aarch64_setup_section_lists()
2683 if (isec->output_section->index <= htab->top_index) in elfNN_aarch64_next_input_section()
2710 asection **list = htab->input_list + htab->top_index; in group_sections()
Delf32-arm.c3068 int top_index; member
4434 int top_id, top_index; in elf32_arm_setup_section_lists() local
4470 for (section = output_bfd->sections, top_index = 0; in elf32_arm_setup_section_lists()
4474 if (top_index < section->index) in elf32_arm_setup_section_lists()
4475 top_index = section->index; in elf32_arm_setup_section_lists()
4478 htab->top_index = top_index; in elf32_arm_setup_section_lists()
4479 amt = sizeof (asection *) * (top_index + 1); in elf32_arm_setup_section_lists()
4487 list = input_list + top_index; in elf32_arm_setup_section_lists()
4517 if (isec->output_section->index <= htab->top_index) in elf32_arm_next_input_section()
4627 while (list++ != htab->input_list + htab->top_index); in group_sections()
Delf64-ppc.c3938 int top_index; member
11112 int top_id, top_index, id; in ppc64_elf_setup_section_lists() local
11148 for (section = info->output_bfd->sections, top_index = 0; in ppc64_elf_setup_section_lists()
11152 if (top_index < section->index) in ppc64_elf_setup_section_lists()
11153 top_index = section->index; in ppc64_elf_setup_section_lists()
11156 htab->top_index = top_index; in ppc64_elf_setup_section_lists()
11157 amt = sizeof (asection *) * (top_index + 1); in ppc64_elf_setup_section_lists()
11709 && isec->output_section->index <= htab->top_index) in ppc64_elf_next_input_section()
11825 list = htab->input_list + htab->top_index; in group_sections()
DChangeLog2648 bfd_count, top_index, input_list, all_local_syms.
DChangeLog-20082180 top_index, input_list fields.
DChangeLog-02032685 * elf64-ppc.c (struct ppc_link_hash_table): Reinstate top_index.
2711 * elf64-ppc.c (struct ppc_link_hash_table): Remove top_index. Modify
9174 bfd_count top_index, input_list, all_local_syms.