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

1 2 3 4 5 6

  /external/dropbear/
common-chansession.c 33 {SIGILL, "ILL"},
  /external/chromium_org/third_party/openssl/openssl/crypto/
s390xcap.c 26 sigdelset(&ill_act.sa_mask,SIGILL);
29 sigaction (SIGILL,&ill_act,&oact);
35 sigaction (SIGILL,&oact,NULL);
  /external/openssl/crypto/
s390xcap.c 26 sigdelset(&ill_act.sa_mask,SIGILL);
29 sigaction (SIGILL,&ill_act,&oact);
35 sigaction (SIGILL,&oact,NULL);
  /external/chromium/base/mac/
os_crash_dumps.cc 32 SIGILL, // EXC_BAD_INSTRUCTION
  /external/valgrind/main/none/tests/s390x/
op_exception.c 21 sigaction(SIGILL, &sa, NULL);
  /system/extras/tests/bionic/libstdc++/
test_csignal.cpp 50 #ifndef SIGILL
51 #error "SIGILL must be a macro"
  /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
  /external/chromium_org/base/mac/
os_crash_dumps.cc 33 SIGILL, // EXC_BAD_INSTRUCTION
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
signum.h 36 #define SIGILL 4 /* Illegal instruction (ANSI). */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
signum.h 36 #define SIGILL 4 /* Illegal instruction (ANSI). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
signum.h 36 #define SIGILL 4 /* Illegal instruction (ANSI). */
  /external/chromium_org/content/plugin/
plugin_main_linux.cc 20 // Signal handler for SIGILL; see WorkaroundFlashLAHF().
27 // Check whether this is the kind of SIGILL we care about.
28 // (info->si_addr can be NULL when we get a SIGILL via other means,
30 if (signum != SIGILL || instruction != kLAHFInstruction) {
60 // available on some CPUs. We can work around it by catching SIGILL
69 sigaction(SIGILL, &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);
  /development/ndk/platforms/android-3/include/sys/
_sigdefs.h 36 __BIONIC_SIGDEF(SIGILL,4,"Illegal instruction")
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
_sigdefs.h 36 __BIONIC_SIGDEF(SIGILL,4,"Illegal instruction")
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
_sigdefs.h 36 __BIONIC_SIGDEF(SIGILL,4,"Illegal instruction")
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
_sigdefs.h 36 __BIONIC_SIGDEF(SIGILL,4,"Illegal instruction")
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
_sigdefs.h 36 __BIONIC_SIGDEF(SIGILL,4,"Illegal instruction")
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
_sigdefs.h 36 __BIONIC_SIGDEF(SIGILL,4,"Illegal instruction")
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
_sigdefs.h 36 __BIONIC_SIGDEF(SIGILL,4,"Illegal instruction")
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/
_sigdefs.h 36 __BIONIC_SIGDEF(SIGILL,4,"Illegal instruction")
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/sys/
_sigdefs.h 36 __BIONIC_SIGDEF(SIGILL,4,"Illegal instruction")
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/sys/
_sigdefs.h 36 __BIONIC_SIGDEF(SIGILL,4,"Illegal instruction")
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/sys/
_sigdefs.h 36 __BIONIC_SIGDEF(SIGILL,4,"Illegal instruction")

Completed in 994 milliseconds

1 2 3 4 5 6