Home
last modified time | relevance | path

Searched refs:SIGILL (Results 1 – 11 of 11) sorted by relevance

/frameworks/libs/binary_translation/runtime_primitives/
Dinterpret_helpers_riscv64.cc61 syscall(SYS_tgkill, pid, tid, SIGILL); in UndefinedInsn()
63 raise(SIGILL); in UndefinedInsn()
Dcrash_reporter.cc62 sigaction(SIGILL, &action, &g_orig_action[SIGILL]); in InitCrashReporter()
/frameworks/libs/binary_translation/tests/ndk_program_tests/riscv64/
Dsigill_test.cc45 ScopedSigaction scoped_sa(SIGILL, &sa); in TEST()
76 ScopedSigaction scoped_sa(SIGILL, &sa); in TEST()
/frameworks/libs/binary_translation/tests/ndk_program_tests/arm/
Dsigill_test.cc48 ScopedSigaction scoped_sa(SIGILL, &sa); in TEST()
95 ScopedSigaction scoped_sa(SIGILL, &sa); in TEST()
/frameworks/libs/binary_translation/tests/ndk_program_tests/arm64/
Dsigill_test.cc47 ScopedSigaction scoped_sa(SIGILL, &sa); in TEST()
/frameworks/libs/binary_translation/guest_os_primitives/
Dguest_signal_handling.cc60 case SIGILL: in IsPendingSignalWithoutRecoveryCodeFatal()
184 case SIGILL: in SetSignalFromHost()
/frameworks/libs/binary_translation/tests/ndk_program_tests/
Dsignal_test.cc239 const int test_signals[] = {SIGILL, SIGXCPU, SIGPWR}; in TEST()
/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/android/system/
DOsConstants.java647 public static final int SIGILL = placeholder(); field in OsConstants
/frameworks/base/ravenwood/runtime-jni/
Dravenwood_os_constants.cpp515 initConstant(env, c, "SIGILL", SIGILL); in OsConstants_initConstants()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt27936 field public static final int SIGILL;