Searched refs:irelend (Results 1 – 11 of 11) sorted by relevance
| /freebsd-9-stable/contrib/binutils/bfd/ |
| D | elf32-cr16.c | 677 Elf_Internal_Rela *irel, *irelend; in elf32_cr16_relax_delete_bytes() local 697 irelend = irel + sec->reloc_count; in elf32_cr16_relax_delete_bytes() 705 for (irel = elf_section_data (sec)->relocs; irel < irelend; irel++) in elf32_cr16_relax_delete_bytes() 721 for (irel = elf_section_data (sec)->relocs; irel < irelend; irel++) in elf32_cr16_relax_delete_bytes() 1038 Elf_Internal_Rela *irel, *irelend; in elf32_cr16_relax_section() local 1063 irelend = internal_relocs + sec->reloc_count; in elf32_cr16_relax_section() 1064 for (irel = internal_relocs; irel < irelend; irel++) in elf32_cr16_relax_section()
|
| D | cofflink.c | 1021 struct internal_reloc *irelend; in _bfd_coff_final_link() local 1029 irelend = irel + o->reloc_count; in _bfd_coff_final_link() 1032 for (; irel < irelend; irel++, rel_hash++, erel += relsz) in _bfd_coff_final_link() 1305 struct internal_reloc * irelend; in mark_relocs() local 1327 irelend = irel + a->reloc_count; in mark_relocs() 1333 for (; irel < irelend; irel++) in mark_relocs() 2343 struct internal_reloc *irelend; in _bfd_coff_link_input_bfd() local 2348 irelend = irel + o->reloc_count; in _bfd_coff_link_input_bfd() 2351 for (; irel < irelend; irel++, rel_hash++) in _bfd_coff_link_input_bfd()
|
| D | elf64-alpha.c | 3101 Elf_Internal_Rela *urel, *irelend = info->relend; in elf64_alpha_relax_with_lituse() local 3125 for (urel = irel+1, flags = count = 0; urel < irelend; ++urel, ++count) in elf64_alpha_relax_with_lituse() 3290 (info->relocs, irelend, urel->r_offset + 4, in elf64_alpha_relax_with_lituse() 3599 Elf_Internal_Rela *irel, *irelend; in elf64_alpha_relax_section() local 3645 info.relend = irelend = internal_relocs + sec->reloc_count; in elf64_alpha_relax_section() 3667 for (irel = internal_relocs; irel < irelend; irel++) in elf64_alpha_relax_section() 3808 if (irel+1 < irelend in elf64_alpha_relax_section()
|
| D | xcofflink.c | 4282 struct internal_reloc *irelend; in xcoff_link_input_bfd() local 4308 irelend = irel + o->reloc_count; in xcoff_link_input_bfd() 4311 for (; irel < irelend; irel++, rel_hash++) in xcoff_link_input_bfd() 5764 struct internal_reloc *irelend; in _bfd_xcoff_bfd_final_link() local 5781 irelend = irel + o->reloc_count; in _bfd_xcoff_bfd_final_link() 5783 for (; irel < irelend; irel++, rel_hash++, erel += relsz) in _bfd_xcoff_bfd_final_link() 5824 irelend = irel + o->reloc_count; in _bfd_xcoff_bfd_final_link() 5826 for (; irel < irelend; irel++, rel_hash++, erel += relsz) in _bfd_xcoff_bfd_final_link()
|
| D | coff-ppc.c | 2437 struct internal_reloc *irelend; local 2445 irelend = irel + o->reloc_count; 2448 for (; irel < irelend; irel++, rel_hash++, erel += relsz)
|
| D | elfxx-ia64.c | 904 Elf_Internal_Rela *irel, *irelend; local 942 irelend = internal_relocs + sec->reloc_count; 953 for (irel = internal_relocs; irel < irelend; irel++)
|
| D | elf32-ppc.c | 5139 Elf_Internal_Rela *irel, *irelend; in ppc_elf_relax_section() local 5170 irelend = internal_relocs + isec->reloc_count; in ppc_elf_relax_section() 5171 for (irel = internal_relocs; irel < irelend; irel++) in ppc_elf_relax_section()
|
| D | elf32-arm.c | 3115 Elf_Internal_Rela *irel, *irelend; in bfd_elf32_arm_process_before_allocation() local 3165 irelend = internal_relocs + sec->reloc_count; in bfd_elf32_arm_process_before_allocation() 3166 for (irel = internal_relocs; irel < irelend; irel++) in bfd_elf32_arm_process_before_allocation()
|
| D | elfxx-mips.c | 6753 Elf_Internal_Rela *irel, *irelend; in _bfd_mips_relax_section() local 6772 irelend = internal_relocs + sec->reloc_count in _bfd_mips_relax_section() 6777 for (irel = internal_relocs; irel < irelend; irel++) in _bfd_mips_relax_section()
|
| D | ChangeLog-9899 | 2694 and irelend.
|
| D | ChangeLog-0203 | 8594 (elf64_alpha_relax_with_lituse): Return boolean. Remove irelend
|