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

1 2 3 4

  /external/libcxx/test/depr/depr.c.headers/
signal_h.pass.cpp 43 #ifndef SIGSEGV
44 #error SIGSEGV not defined
  /external/libcxx/test/language.support/support.runtime/
csignal.pass.cpp 43 #ifndef SIGSEGV
44 #error SIGSEGV not defined
  /art/test/004-SignalTest/
signaltest.cc 81 sigaction(SIGSEGV, &action, &oldaction);
85 sigaction(SIGSEGV, &oldaction, nullptr);
98 kill(getpid(), SIGSEGV);
  /external/chromium_org/base/mac/
os_crash_dumps.cc 19 // A call to exit() can call atexit() handlers. If we SIGSEGV due
38 SIGSEGV, // EXC_BAD_ACCESS
  /external/compiler-rt/test/asan/TestCases/Posix/
allow_user_segv.cc 33 // On 64-bit Darwin KERN_INVALID_ADDRESS (SIGSEGV) is delivered.
34 // On Linux SIGSEGV is delivered as well.
35 int signum = SIGSEGV;
47 // CHECK-NEXT: ASAN:SIGSEGV
  /external/lldb/tools/debugserver/source/
SysSignal.cpp 37 case SIGSEGV: return "SIGSEGV"; // 11 segmentation violation
  /art/runtime/
fault_handler.cc 32 // However, when a SIGSEGV occurs that is in generated code and is not one of the
35 // that it may not work. If the cause of the original SIGSEGV is a corrupted stack or other
44 // 2. use pthread_sigmask to allow SIGSEGV and SIGABRT signals to be delivered to the
46 // 3. set the handler for SIGSEGV and SIGABRT to a secondary signal handler.
75 // Set a breakpoint here to be informed when a SIGSEGV is unhandled by ART.
76 VLOG(signals)<< "Caught unknown SIGSEGV in ART fault handler - chaining to next handler.";
80 // Signal handler called on SIGSEGV.
91 sigaction(SIGSEGV, nullptr, &oldaction_);
110 EnsureFrontOfChain(SIGSEGV, &action);
122 int e = sigaction(SIGSEGV, &action, &oldaction_)
    [all...]
runtime_android.cc 70 rc += sigaction(SIGSEGV, &action, &old_action);
  /cts/tests/tests/os/jni/
android_os_cts_TaggedPointer.cpp 52 err = sigaction(SIGSEGV, &sigsegv_act, &oldact);
68 sigaction(SIGSEGV, &oldact, NULL);
  /bionic/libc/include/sys/
_sigdefs.h 50 __BIONIC_SIGDEF(SIGSEGV, "Segmentation fault")
  /development/ndk/platforms/android-3/include/sys/
_sigdefs.h 43 __BIONIC_SIGDEF(SIGSEGV,11,"Segmentation fault")
  /external/e2fsprogs/e2fsck/
sigcatcher.c 2 * sigcatcher.c --- print a backtrace on a SIGSEGV, et. al
64 #ifdef SIGSEGV
65 DEFINE_ENTRY(SIGSEGV)
355 else if (signum == SIGSEGV)
371 signum == SIGSEGV || signum == SIGBUS))
393 sigaction(SIGSEGV, &sa, 0);
  /external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/sys/
signal.h 200 #define SIGSEGV 1
213 #define SIGSEGV 7
239 #define SIGSEGV 11 /* segmentation violation */
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
vsnprintf.c 131 if (sigaction(SIGSEGV, &nsa, &osa) == -1) {
138 (void) sigaction(SIGSEGV, &osa, NULL);
  /external/mesa3d/src/mesa/main/
vsnprintf.c 131 if (sigaction(SIGSEGV, &nsa, &osa) == -1) {
138 (void) sigaction(SIGSEGV, &osa, NULL);
  /bionic/libc/kernel/uapi/asm-arm/asm/
signal.h 40 #define SIGSEGV 11
  /bionic/libc/kernel/uapi/asm-generic/
signal.h 40 #define SIGSEGV 11
  /bionic/libc/kernel/uapi/asm-mips/asm/
signal.h 45 #define SIGSEGV 11
  /bionic/libc/kernel/uapi/asm-x86/asm/
signal.h 45 #define SIGSEGV 11
  /development/ndk/platforms/android-3/arch-arm/include/asm/
signal.h 33 #define SIGSEGV 11
  /development/ndk/platforms/android-9/arch-mips/include/asm/
signal.h 46 #define SIGSEGV 11
  /development/ndk/platforms/android-9/arch-x86/include/asm/
signal.h 45 #define SIGSEGV 11
  /development/ndk/platforms/android-L/arch-arm/include/asm/
signal.h 40 #define SIGSEGV 11
  /development/ndk/platforms/android-L/arch-mips/include/asm/
signal.h 45 #define SIGSEGV 11
  /development/ndk/platforms/android-L/arch-mips64/include/asm/
signal.h 45 #define SIGSEGV 11

Completed in 2243 milliseconds

1 2 3 4