HomeSort by: relevance | last modified time | path
    Searched defs:irelcount (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
coff-sh.c 748 struct internal_reloc *irelfn, *irelscan, *irelcount;
954 for (irelcount = internal_relocs; irelcount < irelend; irelcount++)
955 if (irelcount->r_vaddr == paddr
956 && irelcount->r_type == R_SH_COUNT)
969 if (irelcount >= irelend)
980 if (irelcount->r_offset == 0)
988 --irelcount->r_offset;
993 if (irelcount->r_offset == 0
747 struct internal_reloc *irelfn, *irelscan, *irelcount; local
    [all...]
elf32-sh.c 494 Elf_Internal_Rela *irelfn, *irelscan, *irelcount;
711 for (irelcount = internal_relocs; irelcount < irelend; irelcount++)
712 if (irelcount->r_offset == paddr
713 && ELF32_R_TYPE (irelcount->r_info) == (int) R_SH_COUNT)
726 if (irelcount >= irelend)
738 if (irelcount->r_addend == 0)
746 --irelcount->r_addend;
751 if (irelcount->r_addend == 0
491 Elf_Internal_Rela *irelfn, *irelscan, *irelcount; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
coff-sh.c 749 struct internal_reloc *irelfn, *irelscan, *irelcount;
955 for (irelcount = internal_relocs; irelcount < irelend; irelcount++)
956 if (irelcount->r_vaddr == paddr
957 && irelcount->r_type == R_SH_COUNT)
970 if (irelcount >= irelend)
981 if (irelcount->r_offset == 0)
989 --irelcount->r_offset;
994 if (irelcount->r_offset == 0
748 struct internal_reloc *irelfn, *irelscan, *irelcount; local
    [all...]
elf32-sh.c 494 Elf_Internal_Rela *irelfn, *irelscan, *irelcount;
711 for (irelcount = internal_relocs; irelcount < irelend; irelcount++)
712 if (irelcount->r_offset == paddr
713 && ELF32_R_TYPE (irelcount->r_info) == (int) R_SH_COUNT)
726 if (irelcount >= irelend)
738 if (irelcount->r_addend == 0)
746 --irelcount->r_addend;
751 if (irelcount->r_addend == 0
491 Elf_Internal_Rela *irelfn, *irelscan, *irelcount; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
coff-sh.c 749 struct internal_reloc *irelfn, *irelscan, *irelcount;
955 for (irelcount = internal_relocs; irelcount < irelend; irelcount++)
956 if (irelcount->r_vaddr == paddr
957 && irelcount->r_type == R_SH_COUNT)
970 if (irelcount >= irelend)
981 if (irelcount->r_offset == 0)
989 --irelcount->r_offset;
994 if (irelcount->r_offset == 0
748 struct internal_reloc *irelfn, *irelscan, *irelcount; local
    [all...]
elf32-sh.c 494 Elf_Internal_Rela *irelfn, *irelscan, *irelcount;
711 for (irelcount = internal_relocs; irelcount < irelend; irelcount++)
712 if (irelcount->r_offset == paddr
713 && ELF32_R_TYPE (irelcount->r_info) == (int) R_SH_COUNT)
726 if (irelcount >= irelend)
738 if (irelcount->r_addend == 0)
746 --irelcount->r_addend;
751 if (irelcount->r_addend == 0
491 Elf_Internal_Rela *irelfn, *irelscan, *irelcount; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
coff-sh.c 749 struct internal_reloc *irelfn, *irelscan, *irelcount;
955 for (irelcount = internal_relocs; irelcount < irelend; irelcount++)
956 if (irelcount->r_vaddr == paddr
957 && irelcount->r_type == R_SH_COUNT)
970 if (irelcount >= irelend)
981 if (irelcount->r_offset == 0)
989 --irelcount->r_offset;
994 if (irelcount->r_offset == 0
748 struct internal_reloc *irelfn, *irelscan, *irelcount; local
    [all...]
elf32-sh.c 494 Elf_Internal_Rela *irelfn, *irelscan, *irelcount;
711 for (irelcount = internal_relocs; irelcount < irelend; irelcount++)
712 if (irelcount->r_offset == paddr
713 && ELF32_R_TYPE (irelcount->r_info) == (int) R_SH_COUNT)
726 if (irelcount >= irelend)
738 if (irelcount->r_addend == 0)
746 --irelcount->r_addend;
751 if (irelcount->r_addend == 0
491 Elf_Internal_Rela *irelfn, *irelscan, *irelcount; local
    [all...]

Completed in 41 milliseconds