Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dm_machine.c1070 vki_sigaction_toK_t tmp_sigill_act, tmp_sigfpe_act; in VG_() local
1096 tmp_sigfpe_act = saved_sigfpe_act; in VG_()
1108 tmp_sigfpe_act.sa_flags &= ~VKI_SA_RESETHAND; in VG_()
1109 tmp_sigfpe_act.sa_flags &= ~VKI_SA_SIGINFO; in VG_()
1110 tmp_sigfpe_act.sa_flags |= VKI_SA_NODEFER; in VG_()
1111 tmp_sigfpe_act.ksa_handler = handler_unsup_insn; in VG_()
1112 r = VG_(sigaction)(VKI_SIGFPE, &tmp_sigfpe_act, NULL); in VG_()
1234 vki_sigaction_toK_t tmp_sigill_act, tmp_sigfpe_act; in VG_() local
1259 tmp_sigfpe_act = saved_sigfpe_act; in VG_()
1270 tmp_sigfpe_act.sa_flags &= ~VKI_SA_RESETHAND; in VG_()
[all …]