Searched refs:ERROR_sig (Results 1 – 1 of 1) sorted by relevance
857 # define ERROR_sig(context) ((context)->uc_mcontext->es.err) macro864 # define ERROR_sig(context) ((context)->uc_mcontext.__gregs[_REG_ERR]) macro871 # define ERROR_sig(context) ((context)->uc_mcontext.mc_err) macro876 # define ERROR_sig(context) ((context)->sc_err) macro881 # define ERROR_sig(context) ((context)->uc_mcontext.gregs[REG_ERR]) macro909 (ERROR_sig(uc) >> 1) & 1 : 0, in cpu_signal_handler()918 #define ERROR_sig(context) ((context)->uc_mcontext.__gregs[_REG_ERR]) macro923 #define ERROR_sig(context) ((context)->sc_err) macro930 #define ERROR_sig(context) ((context)->uc_mcontext.mc_err) macro935 #define ERROR_sig(context) ((context)->uc_mcontext.gregs[REG_ERR]) macro[all …]