| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | coff-sh.c | 702 struct internal_reloc *irel, *irelend; local 729 irelend = internal_relocs + sec->reloc_count; 730 for (irel = internal_relocs; irel < irelend; irel++) 801 for (irelfn = internal_relocs; irelfn < irelend; irelfn++) 813 if (irelfn >= irelend) 923 for (irelscan = internal_relocs; irelscan < irelend; irelscan++) 927 if (irelscan < irelend) 939 for (irelcount = internal_relocs; irelcount < irelend; irelcount++) 954 if (irelcount >= irelend) 1058 struct internal_reloc *irel, *irelend; local [all …]
|
| D | elf32-ip2k.c | 566 Elf_Internal_Rela *irel, *irelend, *irelbase; in adjust_all_relocations() local 580 irelend = irelbase + sec->reloc_count; in adjust_all_relocations() 582 for (irel = irelbase; irel < irelend; irel++) in adjust_all_relocations() 621 irelend = irelbase + stab->reloc_count; in adjust_all_relocations() 641 for (irel = irelbase; irel < irelend; irel++) in adjust_all_relocations() 832 Elf_Internal_Rela *irelend = misc->irelbase + sec->reloc_count; in ip2k_relax_switch_table_128() local 851 if (ireltest >= irelend) in ip2k_relax_switch_table_128() 903 Elf_Internal_Rela *irelend = misc->irelbase + sec->reloc_count; in ip2k_relax_switch_table_256() local 924 if (ireltest >= irelend) in ip2k_relax_switch_table_256() 990 Elf_Internal_Rela *irelend = misc->irelbase + sec->reloc_count; in ip2k_elf_relax_section_page() local [all …]
|
| D | elf32-v850.c | 2188 Elf_Internal_Rela *irelend; in v850_elf_relax_delete_bytes() local 2214 irelend = irel + sec->reloc_count; in v850_elf_relax_delete_bytes() 2218 for (; irel < irelend; irel++) in v850_elf_relax_delete_bytes() 2407 Elf_Internal_Rela *irelend; in v850_elf_relax_section() local 2430 irelend = internal_relocs + sec->reloc_count; in v850_elf_relax_section() 2436 for (irel = internal_relocs; irel < irelend; irel ++) in v850_elf_relax_section() 2477 for (irel = internal_relocs; irel < irelend; irel++) in v850_elf_relax_section() 2583 for (hi_irelfn = internal_relocs; hi_irelfn < irelend; hi_irelfn ++) in v850_elf_relax_section() 2589 for (lo_irelfn = internal_relocs; lo_irelfn < irelend; lo_irelfn ++) in v850_elf_relax_section() 2595 for (irelcall = internal_relocs; irelcall < irelend; irelcall ++) in v850_elf_relax_section() [all …]
|
| D | elf32-m68hc11.c | 662 Elf_Internal_Rela *irel, *irelend; in m68hc11_elf_relax_section() local 701 irelend = internal_relocs + sec->reloc_count; in m68hc11_elf_relax_section() 702 for (irel = internal_relocs; irel < irelend; irel++) in m68hc11_elf_relax_section() 769 if (nrel == irelend in m68hc11_elf_relax_section() 1103 Elf_Internal_Rela *irel, *irelend; in m68hc11_elf_relax_delete_bytes() local 1120 irelend = irel + sec->reloc_count; in m68hc11_elf_relax_delete_bytes() 1129 for (irel = elf_section_data (sec)->relocs; irel < irelend; irel++) in m68hc11_elf_relax_delete_bytes()
|
| D | elf32-crx.c | 582 Elf_Internal_Rela *irel, *irelend; in elf32_crx_relax_delete_bytes() local 603 irelend = irel + sec->reloc_count; in elf32_crx_relax_delete_bytes() 611 for (irel = elf_section_data (sec)->relocs; irel < irelend; irel++) in elf32_crx_relax_delete_bytes() 630 for (irel = elf_section_data (sec)->relocs; irel < irelend; irel++) in elf32_crx_relax_delete_bytes() 956 Elf_Internal_Rela *irel, *irelend; in elf32_crx_relax_section() local 982 irelend = internal_relocs + sec->reloc_count; in elf32_crx_relax_section() 983 for (irel = internal_relocs; irel < irelend; irel++) in elf32_crx_relax_section()
|
| D | elf32-msp430.c | 843 Elf_Internal_Rela *irelend; in msp430_elf_relax_delete_bytes() local 863 irelend = irel + sec->reloc_count; in msp430_elf_relax_delete_bytes() 871 for (irel = elf_section_data (sec)->relocs; irel < irelend; irel++) in msp430_elf_relax_delete_bytes() 913 Elf_Internal_Rela * irelend; in msp430_elf_relax_section() local 937 irelend = internal_relocs + sec->reloc_count; in msp430_elf_relax_section() 938 for (irel = internal_relocs; irel < irelend; irel++) in msp430_elf_relax_section()
|
| D | elf-m10200.c | 493 Elf_Internal_Rela *irel, *irelend; local 519 irelend = internal_relocs + sec->reloc_count; 520 for (irel = internal_relocs; irel < irelend; irel++) 744 if (nrel == irelend 1166 Elf_Internal_Rela *irel, *irelend; local 1186 irelend = irel + sec->reloc_count; 1194 for (irel = elf_section_data (sec)->relocs; irel < irelend; irel++)
|
| D | coff-m68k.c | 444 struct internal_reloc *irel, *irelend; local 460 irelend = irel + datasec->reloc_count; 469 for (; irel < irelend; irel++, p += 12)
|
| D | elf32-h8300.c | 665 Elf_Internal_Rela *irel, *irelend; in elf32_h8_relax_section() local 698 irelend = internal_relocs + sec->reloc_count; in elf32_h8_relax_section() 699 for (irel = internal_relocs; irel < irelend; irel++) in elf32_h8_relax_section() 1274 Elf_Internal_Rela *irel, *irelend; in elf32_h8_relax_delete_bytes() local 1294 irelend = irel + sec->reloc_count; in elf32_h8_relax_delete_bytes() 1302 for (irel = elf_section_data (sec)->relocs; irel < irelend; irel++) in elf32_h8_relax_delete_bytes()
|
| D | elf32-sh.c | 2114 Elf_Internal_Rela *irel, *irelend; in sh_elf_relax_section() local 2143 irelend = internal_relocs + sec->reloc_count; in sh_elf_relax_section() 2144 for (irel = internal_relocs; irel < irelend; irel++) in sh_elf_relax_section() 2213 for (irelfn = internal_relocs; irelfn < irelend; irelfn++) in sh_elf_relax_section() 2217 if (irelfn >= irelend) in sh_elf_relax_section() 2327 for (irelscan = internal_relocs; irelscan < irelend; irelscan++) in sh_elf_relax_section() 2331 if (irelscan < irelend) in sh_elf_relax_section() 2343 for (irelcount = internal_relocs; irelcount < irelend; irelcount++) in sh_elf_relax_section() 2358 if (irelcount >= irelend) in sh_elf_relax_section() 2476 Elf_Internal_Rela *irel, *irelend; in sh_elf_relax_delete_bytes() local [all …]
|
| D | cofflink.c | 1019 struct internal_reloc *irelend; in _bfd_coff_final_link() local 1027 irelend = irel + o->reloc_count; in _bfd_coff_final_link() 1030 for (; irel < irelend; irel++, rel_hash++, erel += relsz) in _bfd_coff_final_link() 1307 struct internal_reloc * irelend; in mark_relocs() local 1329 irelend = irel + a->reloc_count; in mark_relocs() 1335 for (; irel < irelend; irel++) in mark_relocs() 2344 struct internal_reloc *irelend; in _bfd_coff_link_input_bfd() local 2349 irelend = irel + o->reloc_count; in _bfd_coff_link_input_bfd() 2352 for (; irel < irelend; irel++, rel_hash++) in _bfd_coff_link_input_bfd()
|
| D | elf-m10300.c | 1669 Elf_Internal_Rela *irel, *irelend; local 1749 irelend = irel + section->reloc_count; 1750 for (; irel < irelend; irel++) 2250 irelend = internal_relocs + sec->reloc_count; 2251 for (irel = internal_relocs; irel < irelend; irel++) 2639 if (nrel == irelend 3443 Elf_Internal_Rela *irel, *irelend; local 3462 irelend = irel + sec->reloc_count; 3470 for (irel = elf_section_data (sec)->relocs; irel < irelend; irel++)
|
| D | elf32-m68k.c | 2154 Elf_Internal_Rela *irel, *irelend; local 2181 irelend = internal_relocs + datasec->reloc_count; 2182 for (irel = internal_relocs; irel < irelend; irel++, p += 12)
|
| D | coff-ppc.c | 2426 struct internal_reloc *irelend; local 2434 irelend = irel + o->reloc_count; 2437 for (; irel < irelend; irel++, rel_hash++, erel += relsz)
|
| D | elf64-alpha.c | 3095 Elf_Internal_Rela *urel, *irelend = info->relend; in elf64_alpha_relax_with_lituse() local 3119 for (urel = irel+1, flags = count = 0; urel < irelend; ++urel, ++count) in elf64_alpha_relax_with_lituse() 3284 (info->relocs, irelend, urel->r_offset + 4, in elf64_alpha_relax_with_lituse() 3593 Elf_Internal_Rela *irel, *irelend; in elf64_alpha_relax_section() local 3623 info.relend = irelend = internal_relocs + sec->reloc_count; in elf64_alpha_relax_section() 3645 for (irel = internal_relocs; irel < irelend; irel++) in elf64_alpha_relax_section() 3786 if (irel+1 < irelend in elf64_alpha_relax_section()
|
| D | xcofflink.c | 4280 struct internal_reloc *irelend; in xcoff_link_input_bfd() local 4306 irelend = irel + o->reloc_count; in xcoff_link_input_bfd() 4309 for (; irel < irelend; irel++, rel_hash++) in xcoff_link_input_bfd() 5762 struct internal_reloc *irelend; in _bfd_xcoff_bfd_final_link() local 5779 irelend = irel + o->reloc_count; in _bfd_xcoff_bfd_final_link() 5781 for (; irel < irelend; irel++, rel_hash++, erel += relsz) in _bfd_xcoff_bfd_final_link() 5822 irelend = irel + o->reloc_count; in _bfd_xcoff_bfd_final_link() 5824 for (; irel < irelend; irel++, rel_hash++, erel += relsz) in _bfd_xcoff_bfd_final_link()
|
| D | elf64-mmix.c | 2575 Elf_Internal_Rela *irel, *irelend; local 2627 irelend = internal_relocs + sec->reloc_count; 2628 for (irel = internal_relocs; irel < irelend; irel++)
|
| D | elfxx-ia64.c | 874 Elf_Internal_Rela *irel, *irelend; local 910 irelend = internal_relocs + sec->reloc_count; 921 for (irel = internal_relocs; irel < irelend; irel++)
|
| D | elf32-arm.c | 2285 Elf_Internal_Rela *irel, *irelend; in bfd_elf32_arm_process_before_allocation() local 2332 irelend = internal_relocs + sec->reloc_count; in bfd_elf32_arm_process_before_allocation() 2333 for (irel = internal_relocs; irel < irelend; irel++) in bfd_elf32_arm_process_before_allocation()
|
| D | elf32-ppc.c | 4867 Elf_Internal_Rela *irel, *irelend; in ppc_elf_relax_section() local 4898 irelend = internal_relocs + isec->reloc_count; in ppc_elf_relax_section() 4899 for (irel = internal_relocs; irel < irelend; irel++) in ppc_elf_relax_section()
|
| D | elfxx-mips.c | 6259 Elf_Internal_Rela *irel, *irelend; in _bfd_mips_relax_section() local 6278 irelend = internal_relocs + sec->reloc_count in _bfd_mips_relax_section() 6283 for (irel = internal_relocs; irel < irelend; irel++) in _bfd_mips_relax_section()
|