HomeSort by: relevance | last modified time | path
    Searched refs:mips_processor_reg_names (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
mips-tdep.h 117 const char * const *mips_processor_reg_names = nullptr; member in struct:mips_gdbarch_tdep
mips-tdep.c 690 if (tdep->mips_processor_reg_names[rawnum - 32])
691 return tdep->mips_processor_reg_names[rawnum - 32];
8536 tdep->mips_processor_reg_names = reg_names;
  /src/external/gpl3/gdb.old/dist/gdb/
mips-tdep.h 117 const char * const *mips_processor_reg_names = nullptr; member in struct:mips_gdbarch_tdep
mips-tdep.c 690 if (tdep->mips_processor_reg_names[rawnum - 32])
691 return tdep->mips_processor_reg_names[rawnum - 32];
8542 tdep->mips_processor_reg_names = reg_names;

Completed in 38 milliseconds