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

1 2 3 4 5 6 7 8

  /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);
armcap.c 88 sigdelset(&all_masked,SIGILL);
101 sigaction(SIGILL,&ill_act,&ill_oact);
155 sigaction (SIGILL,&ill_oact,NULL);
  /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"
  /external/libcxx/test/depr/depr.c.headers/
signal_h.pass.cpp 35 #ifndef SIGILL
36 #error SIGILL not defined
  /external/libcxx/test/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
  /external/chromium_org/base/mac/
os_crash_dumps.cc 34 SIGILL, // EXC_BAD_INSTRUCTION
  /external/lldb/tools/debugserver/source/
SysSignal.cpp 26 case SIGILL: return "SIGILL"; // 4 illegal instruction (not reset when caught)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
signum.h 36 #define SIGILL 4 /* Illegal instruction (ANSI). */
  /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). */
  /cts/tests/tests/os/jni/
android_os_cts_CpuInstructions.cpp 45 err = sigaction(SIGILL, &sigill_act, &oldact);
59 sigaction(SIGILL, &oldact, NULL);
  /external/valgrind/main/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);
  /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/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")

Completed in 943 milliseconds

1 2 3 4 5 6 7 8