Searched refs:SIGSEGV (Results 1 – 13 of 13) sorted by relevance
/bionic/tests/ |
D | BionicDeathTest.h | 32 for (int signo : { SIGABRT, SIGBUS, SIGSEGV, SIGSYS }) { in SetUp() 39 for (int signo : { SIGABRT, SIGBUS, SIGSEGV, SIGSYS }) { in TearDown()
|
D | heap_tagging_level_test.cpp | 111 ScopedSignalHandler ssh(SIGSEGV, CheckSiCode<SEGV_MTEAERR>, SA_SIGINFO); in TEST() 119 ScopedSignalHandler ssh(SIGSEGV, CheckSiCode<SEGV_MTESERR>, SA_SIGINFO); in TEST()
|
D | scs_test.cpp | 36 ASSERT_EXIT(recurse1(SCS_SIZE), testing::KilledBySignal(SIGSEGV), ""); in TEST()
|
D | semaphore_test.cpp | 165 ASSERT_EXIT(sem_timedwait(&s, nullptr), testing::KilledBySignal(SIGSEGV), ""); in TEST()
|
D | system_properties_test.cpp | 423 (WTERMSIG(exit_status) == SIGSEGV || in operator ()()
|
D | signal_test.cpp | 65 ASSERT_EQ(-1, fn(set_ptr, SIGSEGV)); in TestSigSet2()
|
D | pthread_test.cpp | 2591 ASSERT_EXIT(pthread_mutex_lock(null_value), testing::KilledBySignal(SIGSEGV), ""); in TEST_F() 2600 ASSERT_EXIT(pthread_mutex_unlock(null_value), testing::KilledBySignal(SIGSEGV), ""); in TEST_F()
|
/bionic/libc/private/ |
D | bionic_sigdefs.h | 50 __BIONIC_SIGDEF(SIGSEGV, "Segmentation fault")
|
/bionic/libc/kernel/uapi/asm-arm/asm/ |
D | signal.h | 36 #define SIGSEGV 11 macro
|
/bionic/libc/kernel/uapi/asm-generic/ |
D | signal.h | 36 #define SIGSEGV 11 macro
|
/bionic/libc/kernel/uapi/asm-x86/asm/ |
D | signal.h | 40 #define SIGSEGV 11 macro
|
/bionic/linker/ |
D | linker_block_allocator_test.cpp | 146 ASSERT_EXIT(protect_all(), testing::KilledBySignal(SIGSEGV), "trying to access protected page"); in TEST()
|
/bionic/tests/headers/posix/ |
D | signal_h.c | 86 MACRO(SIGSEGV); in signal_h()
|