Searched refs:SIGILL (Results 1 – 11 of 11) sorted by relevance
/frameworks/libs/binary_translation/runtime_primitives/ |
D | interpret_helpers_riscv64.cc | 61 syscall(SYS_tgkill, pid, tid, SIGILL); in UndefinedInsn() 63 raise(SIGILL); in UndefinedInsn()
|
D | crash_reporter.cc | 62 sigaction(SIGILL, &action, &g_orig_action[SIGILL]); in InitCrashReporter()
|
/frameworks/libs/binary_translation/tests/ndk_program_tests/riscv64/ |
D | sigill_test.cc | 45 ScopedSigaction scoped_sa(SIGILL, &sa); in TEST() 76 ScopedSigaction scoped_sa(SIGILL, &sa); in TEST()
|
/frameworks/libs/binary_translation/tests/ndk_program_tests/arm/ |
D | sigill_test.cc | 48 ScopedSigaction scoped_sa(SIGILL, &sa); in TEST() 95 ScopedSigaction scoped_sa(SIGILL, &sa); in TEST()
|
/frameworks/libs/binary_translation/tests/ndk_program_tests/arm64/ |
D | sigill_test.cc | 47 ScopedSigaction scoped_sa(SIGILL, &sa); in TEST()
|
/frameworks/libs/binary_translation/guest_os_primitives/ |
D | guest_signal_handling.cc | 60 case SIGILL: in IsPendingSignalWithoutRecoveryCodeFatal() 184 case SIGILL: in SetSignalFromHost()
|
/frameworks/libs/binary_translation/tests/ndk_program_tests/ |
D | signal_test.cc | 239 const int test_signals[] = {SIGILL, SIGXCPU, SIGPWR}; in TEST()
|
/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/android/system/ |
D | OsConstants.java | 647 public static final int SIGILL = placeholder(); field in OsConstants
|
/frameworks/base/ravenwood/runtime-jni/ |
D | ravenwood_os_constants.cpp | 515 initConstant(env, c, "SIGILL", SIGILL); in OsConstants_initConstants()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 27936 field public static final int SIGILL;
|