Home
last modified time | relevance | path

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

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