Home
last modified time | relevance | path

Searched refs:SIGILL (Results 1 – 25 of 74) sorted by relevance

123

/external/boringssl/src/crypto/
Dcpu-arm.c92 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/
Dsigcatcher.c40 #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/
Dsignal_h.pass.cpp35 #ifndef SIGILL
36 #error SIGILL not defined
/external/libcxx/test/std/language.support/support.runtime/
Dcsignal.pass.cpp35 #ifndef SIGILL
36 #error SIGILL not defined
/external/valgrind/tests/
Dpower_insn_available.c32 if (signal_number == SIGILL) in unsup_insn_handler()
60 sigaction(SIGILL, &unsup_insn_action, NULL); in dcbzl_available()
/external/valgrind/helgrind/tests/
Dsafe-pthread.h48 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/
Dop_exception.stderr.exp13 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
Dop00.stderr.exp113 Either way, Valgrind will now raise a SIGILL signal which will
16 Process terminating with default action of signal 4 (SIGILL)
Dop00.stderr.exp213 Either way, Valgrind will now raise a SIGILL signal which will
16 Process terminating with default action of signal 4 (SIGILL)
Dop_exception.c21 sigaction(SIGILL, &sa, NULL); in main()
/external/mesa3d/src/gallium/auxiliary/util/
Du_cpu_detect.c125 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/
Dfaultstatus.c111 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/
Dfaultstatus.c93 static const int sigs[] = { SIGSEGV, SIGILL, SIGBUS, SIGFPE, SIGTRAP }; in main()
117 T(1, SIGILL, ILL_ILLOPN, &test1_ill), in main()
/external/strace/
Dprintsiginfo.c106 case SIGILL: in print_si_code()
184 case SIGILL: case SIGFPE: in print_si_info()
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_signal.py14 SIGILL = 4 # Illegal instruction variable
/external/libchrome/base/debug/
Dstack_trace_posix.cc263 } 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/
Dsignal.h27 #define SIGILL 4 /* Illegal instruction (ANSI). */ macro
/external/libcxx/include/
Dcsignal24 SIGILL
/external/kernel-headers/original/uapi/asm-generic/
Dsignal.h13 #define SIGILL 4 macro
/external/kernel-headers/original/uapi/asm-arm/asm/
Dsignal.h20 #define SIGILL 4 macro
/external/kernel-headers/original/uapi/asm-x86/asm/
Dsignal.h25 #define SIGILL 4 macro
/external/compiler-rt/lib/asan/
Dasan_posix.cc80 else if (signo == SIGILL) in AsanOnDeadlySignal()
/external/valgrind/none/tests/mips32/
Dround_fpu64.c193 signal(SIGILL, handler); in main()
/external/valgrind/none/tests/
Dfaultstatus.c142 static const int sigs[] = { SIGSEGV, SIGILL, SIGBUS, SIGFPE, SIGTRAP };
/external/libchrome/base/process/
Dkill_posix.cc53 case SIGILL: in GetTerminationStatusImpl()

123