Home
last modified time | relevance | path

Searched refs:EIP_sig (Results 1 – 1 of 1) sorted by relevance

/external/qemu/
Dcpu-exec.c1222 # define EIP_sig(context) (*((unsigned long*)&(context)->uc_mcontext->ss.eip)) macro
1227 # define EIP_sig(context) ((context)->sc_eip) macro
1232 # define EIP_sig(context) ((context)->uc_mcontext.gregs[REG_EIP]) macro
1256 pc = EIP_sig(uc); in cpu_signal_handler()