HomeSort by relevance Sort by last modified time
    Searched refs:SIGILL (Results 1 - 25 of 171) sorted by null

1 2 3 4 5 6 7

  /external/chromium-trace/catapult/devil/devil/android/
device_signal.py 14 SIGILL = 4 # Illegal instruction
  /external/valgrind/none/tests/s390x/
op_exception.c 21 sigaction(SIGILL, &sa, NULL);
  /external/libcxx/test/std/depr/depr.c.headers/
signal_h.pass.cpp 35 #ifndef SIGILL
36 #error SIGILL not defined
  /external/libcxx/test/std/language.support/support.runtime/
csignal.pass.cpp 35 #ifndef SIGILL
36 #error SIGILL not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
signal_h.pass.cpp 35 #ifndef SIGILL
36 #error SIGILL not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/
csignal.pass.cpp 35 #ifndef SIGILL
36 #error SIGILL not defined
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
signum.h 36 #define SIGILL 4 /* Illegal instruction (ANSI). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
signum.h 36 #define SIGILL 4 /* Illegal instruction (ANSI). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
signum.h 36 #define SIGILL 4 /* Illegal instruction (ANSI). */
  /cts/tests/tests/os/jni/
android_os_cts_CpuInstructions.cpp 46 err = sigaction(SIGILL, &sigill_act, &oldact);
60 sigaction(SIGILL, &oldact, NULL);
  /external/valgrind/helgrind/tests/
safe-pthread.h 12 * a way that is invalid so defined a sigill handler that can
48 sigaction( SIGILL, &sa_ill, &oldsa_ill );
63 sigaction( SIGILL, &oldsa_ill, NULL );
  /external/valgrind/tests/
power_insn_available.c 32 if (signal_number == SIGILL)
60 sigaction(SIGILL, &unsup_insn_action, NULL);
  /ndk/tests/device/test-cpufeatures/jni/
test_arm_idiv.c 45 // Setup SIGILL signal handler.
49 sigaction(SIGILL, &new_handler, &old_handler);
56 // Restore SIGILL handler.
57 sigaction(SIGILL, &old_handler, NULL);
  /external/boringssl/src/crypto/
cpu-arm.c 92 sigdelset(&sigmask, SIGILL);
107 sigaction(SIGILL, &sigill_action, &sigill_original_action);
120 sigaction(SIGILL, &sigill_original_action, NULL);
  /bionic/libc/include/sys/
_sigdefs.h 41 __BIONIC_SIGDEF(SIGILL, "Illegal instruction")
  /development/ndk/platforms/android-3/include/sys/
_sigdefs.h 36 __BIONIC_SIGDEF(SIGILL,4,"Illegal instruction")
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
signal.h 23 #define SIGILL 4
  /prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/sys/
_sigdefs.h 36 __BIONIC_SIGDEF(SIGILL,4,"Illegal instruction")
  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/sys/
_sigdefs.h 36 __BIONIC_SIGDEF(SIGILL,4,"Illegal instruction")
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/sys/
_sigdefs.h 36 __BIONIC_SIGDEF(SIGILL,4,"Illegal instruction")
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/sys/
_sigdefs.h 36 __BIONIC_SIGDEF(SIGILL,4,"Illegal instruction")
  /external/e2fsprogs/e2fsck/
sigcatcher.c 40 #ifdef SIGILL
41 DEFINE_ENTRY(SIGILL)
347 else if (signum == SIGILL)
370 (signum == SIGILL || signum == SIGFPE ||
391 sigaction(SIGILL, &sa, 0);
  /external/valgrind/none/tests/amd64/
faultstatus.c 93 static const int sigs[] = { SIGSEGV, SIGILL, SIGBUS, SIGFPE, SIGTRAP };
117 T(1, SIGILL, ILL_ILLOPN, &test1_ill),
  /external/valgrind/none/tests/x86/
faultstatus.c 111 static const int sigs[] = { SIGSEGV, SIGILL, SIGBUS, SIGFPE, SIGTRAP };
135 T(1, SIGILL, ILL_ILLOPN, &test1_ill),
143 and so issues a SIGILL instead. */
  /bionic/libc/kernel/uapi/asm-arm/asm/
signal.h 30 #define SIGILL 4

Completed in 1119 milliseconds

1 2 3 4 5 6 7