Searched defs:REG_EIP (Results 1 - 2 of 2) sorted by relevance

/vbox/src/recompiler/
H A Dcpu-exec.c1017 # define EIP_sig(context) ((context)->uc_mcontext.gregs[REG_EIP])
1037 #ifndef REG_EIP
1039 #define REG_EIP EIP macro
/vbox/src/recompiler/tests/
H A Dtest-i386.c1716 #define REG_EIP EIP macro
1723 #define REG_EIP REG_RIP macro
1743 printf(" EIP=" FMTLX, (long)uc->uc_mcontext.gregs[REG_EIP]);
1925 printf("EIP=" FMTLX "\n", (long)uc->uc_mcontext.gregs[REG_EIP]);

Completed in 53 milliseconds