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

/vbox/src/recompiler/
H A Dcpu-exec.c1054 #define PC_sig(context) _UC_MACHINE_PC(context) macro
1059 #define PC_sig(context) ((context)->sc_rip) macro
1066 #define PC_sig(context) (*((unsigned long*)&(context)->uc_mcontext.mc_rip)) macro
1071 #define PC_sig(context) ((context)->uc_mcontext.gregs[REG_RIP]) macro
1090 pc = PC_sig(uc);

Completed in 59 milliseconds