Searched refs:SIGSEGV (Results 1 - 10 of 10) sorted by path

/bionic/libc/include/sys/
H A D_sigdefs.h50 __BIONIC_SIGDEF(SIGSEGV, "Segmentation fault")
/bionic/libc/kernel/uapi/asm-arm/asm/
H A Dsignal.h40 #define SIGSEGV 11 macro
/bionic/libc/kernel/uapi/asm-generic/
H A Dsignal.h40 #define SIGSEGV 11 macro
/bionic/libc/kernel/uapi/asm-mips/asm/
H A Dsignal.h45 #define SIGSEGV 11 macro
/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dsignal.h45 #define SIGSEGV 11 macro
/bionic/linker/
H A Ddebugger.cpp142 case SIGSEGV:
143 signal_name = "SIGSEGV";
272 // faults like SIGSEGV. It does screw up the si_code, which is why we
284 default: // SIGILL, SIGBUS, SIGSEGV
304 sigaction(SIGSEGV, &action, NULL);
/bionic/linker/tests/
H A Dlinker_allocator_test.cpp128 ASSERT_EXIT(protect_all(), testing::KilledBySignal(SIGSEGV), "trying to access protected page");
/bionic/tests/
H A Dsignal_test.cpp66 ASSERT_EQ(-1, fn(set_ptr, SIGSEGV));
H A Dstack_unwinding_test_impl.c47 *ptr = 0; // Deliberately cause a SIGSEGV.
67 signal(SIGSEGV, &sigsegv_handler);
H A Dsystem_properties_test.cpp396 (WTERMSIG(exit_status) == SIGSEGV ||

Completed in 2644 milliseconds