Searched refs:I386_NUM_REGS (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Di386-tdep.h347 #define I386_NUM_REGS (I386_GSBASE_REGNUM + 1) macro
H A Di386-tdep.c8646 set_gdbarch_num_regs (gdbarch, I386_NUM_REGS);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Di386-tdep.h348 #define I386_NUM_REGS (I386_GSBASE_REGNUM + 1) macro
H A Di386-tdep.c8659 set_gdbarch_num_regs (gdbarch, I386_NUM_REGS);
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dlinux-x86-low.cc216 #define I386_NUM_REGS (sizeof (i386_regmap) / sizeof (i386_regmap[0])) macro
266 #define I386_NUM_REGS (sizeof (i386_regmap) / sizeof (i386_regmap[0])) macro
388 return regno >= I386_NUM_REGS;
399 return regno >= I386_NUM_REGS;
422 for (i = 0; i < I386_NUM_REGS; i++)
460 for (i = 0; i < I386_NUM_REGS; i++)
1065 I386_NUM_REGS,
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dlinux-x86-low.cc216 #define I386_NUM_REGS (sizeof (i386_regmap) / sizeof (i386_regmap[0])) macro
266 #define I386_NUM_REGS (sizeof (i386_regmap) / sizeof (i386_regmap[0])) macro
390 return regno >= I386_NUM_REGS;
401 return regno >= I386_NUM_REGS;
449 for (i = 0; i < I386_NUM_REGS; i++)
473 for (i = 0; i < I386_NUM_REGS; i++)
1076 I386_NUM_REGS,

Completed in 184 milliseconds