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

  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386-features.h 45 struct reginfo struct in class:xlogue_layout
55 const reginfo &get_reginfo (unsigned reg) const
116 struct reginfo m_regs[MAX_REGS];
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-features.h 45 struct reginfo struct in class:xlogue_layout
55 const reginfo &get_reginfo (unsigned reg) const
116 struct reginfo m_regs[MAX_REGS];
  /src/external/gpl3/binutils/dist/bfd/
elfxx-mips.c 2843 /* A .reginfo section holds a single Elf32_RegInfo structure. These
7449 (_("%pB: incorrect `.reginfo' section size; "
7612 if (strcmp (name, ".reginfo") != 0
7687 /* For a .reginfo section, set the gp value in the tdata information
7689 processing relocs, so we just get it now. The .reginfo section
7807 else if (strcmp (name, ".reginfo") == 0)
7810 /* In a shared object on IRIX 5.3, the .reginfo section has an
8232 s = bfd_get_section_by_name (abfd, ".reginfo");
10119 /* The .reginfo section has a fixed size. */
10120 s = bfd_get_section_by_name (output_bfd, ".reginfo");
14974 Elf32_RegInfo reginfo; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-mips.c 2832 /* A .reginfo section holds a single Elf32_RegInfo structure. These
7429 (_("%pB: incorrect `.reginfo' section size; "
7592 if (strcmp (name, ".reginfo") != 0
7667 /* For a .reginfo section, set the gp value in the tdata information
7669 processing relocs, so we just get it now. The .reginfo section
7787 else if (strcmp (name, ".reginfo") == 0)
7790 /* In a shared object on IRIX 5.3, the .reginfo section has an
8212 s = bfd_get_section_by_name (abfd, ".reginfo");
10099 /* The .reginfo section has a fixed size. */
10100 s = bfd_get_section_by_name (output_bfd, ".reginfo");
14923 Elf32_RegInfo reginfo; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-mips.c 2786 /* A .reginfo section holds a single Elf32_RegInfo structure. These
7383 (_("%pB: incorrect `.reginfo' section size; "
7546 if (strcmp (name, ".reginfo") != 0
7621 /* For a .reginfo section, set the gp value in the tdata information
7623 processing relocs, so we just get it now. The .reginfo section
7741 else if (strcmp (name, ".reginfo") == 0)
7744 /* In a shared object on IRIX 5.3, the .reginfo section has an
8166 s = bfd_get_section_by_name (abfd, ".reginfo");
9999 /* The .reginfo section has a fixed size. */
10000 s = bfd_get_section_by_name (output_bfd, ".reginfo");
14818 Elf32_RegInfo reginfo; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elfxx-mips.c 2832 /* A .reginfo section holds a single Elf32_RegInfo structure. These
7429 (_("%pB: incorrect `.reginfo' section size; "
7592 if (strcmp (name, ".reginfo") != 0
7667 /* For a .reginfo section, set the gp value in the tdata information
7669 processing relocs, so we just get it now. The .reginfo section
7787 else if (strcmp (name, ".reginfo") == 0)
7790 /* In a shared object on IRIX 5.3, the .reginfo section has an
8212 s = bfd_get_section_by_name (abfd, ".reginfo");
10079 /* The .reginfo section has a fixed size. */
10080 s = bfd_get_section_by_name (output_bfd, ".reginfo");
14903 Elf32_RegInfo reginfo; local
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
readelf.c 5731 case PT_MIPS_REGINFO: return "REGINFO";
6224 case SHT_ALPHA_REGINFO: return "REGINFO";
20920 printf (" REGINFO ");
20924 Elf32_RegInfo reginfo;
20931 error (_("Truncated MIPS REGINFO option\n"));
20938 reginfo.ri_gprmask = BYTE_GET (ereg->ri_gprmask);
20939 reginfo.ri_cprmask[0] = BYTE_GET (ereg->ri_cprmask[0]);
20940 reginfo.ri_cprmask[1] = BYTE_GET (ereg->ri_cprmask[1]);
20941 reginfo.ri_cprmask[2] = BYTE_GET (ereg->ri_cprmask[2]);
20942 reginfo.ri_cprmask[3] = BYTE_GET (ereg->ri_cprmask[3])
20921 Elf32_RegInfo reginfo; local
20954 Elf64_Internal_RegInfo reginfo; local
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
readelf.c 5347 case PT_MIPS_REGINFO: return "REGINFO";
5840 case SHT_ALPHA_REGINFO: return "REGINFO";
20026 printf (" REGINFO ");
20030 Elf32_RegInfo reginfo;
20037 error (_("Truncated MIPS REGINFO option\n"));
20044 reginfo.ri_gprmask = BYTE_GET (ereg->ri_gprmask);
20045 reginfo.ri_cprmask[0] = BYTE_GET (ereg->ri_cprmask[0]);
20046 reginfo.ri_cprmask[1] = BYTE_GET (ereg->ri_cprmask[1]);
20047 reginfo.ri_cprmask[2] = BYTE_GET (ereg->ri_cprmask[2]);
20048 reginfo.ri_cprmask[3] = BYTE_GET (ereg->ri_cprmask[3])
20027 Elf32_RegInfo reginfo; local
20060 Elf64_Internal_RegInfo reginfo; local
    [all...]

Completed in 66 milliseconds