Searched refs:top_id (Results 1 – 10 of 10) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf32-m68hc1x.c | 240 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()
|
D | elf32-avr.c | 2918 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()
|
D | elf32-metag.c | 3723 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()
|
D | elf32-hppa.c | 2498 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()
|
D | elf32-nios2.c | 1377 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()
|
D | elfnn-aarch64.c | 2606 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()
|
D | elf64-ppc.c | 3935 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()
|
D | elf32-arm.c | 3064 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()
|
D | ChangeLog-2010 | 2823 (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.
|
D | ChangeLog-0203 | 2601 * 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.
|