Searched refs:VKI_SIGILL (Results 1 - 23 of 23) sorted by relevance

/external/valgrind/coregrind/m_gdbserver/
H A Dsignals.c265 #if defined (VKI_SIGILL)
266 if (hostsig == VKI_SIGILL)
514 #if defined (VKI_SIGILL)
516 return VKI_SIGILL;
/external/valgrind/coregrind/
H A Dm_machine.c1084 VG_(sigaddset)(&tmp_set, VKI_SIGILL);
1090 r = VG_(sigaction)(VKI_SIGILL, NULL, &saved_sigill_act);
1105 r = VG_(sigaction)(VKI_SIGILL, &tmp_sigill_act, NULL);
1188 r = VG_(sigaction)(VKI_SIGILL, &saved_sigill_act, NULL);
1248 VG_(sigaddset)(&tmp_set, VKI_SIGILL);
1254 r = VG_(sigaction)(VKI_SIGILL, NULL, &saved_sigill_act);
1268 VG_(sigaction)(VKI_SIGILL, &tmp_sigill_act, NULL);
1344 VG_(sigaction)(VKI_SIGILL, &saved_sigill_act, NULL);
1402 VG_(sigaddset)(&tmp_set, VKI_SIGILL);
1407 r = VG_(sigaction)(VKI_SIGILL, NUL
[all...]
H A Dm_signals.c765 case VKI_SIGILL:
1470 case VKI_SIGILL: return "SIGILL";
1653 case VKI_SIGILL: /* core */
1780 case VKI_SIGILL:
1862 if (sigNo == VKI_SIGILL) {
2077 info.si_signo = VKI_SIGILL;
2816 || sigNo == VKI_SIGILL
H A Dm_libcsignal.c456 vg_assert(sig != VKI_SIGILL);
H A Dm_main.c2358 VG_(set_default_handler)(VKI_SIGILL);
/external/valgrind/coregrind/m_sigframe/
H A Dsigframe-arm64-linux.c188 if (sigNo == VKI_SIGILL && siginfo->si_code > 0) {
H A Dsigframe-solaris.c130 case VKI_SIGILL:
H A Dsigframe-arm-linux.c202 if(sigNo == VKI_SIGILL && siginfo->si_code > 0) {
H A Dsigframe-amd64-linux.c437 if (sigNo == VKI_SIGILL && siginfo->si_code > 0)
H A Dsigframe-ppc32-linux.c610 //.. if (sigNo == VKI_SIGILL && siginfo->si_code > 0)
666 if (sigNo == VKI_SIGILL && siginfo->si_code > 0)
H A Dsigframe-x86-linux.c520 if (sigNo == VKI_SIGILL && siginfo->si_code > 0)
/external/valgrind/include/vki/
H A Dvki-amd64-linux.h88 #define VKI_SIGILL 4 macro
H A Dvki-arm64-linux.h95 #define VKI_SIGILL 4 macro
H A Dvki-arm-linux.h109 #define VKI_SIGILL 4 macro
H A Dvki-ppc32-linux.h110 #define VKI_SIGILL 4 macro
H A Dvki-ppc64-linux.h114 #define VKI_SIGILL 4 macro
H A Dvki-s390x-linux.h154 #define VKI_SIGILL 4 macro
H A Dvki-x86-linux.h105 #define VKI_SIGILL 4 macro
H A Dvki-mips32-linux.h120 #define VKI_SIGILL 4 /* Illegal instruction (ANSI). */ macro
H A Dvki-mips64-linux.h130 #define VKI_SIGILL 4 /* Illegal instruction (ANSI). */ macro
H A Dvki-darwin.h474 #define VKI_SIGILL SIGILL macro
H A Dvki-solaris.h1075 #define VKI_SIGILL SIGILL /* 4 */ macro
/external/valgrind/coregrind/m_scheduler/
H A Dscheduler.c477 VG_(sigdelset)(&mask, VKI_SIGILL);

Completed in 1635 milliseconds