Searched refs:top_index (Results 1 - 12 of 12) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delf32-m68hc1x.h120 int top_index; member in struct:m68hc11_elf_link_hash_table
H A Delf32-m68hc1x.c228 int top_id, top_index; local
276 for (section = output_bfd->sections, top_index = 0;
280 if (top_index < section->index)
281 top_index = section->index;
284 htab->top_index = top_index;
285 amt = sizeof (asection *) * (top_index + 1);
293 list = input_list + top_index;
H A Delf32-avr.c88 int top_index; member in struct:elf32_avr_link_hash_table
2558 int top_id, top_index;
2585 for (section = output_bfd->sections, top_index = 0;
2588 if (top_index < section->index)
2589 top_index = section->index;
2591 htab->top_index = top_index;
2592 amt = sizeof (asection *) * (top_index + 1);
2600 list = input_list + top_index;
2557 int top_id, top_index; local
H A Delf32-hppa.c275 int top_index; member in struct:elf32_hppa_link_hash_table
2520 int top_id, top_index; local
2553 for (section = output_bfd->sections, top_index = 0;
2557 if (top_index < section->index)
2558 top_index = section->index;
2561 htab->top_index = top_index;
2562 amt = sizeof (asection *) * (top_index + 1);
2570 list = input_list + top_index;
2599 if (isec->output_section->index <= htab->top_index)
[all...]
H A Delf32-arm.c2661 int top_index; member in struct:elf32_arm_link_hash_table
2955 ret->top_index = 0;
3780 int top_id, top_index; local
3816 for (section = output_bfd->sections, top_index = 0;
3820 if (top_index < section->index)
3821 top_index = section->index;
3824 htab->top_index = top_index;
3825 amt = sizeof (asection *) * (top_index + 1);
3833 list = input_list + top_index;
[all...]
H A Delf64-ppc.c3756 int top_index;
10091 int top_id, top_index, id;
10133 for (section = info->output_bfd->sections, top_index = 0;
10137 if (top_index < section->index)
10138 top_index = section->index;
10141 htab->top_index = top_index;
10142 amt = sizeof (asection *) * (top_index + 1);
10689 && isec->output_section->index <= htab->top_index)
10822 list = htab->input_list + htab->top_index;
3752 int top_index; member in struct:ppc_link_hash_table
10087 int top_id, top_index, id; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delf32-m68hc1x.h120 int top_index; member in struct:m68hc11_elf_link_hash_table
H A Delf32-m68hc1x.c228 int top_id, top_index; local
276 for (section = output_bfd->sections, top_index = 0;
280 if (top_index < section->index)
281 top_index = section->index;
284 htab->top_index = top_index;
285 amt = sizeof (asection *) * (top_index + 1);
293 list = input_list + top_index;
H A Delf32-avr.c88 int top_index; member in struct:elf32_avr_link_hash_table
2572 int top_id, top_index;
2599 for (section = output_bfd->sections, top_index = 0;
2602 if (top_index < section->index)
2603 top_index = section->index;
2605 htab->top_index = top_index;
2606 amt = sizeof (asection *) * (top_index + 1);
2614 list = input_list + top_index;
2571 int top_id, top_index; local
H A Delf32-hppa.c275 int top_index; member in struct:elf32_hppa_link_hash_table
2516 int top_id, top_index; local
2549 for (section = output_bfd->sections, top_index = 0;
2553 if (top_index < section->index)
2554 top_index = section->index;
2557 htab->top_index = top_index;
2558 amt = sizeof (asection *) * (top_index + 1);
2566 list = input_list + top_index;
2595 if (isec->output_section->index <= htab->top_index)
[all...]
H A Delf32-arm.c2869 int top_index; member in struct:elf32_arm_link_hash_table
3343 ret->top_index = 0;
4226 int top_id, top_index; local
4262 for (section = output_bfd->sections, top_index = 0;
4266 if (top_index < section->index)
4267 top_index = section->index;
4270 htab->top_index = top_index;
4271 amt = sizeof (asection *) * (top_index + 1);
4279 list = input_list + top_index;
[all...]
H A Delf64-ppc.c3753 int top_index;
10078 int top_id, top_index, id;
10120 for (section = info->output_bfd->sections, top_index = 0;
10124 if (top_index < section->index)
10125 top_index = section->index;
10128 htab->top_index = top_index;
10129 amt = sizeof (asection *) * (top_index + 1);
10676 && isec->output_section->index <= htab->top_index)
10809 list = htab->input_list + htab->top_index;
3749 int top_index; member in struct:ppc_link_hash_table
10074 int top_id, top_index, id; local
[all...]

Completed in 313 milliseconds