Searched refs:PC_sig (Results 1 – 1 of 1) sorted by relevance
1267 #define PC_sig(context) _UC_MACHINE_PC(context) macro1272 #define PC_sig(context) ((context)->sc_rip) macro1277 #define PC_sig(context) ((context)->uc_mcontext.gregs[REG_RIP]) macro1296 pc = PC_sig(uc); in cpu_signal_handler()