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

  /src/external/gpl3/gdb/dist/gdbserver/
linux-x86-low.cc 225 #define ORIG_EAX ORIG_RAX
458 /* Handle ORIG_EAX, which is not in i386_regmap. */
459 collect_register_i386 (regcache, find_regno (regcache->tdesc, "orig_eax"),
460 ((char *) buf) + ORIG_EAX * REGSIZE);
482 supply_register_by_name (regcache, "orig_eax",
483 ((char *) buf) + ORIG_EAX * REGSIZE);
1045 collect_register_by_name (regcache, "orig_eax", sysno);
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-x86-low.cc 219 #define ORIG_EAX ORIG_RAX
452 /* Handle ORIG_EAX, which is not in i386_regmap. */
453 collect_register_i386 (regcache, find_regno (regcache->tdesc, "orig_eax"),
454 ((char *) buf) + ORIG_EAX * REGSIZE);
476 supply_register_by_name (regcache, "orig_eax",
477 ((char *) buf) + ORIG_EAX * REGSIZE);
1134 collect_register_by_name (regcache, "orig_eax", sysno);

Completed in 25 milliseconds