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

  /src/sys/arch/mipsco/mipsco/
disksubr.c 216 int mips_type; /* Mips partition type */ member in struct:partitionmap
319 vh->vh_part[mp].pt_fstype = partition_map[i].mips_type;
  /src/sys/arch/sgimips/sgimips/
disksubr.c 191 int mips_type; /* sgimips partition type */ member in struct:partitionmap
313 vh->partitions[mp].type = partition_map[i].mips_type;
  /src/external/gpl3/binutils/dist/bfd/
coff-mips.c 693 int mips_type;
698 mips_type = MIPS_R_REFHALF;
702 mips_type = MIPS_R_REFWORD;
705 mips_type = MIPS_R_JMPADDR;
708 mips_type = MIPS_R_REFHI;
711 mips_type = MIPS_R_REFLO;
714 mips_type = MIPS_R_GPREL;
717 mips_type = MIPS_R_LITERAL;
720 mips_type = MIPS_R_PCREL16;
726 return &mips_howto_table[mips_type];
688 int mips_type; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
coff-mips.c 693 int mips_type;
698 mips_type = MIPS_R_REFHALF;
702 mips_type = MIPS_R_REFWORD;
705 mips_type = MIPS_R_JMPADDR;
708 mips_type = MIPS_R_REFHI;
711 mips_type = MIPS_R_REFLO;
714 mips_type = MIPS_R_GPREL;
717 mips_type = MIPS_R_LITERAL;
720 mips_type = MIPS_R_PCREL16;
726 return &mips_howto_table[mips_type];
688 int mips_type; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
coff-mips.c 693 int mips_type;
698 mips_type = MIPS_R_REFHALF;
702 mips_type = MIPS_R_REFWORD;
705 mips_type = MIPS_R_JMPADDR;
708 mips_type = MIPS_R_REFHI;
711 mips_type = MIPS_R_REFLO;
714 mips_type = MIPS_R_GPREL;
717 mips_type = MIPS_R_LITERAL;
720 mips_type = MIPS_R_PCREL16;
726 return &mips_howto_table[mips_type];
688 int mips_type; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
coff-mips.c 693 int mips_type;
698 mips_type = MIPS_R_REFHALF;
702 mips_type = MIPS_R_REFWORD;
705 mips_type = MIPS_R_JMPADDR;
708 mips_type = MIPS_R_REFHI;
711 mips_type = MIPS_R_REFLO;
714 mips_type = MIPS_R_GPREL;
717 mips_type = MIPS_R_LITERAL;
720 mips_type = MIPS_R_PCREL16;
726 return &mips_howto_table[mips_type];
688 int mips_type; local
    [all...]

Completed in 56 milliseconds