Home
last modified time | relevance | path

Searched refs:tmp_sigill_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
1032 tmp_sigill_act = saved_sigill_act; in VG_()
1041 tmp_sigill_act.sa_flags &= ~VKI_SA_RESETHAND; in VG_()
1042 tmp_sigill_act.sa_flags &= ~VKI_SA_SIGINFO; in VG_()
1043 tmp_sigill_act.sa_flags |= VKI_SA_NODEFER; in VG_()
1044 tmp_sigill_act.ksa_handler = handler_unsup_insn; in VG_()
1045 r = VG_(sigaction)(VKI_SIGILL, &tmp_sigill_act, NULL); in VG_()
1165 vki_sigaction_toK_t tmp_sigill_act, tmp_sigfpe_act; in VG_() local
1187 tmp_sigill_act = saved_sigill_act; in VG_()
1195 tmp_sigill_act.sa_flags &= ~VKI_SA_RESETHAND; in VG_()
[all …]