/frameworks/libs/binary_translation/tests/ndk_program_tests/riscv64/ |
D | handle_not_executable_test.cc | 39 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/ |
D | handle_not_executable_test.cc | 39 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/ |
D | handle_not_executable_test.cc | 39 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/ |
D | runtime_library.cc | 45 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/ |
D | crash_reporter.cc | 61 sigaction(SIGSEGV, &action, &g_orig_action[SIGSEGV]); in InitCrashReporter()
|
/frameworks/libs/binary_translation/tests/ndk_program_tests/ |
D | sigaltstack_test.cc | 77 ASSERT_EQ(sigaction(SIGSEGV, &sa, &old_sa), 0); in TEST() 95 ASSERT_EQ(sigaction(SIGSEGV, &old_sa, nullptr), 0); in TEST()
|
D | signal_test.cc | 160 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/ |
D | faulty_memory_accesses_test.cc | 55 CHECK_EQ(sigaction(SIGSEGV, &sa, &old_sa_), 0); in ScopedFaultySigaction() 58 ~ScopedFaultySigaction() { CHECK_EQ(sigaction(SIGSEGV, &old_sa_, nullptr), 0); } in ~ScopedFaultySigaction()
|
D | interpreter_test.cc | 74 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/ |
D | main.cpp | 31 SIGABRT, SIGSEGV, SIGBUS,
|
/frameworks/libs/binary_translation/guest_os_primitives/ |
D | guest_signal_handling.cc | 58 case SIGSEGV: in IsPendingSignalWithoutRecoveryCodeFatal()
|
/frameworks/libs/binary_translation/backend/x86_64/ |
D | machine_ir_exec_test.cc | 714 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/ |
D | OsConstants.java | 657 public static final int SIGSEGV = placeholder(); field in OsConstants
|
/frameworks/base/ravenwood/runtime-jni/ |
D | ravenwood_os_constants.cpp | 531 initConstant(env, c, "SIGSEGV", SIGSEGV); in OsConstants_initConstants()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 27946 field public static final int SIGSEGV;
|