/external/boringssl/src/crypto/ |
D | cpu-arm.c | 92 sigdelset(&sigmask, SIGILL); in probe_for_NEON() 107 sigaction(SIGILL, &sigill_action, &sigill_original_action); in probe_for_NEON() 120 sigaction(SIGILL, &sigill_original_action, NULL); in probe_for_NEON()
|
/external/e2fsprogs/e2fsck/ |
D | sigcatcher.c | 40 #ifdef SIGILL 41 DEFINE_ENTRY(SIGILL) 347 else if (signum == SIGILL) in die_signal_handler() 370 (signum == SIGILL || signum == SIGFPE || in die_signal_handler() 391 sigaction(SIGILL, &sa, 0); in sigcatcher_setup()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | signal_h.pass.cpp | 35 #ifndef SIGILL 36 #error SIGILL not defined
|
/external/libcxx/test/std/language.support/support.runtime/ |
D | csignal.pass.cpp | 35 #ifndef SIGILL 36 #error SIGILL not defined
|
/external/valgrind/tests/ |
D | power_insn_available.c | 32 if (signal_number == SIGILL) in unsup_insn_handler() 60 sigaction(SIGILL, &unsup_insn_action, NULL); in dcbzl_available()
|
/external/valgrind/helgrind/tests/ |
D | safe-pthread.h | 48 sigaction( SIGILL, &sa_ill, &oldsa_ill ); in safe_pthread_rwlock_unlock() 63 sigaction( SIGILL, &oldsa_ill, NULL ); in safe_pthread_rwlock_unlock()
|
/external/valgrind/none/tests/s390x/ |
D | op_exception.stderr.exp | 13 Either way, Valgrind will now raise a SIGILL signal which will 26 Either way, Valgrind will now raise a SIGILL signal which will 39 Either way, Valgrind will now raise a SIGILL signal which will 52 Either way, Valgrind will now raise a SIGILL signal which will
|
D | op00.stderr.exp1 | 13 Either way, Valgrind will now raise a SIGILL signal which will 16 Process terminating with default action of signal 4 (SIGILL)
|
D | op00.stderr.exp2 | 13 Either way, Valgrind will now raise a SIGILL signal which will 16 Process terminating with default action of signal 4 (SIGILL)
|
D | op_exception.c | 21 sigaction(SIGILL, &sa, NULL); in main()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_cpu_detect.c | 125 signal(SIGILL, sigill_handler); in check_os_altivec_support() 127 signal(SIGILL, SIG_DFL); in check_os_altivec_support() 137 signal(SIGILL, SIG_DFL); in check_os_altivec_support()
|
/external/valgrind/none/tests/x86/ |
D | faultstatus.c | 111 static const int sigs[] = { SIGSEGV, SIGILL, SIGBUS, SIGFPE, SIGTRAP }; in main() 135 T(1, SIGILL, ILL_ILLOPN, &test1_ill), in main()
|
/external/valgrind/none/tests/amd64/ |
D | faultstatus.c | 93 static const int sigs[] = { SIGSEGV, SIGILL, SIGBUS, SIGFPE, SIGTRAP }; in main() 117 T(1, SIGILL, ILL_ILLOPN, &test1_ill), in main()
|
/external/strace/ |
D | printsiginfo.c | 106 case SIGILL: in print_si_code() 184 case SIGILL: case SIGFPE: in print_si_info()
|
/external/chromium-trace/catapult/devil/devil/android/ |
D | device_signal.py | 14 SIGILL = 4 # Illegal instruction variable
|
/external/libchrome/base/debug/ |
D | stack_trace_posix.cc | 263 } else if (signal == SIGILL) { in StackDumpSignalHandler() 289 signal == SIGILL || signal == SIGSEGV) { in StackDumpSignalHandler() 297 if (signal == SIGILL && info->si_code == ILL_ILLOPN) { in StackDumpSignalHandler() 710 success &= (sigaction(SIGILL, &action, NULL) == 0); in EnableInProcessStackDumping()
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | signal.h | 27 #define SIGILL 4 /* Illegal instruction (ANSI). */ macro
|
/external/libcxx/include/ |
D | csignal | 24 SIGILL
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | signal.h | 13 #define SIGILL 4 macro
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | signal.h | 20 #define SIGILL 4 macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | signal.h | 25 #define SIGILL 4 macro
|
/external/compiler-rt/lib/asan/ |
D | asan_posix.cc | 80 else if (signo == SIGILL) in AsanOnDeadlySignal()
|
/external/valgrind/none/tests/mips32/ |
D | round_fpu64.c | 193 signal(SIGILL, handler); in main()
|
/external/valgrind/none/tests/ |
D | faultstatus.c | 142 static const int sigs[] = { SIGSEGV, SIGILL, SIGBUS, SIGFPE, SIGTRAP };
|
/external/libchrome/base/process/ |
D | kill_posix.cc | 53 case SIGILL: in GetTerminationStatusImpl()
|