Home
last modified time | relevance | path

Searched refs:SIGSEGV (Results 1 – 15 of 15) sorted by relevance

/frameworks/libs/binary_translation/tests/ndk_program_tests/riscv64/
Dhandle_not_executable_test.cc39 ASSERT_EXIT((reinterpret_cast<Func>(code))(), testing::KilledBySignal(SIGSEGV), ""); in TEST()
46 testing::KilledBySignal(SIGSEGV), in TEST()
48 ASSERT_EXIT((reinterpret_cast<Func>(4095))(), testing::KilledBySignal(SIGSEGV), ""); in TEST()
110 testing::KilledBySignal(SIGSEGV), in TEST()
/frameworks/libs/binary_translation/tests/ndk_program_tests/arm64/
Dhandle_not_executable_test.cc39 ASSERT_EXIT((reinterpret_cast<Func>(code))(), testing::KilledBySignal(SIGSEGV), ""); in TEST()
46 testing::KilledBySignal(SIGSEGV), in TEST()
48 ASSERT_EXIT((reinterpret_cast<Func>(4095))(), testing::KilledBySignal(SIGSEGV), ""); in TEST()
104 testing::KilledBySignal(SIGSEGV), in TEST()
/frameworks/libs/binary_translation/tests/ndk_program_tests/arm/
Dhandle_not_executable_test.cc39 ASSERT_EXIT((reinterpret_cast<Func>(code))(), testing::KilledBySignal(SIGSEGV), ""); in TEST()
46 testing::KilledBySignal(SIGSEGV), in TEST()
48 ASSERT_EXIT((reinterpret_cast<Func>(4095))(), testing::KilledBySignal(SIGSEGV), ""); in TEST()
104 testing::KilledBySignal(SIGSEGV), in TEST()
/frameworks/libs/binary_translation/runtime/
Druntime_library.cc45 info.si_signo = SIGSEGV; in berberis_HandleNoExec()
48 syscall(SYS_rt_tgsigqueueinfo, GetpidSyscall(), GettidSyscall(), SIGSEGV, &info); in berberis_HandleNoExec()
/frameworks/libs/binary_translation/runtime_primitives/
Dcrash_reporter.cc61 sigaction(SIGSEGV, &action, &g_orig_action[SIGSEGV]); in InitCrashReporter()
/frameworks/libs/binary_translation/tests/ndk_program_tests/
Dsigaltstack_test.cc77 ASSERT_EQ(sigaction(SIGSEGV, &sa, &old_sa), 0); in TEST()
95 ASSERT_EQ(sigaction(SIGSEGV, &old_sa, nullptr), 0); in TEST()
Dsignal_test.cc160 ScopedSigaction scoped_sa(SIGSEGV, &sa); in TEST()
179 EXPECT_EQ(pthread_kill(*parent_id, SIGSEGV), 0); in AsyncSigsegvSender()
187 ScopedSigaction scoped_sa(SIGSEGV, &sa); in TEST()
214 ScopedSigaction scoped_sa(SIGSEGV, &sa); in TEST()
/frameworks/libs/binary_translation/interpreter/riscv64/
Dfaulty_memory_accesses_test.cc55 CHECK_EQ(sigaction(SIGSEGV, &sa, &old_sa_), 0); in ScopedFaultySigaction()
58 ~ScopedFaultySigaction() { CHECK_EQ(sigaction(SIGSEGV, &old_sa_, nullptr), 0); } in ~ScopedFaultySigaction()
Dinterpreter_test.cc74 CHECK_EQ(sigaction(SIGSEGV, &sa, &old_sa_), 0); in ScopedFaultySigaction()
77 ~ScopedFaultySigaction() { CHECK_EQ(sigaction(SIGSEGV, &old_sa_, nullptr), 0); } in ~ScopedFaultySigaction()
/frameworks/base/libs/hwui/tests/unit/
Dmain.cpp31 SIGABRT, SIGSEGV, SIGBUS,
/frameworks/libs/binary_translation/guest_os_primitives/
Dguest_signal_handling.cc58 case SIGSEGV: in IsPendingSignalWithoutRecoveryCodeFatal()
/frameworks/libs/binary_translation/backend/x86_64/
Dmachine_ir_exec_test.cc714 ASSERT_EQ(sig, SIGSEGV); in SigsegvHandler()
724 ScopedSignalHandler handler(SIGSEGV, SigsegvHandler); in TEST()
756 ScopedSignalHandler handler(SIGSEGV, SigsegvHandler); in TEST()
/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/android/system/
DOsConstants.java657 public static final int SIGSEGV = placeholder(); field in OsConstants
/frameworks/base/ravenwood/runtime-jni/
Dravenwood_os_constants.cpp531 initConstant(env, c, "SIGSEGV", SIGSEGV); in OsConstants_initConstants()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt27946 field public static final int SIGSEGV;