Searched refs:top_id (Results 1 – 9 of 9) 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 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-metag.c | 3726 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()
|
D | elf32-hppa.c | 2505 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()
|
D | elf32-avr.c | 3416 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()
|
D | elf32-nios2.c | 2248 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()
|
D | elfnn-aarch64.c | 3048 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()
|
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-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-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.
|