Home
last modified time | relevance | path

Searched refs:top_id (Results 1 – 10 of 10) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf32-m68hc1x.c240 int top_id, top_index; 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()
277 if (top_id < section->id) in elf32_m68hc11_setup_section_lists()
278 top_id = section->id; in elf32_m68hc11_setup_section_lists()
Delf32-avr.c2918 int top_id, top_index; in elf32_avr_setup_section_lists() local
2928 for (input_bfd = info->input_bfds, bfd_count = 0, top_id = 0; in elf32_avr_setup_section_lists()
2936 if (top_id < section->id) in elf32_avr_setup_section_lists()
2937 top_id = section->id; in elf32_avr_setup_section_lists()
Delf32-metag.c3723 int top_id, top_index; in elf_metag_setup_section_lists() local
3730 for (input_bfd = info->input_bfds, bfd_count = 0, top_id = 0; in elf_metag_setup_section_lists()
3739 if (top_id < section->id) in elf_metag_setup_section_lists()
3740 top_id = section->id; in elf_metag_setup_section_lists()
3746 amt = sizeof (struct map_stub) * (top_id + 1); in elf_metag_setup_section_lists()
Delf32-hppa.c2498 int top_id, top_index; in elf32_hppa_setup_section_lists() local
2508 for (input_bfd = info->input_bfds, bfd_count = 0, top_id = 0; in elf32_hppa_setup_section_lists()
2517 if (top_id < section->id) in elf32_hppa_setup_section_lists()
2518 top_id = section->id; in elf32_hppa_setup_section_lists()
2523 amt = sizeof (struct map_stub) * (top_id + 1); in elf32_hppa_setup_section_lists()
Delf32-nios2.c1377 int top_id, top_index; in nios2_elf32_setup_section_lists() local
1384 for (input_bfd = info->input_bfds, bfd_count = 0, top_id = 0; in nios2_elf32_setup_section_lists()
1393 if (top_id < section->id) in nios2_elf32_setup_section_lists()
1394 top_id = section->id; in nios2_elf32_setup_section_lists()
1400 amt = sizeof (struct map_stub) * (top_id + 1); in nios2_elf32_setup_section_lists()
Delfnn-aarch64.c2606 int top_id, top_index; in elfNN_aarch64_setup_section_lists() local
2617 for (input_bfd = info->input_bfds, bfd_count = 0, top_id = 0; in elfNN_aarch64_setup_section_lists()
2624 if (top_id < section->id) in elfNN_aarch64_setup_section_lists()
2625 top_id = section->id; in elfNN_aarch64_setup_section_lists()
2630 amt = sizeof (struct map_stub) * (top_id + 1); in elfNN_aarch64_setup_section_lists()
Delf64-ppc.c3935 int top_id; member
11112 int top_id, top_index, id; in ppc64_elf_setup_section_lists() local
11122 for (input_bfd = info->input_bfds, top_id = 3; in ppc64_elf_setup_section_lists()
11130 if (top_id < section->id) in ppc64_elf_setup_section_lists()
11131 top_id = section->id; in ppc64_elf_setup_section_lists()
11135 htab->top_id = top_id; in ppc64_elf_setup_section_lists()
11136 amt = sizeof (struct map_stub) * (top_id + 1); in ppc64_elf_setup_section_lists()
14184 else if (sec != NULL && sec->id <= htab->top_id) in ppc64_elf_relocate_section()
Delf32-arm.c3064 int top_id; member
4434 int top_id, top_index; in elf32_arm_setup_section_lists() local
4446 for (input_bfd = info->input_bfds, bfd_count = 0, top_id = 0; in elf32_arm_setup_section_lists()
4455 if (top_id < section->id) in elf32_arm_setup_section_lists()
4456 top_id = section->id; in elf32_arm_setup_section_lists()
4461 amt = sizeof (struct map_stub) * (top_id + 1); in elf32_arm_setup_section_lists()
4465 htab->top_id = top_id; in elf32_arm_setup_section_lists()
11132 for (i=0; i<htab->top_id; i++) in elf32_arm_final_link()
DChangeLog-20102823 (elf32_arm_link_hash_table): Add top_id field.
2824 (elf32_arm_link_hash_table_create): Initialize top_id.
2836 (elf32_arm_setup_section_lists): Update top_id.
DChangeLog-02032601 * elf64-ppc.c (struct ppc_link_hash_table): Add top_id.
2603 (ppc64_elf_relocate_section): Check sym section id against top_id.
2604 (ppc_build_one_stub): Comment on top_id.