Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delf32-m68hc1x.c240 unsigned 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-metag.c3726 unsigned int top_id, top_index; 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()
3742 if (top_id < section->id) in elf_metag_setup_section_lists()
3743 top_id = section->id; in elf_metag_setup_section_lists()
3749 amt = sizeof (struct map_stub) * (top_id + 1); in elf_metag_setup_section_lists()
Delf32-hppa.c2505 unsigned int top_id, top_index; 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()
2524 if (top_id < section->id) in elf32_hppa_setup_section_lists()
2525 top_id = section->id; in elf32_hppa_setup_section_lists()
2530 amt = sizeof (struct map_stub) * (top_id + 1); in elf32_hppa_setup_section_lists()
Delf32-avr.c3416 unsigned int top_id, top_index; 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()
3434 if (top_id < section->id) in elf32_avr_setup_section_lists()
3435 top_id = section->id; in elf32_avr_setup_section_lists()
Delf32-nios2.c2248 unsigned int top_id, top_index; 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()
2264 if (top_id < section->id) in nios2_elf32_setup_section_lists()
2265 top_id = section->id; in nios2_elf32_setup_section_lists()
2271 amt = sizeof (struct map_stub) * (top_id + 1); in nios2_elf32_setup_section_lists()
Delfnn-aarch64.c3048 unsigned int top_id, top_index; 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()
3066 if (top_id < section->id) in elfNN_aarch64_setup_section_lists()
3067 top_id = section->id; in elfNN_aarch64_setup_section_lists()
3072 amt = sizeof (struct map_stub) * (top_id + 1); in elfNN_aarch64_setup_section_lists()
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-20151308 (struct ppc_link_hash_table): Delete top_id, top_index, and
1346 (struct ppc_link_hash_table): Make "top_id" and "top_index" unsigned.
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.