Searched refs:saved_sigfpe_act (Results 1 - 1 of 1) sorted by relevance
/external/valgrind/main/coregrind/ |
H A D | m_machine.c | 850 vki_sigaction_fromK_t saved_sigill_act, saved_sigfpe_act; local 874 r = VG_(sigaction)(VKI_SIGFPE, NULL, &saved_sigfpe_act); 876 tmp_sigfpe_act = saved_sigfpe_act; 954 r = VG_(sigaction)(VKI_SIGFPE, &saved_sigfpe_act, NULL); 992 vki_sigaction_fromK_t saved_sigill_act, saved_sigfpe_act; local 1016 VG_(sigaction)(VKI_SIGFPE, NULL, &saved_sigfpe_act); 1017 tmp_sigfpe_act = saved_sigfpe_act; 1087 VG_(sigaction)(VKI_SIGFPE, &saved_sigfpe_act, NULL); 1250 vki_sigaction_fromK_t saved_sigill_act, saved_sigfpe_act; local 1275 VG_(sigaction)(VKI_SIGFPE, NULL, &saved_sigfpe_act); [all...] |
Completed in 124 milliseconds