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

/external/valgrind/coregrind/
H A Dm_machine.c1010 vki_sigaction_toK_t tmp_sigill_act, tmp_sigfpe_act; local
1036 tmp_sigfpe_act = saved_sigfpe_act;
1048 tmp_sigfpe_act.sa_flags &= ~VKI_SA_RESETHAND;
1049 tmp_sigfpe_act.sa_flags &= ~VKI_SA_SIGINFO;
1050 tmp_sigfpe_act.sa_flags |= VKI_SA_NODEFER;
1051 tmp_sigfpe_act.ksa_handler = handler_unsup_insn;
1052 r = VG_(sigaction)(VKI_SIGFPE, &tmp_sigfpe_act, NULL);
1165 vki_sigaction_toK_t tmp_sigill_act, tmp_sigfpe_act; local
1190 tmp_sigfpe_act = saved_sigfpe_act;
1201 tmp_sigfpe_act
1448 vki_sigaction_toK_t tmp_sigill_act, tmp_sigfpe_act; local
[all...]

Completed in 63 milliseconds