Searched refs:top_index (Results 1 – 12 of 12) sorted by relevance
/toolchain/binutils/binutils-2.27/bfd/ |
D | elf32-m68hc1x.c | 240 unsigned 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()
|
D | elf32-xgate.h | 84 int top_index; member
|
D | elf32-m68hc1x.h | 119 int top_index; member
|
D | elf32-metag.c | 841 unsigned int top_index; member 3726 unsigned int top_id, top_index; in elf_metag_setup_section_lists() local 3757 for (section = output_bfd->sections, top_index = 0; in elf_metag_setup_section_lists() 3761 if (top_index < section->index) in elf_metag_setup_section_lists() 3762 top_index = section->index; in elf_metag_setup_section_lists() 3765 htab->top_index = top_index; in elf_metag_setup_section_lists() 3766 amt = sizeof (asection *) * (top_index + 1); in elf_metag_setup_section_lists() 3774 list = input_list + top_index; in elf_metag_setup_section_lists() 3804 if (isec->output_section->index <= htab->top_index) in elf_metag_next_input_section() 3831 asection **list = htab->input_list + htab->top_index; in group_sections()
|
D | elf32-hppa.c | 273 unsigned int top_index; member 2505 unsigned int top_id, top_index; in elf32_hppa_setup_section_lists() local 2538 for (section = output_bfd->sections, top_index = 0; in elf32_hppa_setup_section_lists() 2542 if (top_index < section->index) in elf32_hppa_setup_section_lists() 2543 top_index = section->index; in elf32_hppa_setup_section_lists() 2546 htab->top_index = top_index; in elf32_hppa_setup_section_lists() 2547 amt = sizeof (asection *) * (top_index + 1); in elf32_hppa_setup_section_lists() 2555 list = input_list + top_index; in elf32_hppa_setup_section_lists() 2584 if (isec->output_section->index <= htab->top_index) in elf32_hppa_next_input_section() 2611 asection **list = htab->input_list + htab->top_index; in group_sections()
|
D | elf32-avr.c | 92 unsigned int top_index; member 3416 unsigned int top_id, top_index; in elf32_avr_setup_section_lists() local 3443 for (section = output_bfd->sections, top_index = 0; in elf32_avr_setup_section_lists() 3446 if (top_index < section->index) in elf32_avr_setup_section_lists() 3447 top_index = section->index; in elf32_avr_setup_section_lists() 3449 htab->top_index = top_index; in elf32_avr_setup_section_lists() 3450 amt = sizeof (asection *) * (top_index + 1); in elf32_avr_setup_section_lists() 3458 list = input_list + top_index; in elf32_avr_setup_section_lists()
|
D | elf32-nios2.c | 1818 unsigned int top_index; member 2248 unsigned int top_id, top_index; in nios2_elf32_setup_section_lists() local 2279 for (section = output_bfd->sections, top_index = 0; in nios2_elf32_setup_section_lists() 2283 if (top_index < section->index) in nios2_elf32_setup_section_lists() 2284 top_index = section->index; in nios2_elf32_setup_section_lists() 2287 htab->top_index = top_index; in nios2_elf32_setup_section_lists() 2288 amt = sizeof (asection *) * (top_index + 1); in nios2_elf32_setup_section_lists() 2296 list = input_list + top_index; in nios2_elf32_setup_section_lists() 2325 if (isec->output_section->index <= htab->top_index) in nios2_elf32_next_input_section() 2364 asection **list = htab->input_list + htab->top_index; in group_sections()
|
D | elfnn-aarch64.c | 2336 unsigned int top_index; member 3048 unsigned int top_id, top_index; in elfNN_aarch64_setup_section_lists() local 3080 for (section = output_bfd->sections, top_index = 0; in elfNN_aarch64_setup_section_lists() 3083 if (top_index < section->index) in elfNN_aarch64_setup_section_lists() 3084 top_index = section->index; in elfNN_aarch64_setup_section_lists() 3087 htab->top_index = top_index; in elfNN_aarch64_setup_section_lists() 3088 amt = sizeof (asection *) * (top_index + 1); in elfNN_aarch64_setup_section_lists() 3096 list = input_list + top_index; in elfNN_aarch64_setup_section_lists() 3125 if (isec->output_section->index <= htab->top_index) in elfNN_aarch64_next_input_section() 3152 asection **list = htab->input_list + htab->top_index; in group_sections()
|
D | ChangeLog-2015 | 1308 (struct ppc_link_hash_table): Delete top_id, top_index, and 1346 (struct ppc_link_hash_table): Make "top_id" and "top_index" unsigned.
|
D | ChangeLog-2014 | 3208 bfd_count, top_index, input_list, all_local_syms.
|
D | ChangeLog-2008 | 2180 top_index, input_list fields.
|
D | ChangeLog-0203 | 2685 * 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.
|