Searched refs:tmp_sigill_act (Results 1 – 1 of 1) sorted by relevance
1070 vki_sigaction_toK_t tmp_sigill_act, tmp_sigfpe_act; in VG_() local1092 tmp_sigill_act = saved_sigill_act; in VG_()1101 tmp_sigill_act.sa_flags &= ~VKI_SA_RESETHAND; in VG_()1102 tmp_sigill_act.sa_flags &= ~VKI_SA_SIGINFO; in VG_()1103 tmp_sigill_act.sa_flags |= VKI_SA_NODEFER; in VG_()1104 tmp_sigill_act.ksa_handler = handler_unsup_insn; in VG_()1105 r = VG_(sigaction)(VKI_SIGILL, &tmp_sigill_act, NULL); in VG_()1234 vki_sigaction_toK_t tmp_sigill_act, tmp_sigfpe_act; in VG_() local1256 tmp_sigill_act = saved_sigill_act; in VG_()1264 tmp_sigill_act.sa_flags &= ~VKI_SA_RESETHAND; in VG_()[all …]