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

/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/tests/
H A Dlinker_block_allocator_test.cpp128 ASSERT_EXIT(protect_all(), testing::KilledBySignal(SIGSEGV), "trying to access protected page");
/bionic/linker/
H A Ddebugger.cpp141 case SIGSEGV:
142 signal_name = "SIGSEGV";
279 // faults like SIGSEGV. It does screw up the si_code, which is why we
291 default: // SIGILL, SIGBUS, SIGSEGV
311 sigaction(SIGSEGV, &action, nullptr);
/bionic/tests/
H A Dsignal_test.cpp67 ASSERT_EQ(-1, fn(set_ptr, SIGSEGV));
H A Dsystem_properties_test.cpp398 (WTERMSIG(exit_status) == SIGSEGV ||
H A Dpthread_test.cpp538 // If the joiner unmapped the thread's stack, that could lead to SIGSEGV in the thread.
1561 ASSERT_EXIT(pthread_mutex_lock(null_value), testing::KilledBySignal(SIGSEGV), "");
1570 ASSERT_EXIT(pthread_mutex_unlock(null_value), testing::KilledBySignal(SIGSEGV), "");

Completed in 1231 milliseconds