Lines Matching refs:ERROR_sig
995 # define ERROR_sig(context) ((context)->uc_mcontext->es.err)
1002 # define ERROR_sig(context) ((context)->uc_mcontext.__gregs[_REG_ERR])
1009 # define ERROR_sig(context) ((context)->uc_mcontext.mc_err)
1014 # define ERROR_sig(context) ((context)->sc_err)
1019 # define ERROR_sig(context) ((context)->uc_mcontext.gregs[REG_ERR])
1047 (ERROR_sig(uc) >> 1) & 1 : 0,
1056 #define ERROR_sig(context) ((context)->uc_mcontext.__gregs[_REG_ERR])
1061 #define ERROR_sig(context) ((context)->sc_err)
1068 #define ERROR_sig(context) ((context)->uc_mcontext.mc_err)
1073 #define ERROR_sig(context) ((context)->uc_mcontext.gregs[REG_ERR])
1093 (ERROR_sig(uc) >> 1) & 1 : 0,