Home
last modified time | relevance | path

Searched refs:irelcount (Results 1 – 25 of 26) sorted by relevance

12

/dports/devel/binutils/binutils-2.37/bfd/
H A Dcoff-sh.c745 struct internal_reloc *irelfn, *irelscan, *irelcount; in sh_relax_section() local
956 for (irelcount = internal_relocs; irelcount < irelend; irelcount++) in sh_relax_section()
957 if (irelcount->r_vaddr == paddr in sh_relax_section()
958 && irelcount->r_type == R_SH_COUNT) in sh_relax_section()
971 if (irelcount >= irelend) in sh_relax_section()
982 if (irelcount->r_offset == 0) in sh_relax_section()
990 --irelcount->r_offset; in sh_relax_section()
995 if (irelcount->r_offset == 0) in sh_relax_section()
H A Delf32-sh.c490 Elf_Internal_Rela *irelfn, *irelscan, *irelcount; in sh_elf_relax_section() local
707 for (irelcount = internal_relocs; irelcount < irelend; irelcount++) in sh_elf_relax_section()
708 if (irelcount->r_offset == paddr in sh_elf_relax_section()
709 && ELF32_R_TYPE (irelcount->r_info) == (int) R_SH_COUNT) in sh_elf_relax_section()
722 if (irelcount >= irelend) in sh_elf_relax_section()
734 if (irelcount->r_addend == 0) in sh_elf_relax_section()
742 --irelcount->r_addend; in sh_elf_relax_section()
747 if (irelcount->r_addend == 0) in sh_elf_relax_section()
/dports/devel/arm-elf-binutils/binutils-2.37/bfd/
H A Dcoff-sh.c745 struct internal_reloc *irelfn, *irelscan, *irelcount; in sh_relax_section() local
956 for (irelcount = internal_relocs; irelcount < irelend; irelcount++) in sh_relax_section()
957 if (irelcount->r_vaddr == paddr in sh_relax_section()
958 && irelcount->r_type == R_SH_COUNT) in sh_relax_section()
971 if (irelcount >= irelend) in sh_relax_section()
982 if (irelcount->r_offset == 0) in sh_relax_section()
990 --irelcount->r_offset; in sh_relax_section()
995 if (irelcount->r_offset == 0) in sh_relax_section()
H A Delf32-sh.c490 Elf_Internal_Rela *irelfn, *irelscan, *irelcount; in sh_elf_relax_section() local
707 for (irelcount = internal_relocs; irelcount < irelend; irelcount++) in sh_elf_relax_section()
708 if (irelcount->r_offset == paddr in sh_elf_relax_section()
709 && ELF32_R_TYPE (irelcount->r_info) == (int) R_SH_COUNT) in sh_elf_relax_section()
722 if (irelcount >= irelend) in sh_elf_relax_section()
734 if (irelcount->r_addend == 0) in sh_elf_relax_section()
742 --irelcount->r_addend; in sh_elf_relax_section()
747 if (irelcount->r_addend == 0) in sh_elf_relax_section()
/dports/devel/gnulibiberty/binutils-2.37/bfd/
H A Dcoff-sh.c745 struct internal_reloc *irelfn, *irelscan, *irelcount; in sh_relax_section() local
956 for (irelcount = internal_relocs; irelcount < irelend; irelcount++) in sh_relax_section()
957 if (irelcount->r_vaddr == paddr in sh_relax_section()
958 && irelcount->r_type == R_SH_COUNT) in sh_relax_section()
971 if (irelcount >= irelend) in sh_relax_section()
982 if (irelcount->r_offset == 0) in sh_relax_section()
990 --irelcount->r_offset; in sh_relax_section()
995 if (irelcount->r_offset == 0) in sh_relax_section()
H A Delf32-sh.c490 Elf_Internal_Rela *irelfn, *irelscan, *irelcount; in sh_elf_relax_section() local
707 for (irelcount = internal_relocs; irelcount < irelend; irelcount++) in sh_elf_relax_section()
708 if (irelcount->r_offset == paddr in sh_elf_relax_section()
709 && ELF32_R_TYPE (irelcount->r_info) == (int) R_SH_COUNT) in sh_elf_relax_section()
722 if (irelcount >= irelend) in sh_elf_relax_section()
734 if (irelcount->r_addend == 0) in sh_elf_relax_section()
742 --irelcount->r_addend; in sh_elf_relax_section()
747 if (irelcount->r_addend == 0) in sh_elf_relax_section()
/dports/devel/gdb/gdb-11.1/bfd/
H A Dcoff-sh.c745 struct internal_reloc *irelfn, *irelscan, *irelcount; in sh_relax_section() local
956 for (irelcount = internal_relocs; irelcount < irelend; irelcount++) in sh_relax_section()
957 if (irelcount->r_vaddr == paddr in sh_relax_section()
958 && irelcount->r_type == R_SH_COUNT) in sh_relax_section()
971 if (irelcount >= irelend) in sh_relax_section()
982 if (irelcount->r_offset == 0) in sh_relax_section()
990 --irelcount->r_offset; in sh_relax_section()
995 if (irelcount->r_offset == 0) in sh_relax_section()
H A Delf32-sh.c490 Elf_Internal_Rela *irelfn, *irelscan, *irelcount; in sh_elf_relax_section() local
707 for (irelcount = internal_relocs; irelcount < irelend; irelcount++) in sh_elf_relax_section()
708 if (irelcount->r_offset == paddr in sh_elf_relax_section()
709 && ELF32_R_TYPE (irelcount->r_info) == (int) R_SH_COUNT) in sh_elf_relax_section()
722 if (irelcount >= irelend) in sh_elf_relax_section()
734 if (irelcount->r_addend == 0) in sh_elf_relax_section()
742 --irelcount->r_addend; in sh_elf_relax_section()
747 if (irelcount->r_addend == 0) in sh_elf_relax_section()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/bfd/
H A Dcoff-sh.c743 struct internal_reloc *irelfn, *irelscan, *irelcount; in sh_relax_section() local
948 for (irelcount = internal_relocs; irelcount < irelend; irelcount++) in sh_relax_section()
949 if (irelcount->r_vaddr == paddr in sh_relax_section()
950 && irelcount->r_type == R_SH_COUNT) in sh_relax_section()
963 if (irelcount >= irelend) in sh_relax_section()
973 if (irelcount->r_offset == 0) in sh_relax_section()
980 --irelcount->r_offset; in sh_relax_section()
985 if (irelcount->r_offset == 0) in sh_relax_section()
H A Delf32-sh.c550 Elf_Internal_Rela *irelfn, *irelscan, *irelcount; in sh_elf_relax_section() local
761 for (irelcount = internal_relocs; irelcount < irelend; irelcount++) in sh_elf_relax_section()
762 if (irelcount->r_offset == paddr in sh_elf_relax_section()
763 && ELF32_R_TYPE (irelcount->r_info) == (int) R_SH_COUNT) in sh_elf_relax_section()
776 if (irelcount >= irelend) in sh_elf_relax_section()
786 if (irelcount->r_addend == 0) in sh_elf_relax_section()
794 --irelcount->r_addend; in sh_elf_relax_section()
799 if (irelcount->r_addend == 0) in sh_elf_relax_section()
/dports/devel/avr-gdb/gdb-7.3.1/bfd/
H A Dcoff-sh.c760 struct internal_reloc *irelfn, *irelscan, *irelcount; local
965 for (irelcount = internal_relocs; irelcount < irelend; irelcount++)
966 if (irelcount->r_vaddr == paddr
967 && irelcount->r_type == R_SH_COUNT)
980 if (irelcount >= irelend)
990 if (irelcount->r_offset == 0)
997 --irelcount->r_offset;
1002 if (irelcount->r_offset == 0)
H A Delf32-sh.c540 Elf_Internal_Rela *irelfn, *irelscan, *irelcount; in sh_elf_relax_section() local
748 for (irelcount = internal_relocs; irelcount < irelend; irelcount++) in sh_elf_relax_section()
749 if (irelcount->r_offset == paddr in sh_elf_relax_section()
750 && ELF32_R_TYPE (irelcount->r_info) == (int) R_SH_COUNT) in sh_elf_relax_section()
763 if (irelcount >= irelend) in sh_elf_relax_section()
773 if (irelcount->r_addend == 0) in sh_elf_relax_section()
781 --irelcount->r_addend; in sh_elf_relax_section()
786 if (irelcount->r_addend == 0) in sh_elf_relax_section()
/dports/lang/gnatdroid-binutils/binutils-2.27/bfd/
H A Dcoff-sh.c743 struct internal_reloc *irelfn, *irelscan, *irelcount; in sh_relax_section() local
948 for (irelcount = internal_relocs; irelcount < irelend; irelcount++) in sh_relax_section()
949 if (irelcount->r_vaddr == paddr in sh_relax_section()
950 && irelcount->r_type == R_SH_COUNT) in sh_relax_section()
963 if (irelcount >= irelend) in sh_relax_section()
973 if (irelcount->r_offset == 0) in sh_relax_section()
980 --irelcount->r_offset; in sh_relax_section()
985 if (irelcount->r_offset == 0) in sh_relax_section()
H A Delf32-sh.c550 Elf_Internal_Rela *irelfn, *irelscan, *irelcount; in sh_elf_relax_section() local
761 for (irelcount = internal_relocs; irelcount < irelend; irelcount++) in sh_elf_relax_section()
762 if (irelcount->r_offset == paddr in sh_elf_relax_section()
763 && ELF32_R_TYPE (irelcount->r_info) == (int) R_SH_COUNT) in sh_elf_relax_section()
776 if (irelcount >= irelend) in sh_elf_relax_section()
786 if (irelcount->r_addend == 0) in sh_elf_relax_section()
794 --irelcount->r_addend; in sh_elf_relax_section()
799 if (irelcount->r_addend == 0) in sh_elf_relax_section()
/dports/devel/gdb761/gdb-7.6.1/bfd/
H A Dcoff-sh.c745 struct internal_reloc *irelfn, *irelscan, *irelcount; in sh_relax_section() local
950 for (irelcount = internal_relocs; irelcount < irelend; irelcount++) in sh_relax_section()
951 if (irelcount->r_vaddr == paddr in sh_relax_section()
952 && irelcount->r_type == R_SH_COUNT) in sh_relax_section()
965 if (irelcount >= irelend) in sh_relax_section()
975 if (irelcount->r_offset == 0) in sh_relax_section()
982 --irelcount->r_offset; in sh_relax_section()
987 if (irelcount->r_offset == 0) in sh_relax_section()
H A Delf32-sh.c541 Elf_Internal_Rela *irelfn, *irelscan, *irelcount; in sh_elf_relax_section() local
749 for (irelcount = internal_relocs; irelcount < irelend; irelcount++) in sh_elf_relax_section()
750 if (irelcount->r_offset == paddr in sh_elf_relax_section()
751 && ELF32_R_TYPE (irelcount->r_info) == (int) R_SH_COUNT) in sh_elf_relax_section()
764 if (irelcount >= irelend) in sh_elf_relax_section()
774 if (irelcount->r_addend == 0) in sh_elf_relax_section()
782 --irelcount->r_addend; in sh_elf_relax_section()
787 if (irelcount->r_addend == 0) in sh_elf_relax_section()
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/bfd/
H A Dcoff-sh.c746 struct internal_reloc *irelfn, *irelscan, *irelcount; in sh_relax_section() local
956 for (irelcount = internal_relocs; irelcount < irelend; irelcount++) in sh_relax_section()
957 if (irelcount->r_vaddr == paddr in sh_relax_section()
958 && irelcount->r_type == R_SH_COUNT) in sh_relax_section()
971 if (irelcount >= irelend) in sh_relax_section()
982 if (irelcount->r_offset == 0) in sh_relax_section()
990 --irelcount->r_offset; in sh_relax_section()
995 if (irelcount->r_offset == 0) in sh_relax_section()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/bfd/
H A Dcoff-sh.c734 struct internal_reloc *irelfn, *irelscan, *irelcount; local
939 for (irelcount = internal_relocs; irelcount < irelend; irelcount++)
940 if (irelcount->r_vaddr == paddr
941 && irelcount->r_type == R_SH_COUNT)
954 if (irelcount >= irelend)
964 if (irelcount->r_offset == 0)
971 --irelcount->r_offset;
976 if (irelcount->r_offset == 0)
H A Delf32-sh.c2148 Elf_Internal_Rela *irelfn, *irelscan, *irelcount; in sh_elf_relax_section() local
2343 for (irelcount = internal_relocs; irelcount < irelend; irelcount++) in sh_elf_relax_section()
2344 if (irelcount->r_offset == paddr in sh_elf_relax_section()
2345 && ELF32_R_TYPE (irelcount->r_info) == (int) R_SH_COUNT) in sh_elf_relax_section()
2358 if (irelcount >= irelend) in sh_elf_relax_section()
2368 if (irelcount->r_addend == 0) in sh_elf_relax_section()
2376 --irelcount->r_addend; in sh_elf_relax_section()
2381 if (irelcount->r_addend == 0) in sh_elf_relax_section()
/dports/devel/djgpp-binutils/binutils-2.17/bfd/
H A Dcoff-sh.c734 struct internal_reloc *irelfn, *irelscan, *irelcount; local
939 for (irelcount = internal_relocs; irelcount < irelend; irelcount++)
940 if (irelcount->r_vaddr == paddr
941 && irelcount->r_type == R_SH_COUNT)
954 if (irelcount >= irelend)
964 if (irelcount->r_offset == 0)
971 --irelcount->r_offset;
976 if (irelcount->r_offset == 0)
H A Delf32-sh.c2148 Elf_Internal_Rela *irelfn, *irelscan, *irelcount; in sh_elf_relax_section() local
2343 for (irelcount = internal_relocs; irelcount < irelend; irelcount++) in sh_elf_relax_section()
2344 if (irelcount->r_offset == paddr in sh_elf_relax_section()
2345 && ELF32_R_TYPE (irelcount->r_info) == (int) R_SH_COUNT) in sh_elf_relax_section()
2358 if (irelcount >= irelend) in sh_elf_relax_section()
2368 if (irelcount->r_addend == 0) in sh_elf_relax_section()
2376 --irelcount->r_addend; in sh_elf_relax_section()
2381 if (irelcount->r_addend == 0) in sh_elf_relax_section()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/bfd/
H A Dcoff-sh.c735 struct internal_reloc *irelfn, *irelscan, *irelcount;
957 for (irelcount = internal_relocs; irelcount < irelend; irelcount++)
958 if (irelcount->r_vaddr == paddr
959 && irelcount->r_type == R_SH_COUNT)
972 if (irelcount >= irelend)
982 if (irelcount->r_offset == 0)
990 --irelcount->r_offset;
995 if (irelcount->r_offset == 0)
H A Delf32-sh.c2219 Elf_Internal_Rela *irelfn, *irelscan, *irelcount; in sh_elf_relax_section() local
2431 for (irelcount = internal_relocs; irelcount < irelend; irelcount++) in sh_elf_relax_section()
2432 if (irelcount->r_offset == paddr in sh_elf_relax_section()
2433 && ELF32_R_TYPE (irelcount->r_info) == (int) R_SH_COUNT) in sh_elf_relax_section()
2446 if (irelcount >= irelend) in sh_elf_relax_section()
2456 if (irelcount->r_addend == 0) in sh_elf_relax_section()
2464 --irelcount->r_addend; in sh_elf_relax_section()
2469 if (irelcount->r_addend == 0) in sh_elf_relax_section()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/bfd/
H A Dcoff-sh.c735 struct internal_reloc *irelfn, *irelscan, *irelcount; local
957 for (irelcount = internal_relocs; irelcount < irelend; irelcount++)
958 if (irelcount->r_vaddr == paddr
959 && irelcount->r_type == R_SH_COUNT)
972 if (irelcount >= irelend)
982 if (irelcount->r_offset == 0)
990 --irelcount->r_offset;
995 if (irelcount->r_offset == 0)
H A Delf32-sh.c2219 Elf_Internal_Rela *irelfn, *irelscan, *irelcount; in sh_elf_relax_section() local
2431 for (irelcount = internal_relocs; irelcount < irelend; irelcount++) in sh_elf_relax_section()
2432 if (irelcount->r_offset == paddr in sh_elf_relax_section()
2433 && ELF32_R_TYPE (irelcount->r_info) == (int) R_SH_COUNT) in sh_elf_relax_section()
2446 if (irelcount >= irelend) in sh_elf_relax_section()
2456 if (irelcount->r_addend == 0) in sh_elf_relax_section()
2464 --irelcount->r_addend; in sh_elf_relax_section()
2469 if (irelcount->r_addend == 0) in sh_elf_relax_section()

12