HomeSort by relevance Sort by last modified time
    Searched refs:SIGILL (Results 101 - 125 of 272) sorted by null

1 2 3 45 6 7 8 91011

  /external/mesa3d/src/gallium/auxiliary/util/
u_cpu_detect.c 125 signal(SIGILL, sigill_handler);
127 signal(SIGILL, SIG_DFL);
137 signal(SIGILL, SIG_DFL);
  /external/v8/src/base/debug/
stack_trace_posix.cc 228 } else if (signal == SIGILL) {
253 if (signal == SIGBUS || signal == SIGFPE || signal == SIGILL ||
348 success &= (sigaction(SIGILL, &action, NULL) == 0);
  /system/core/debuggerd/libdebuggerd/
utility.cpp 269 case SIGILL:
283 case SIGILL: return "SIGILL";
299 case SIGILL:
  /toolchain/binutils/binutils-2.27/bfd/
cisco-core.c 189 case 4 : abfd->tdata.cisco_core_data->sig = SIGILL; break;
201 case 10: abfd->tdata.cisco_core_data->sig = SIGILL; break;
203 case 11: abfd->tdata.cisco_core_data->sig = SIGILL; break;
  /art/runtime/
runtime_common.cc 51 case SIGILL: return "SIGILL";
65 case SIGILL:
399 bool has_address = (signal_number == SIGILL || signal_number == SIGBUS ||
476 rc += sigaction(SIGILL, &action, oldact);
  /external/linux-kselftest/tools/testing/selftests/x86/
test_FCMOV.c 58 /* SIGILL triggers on 32-bit kernels w/o fcomi emulation
62 signal(SIGILL, sighandler);
  /external/ltp/testcases/kernel/syscalls/kill/
kill11.c 68 {SIGILL, 1},
  /external/tensorflow/tensorflow/core/platform/
stacktrace_handler.cc 102 int handled_signals[] = {SIGSEGV, SIGABRT, SIGBUS, SIGILL, SIGFPE};
  /prebuilts/go/darwin-x86/src/runtime/
defs2_linux.go 71 SIGILL = C.SIGILL
defs_darwin.go 88 SIGILL = C.SIGILL
signal_darwin.go 12 /* 4 */ {_SigThrow + _SigUnblock, "SIGILL: illegal instruction"},
signal_dragonfly.go 12 /* 4 */ {_SigThrow + _SigUnblock, "SIGILL: illegal instruction"},
signal_freebsd.go 12 /* 4 */ {_SigThrow + _SigUnblock, "SIGILL: illegal instruction"},
signal_nacl.go 17 /* 4 */ {_SigThrow, "SIGILL: illegal instruction"},
signal_netbsd.go 12 /* 4 */ {_SigThrow + _SigUnblock, "SIGILL: illegal instruction"},
signal_openbsd.go 12 /* 4 */ {_SigThrow + _SigUnblock, "SIGILL: illegal instruction"},
  /prebuilts/go/linux-x86/src/runtime/
defs2_linux.go 71 SIGILL = C.SIGILL
defs_darwin.go 88 SIGILL = C.SIGILL
signal_darwin.go 12 /* 4 */ {_SigThrow + _SigUnblock, "SIGILL: illegal instruction"},
signal_dragonfly.go 12 /* 4 */ {_SigThrow + _SigUnblock, "SIGILL: illegal instruction"},
  /art/runtime/arch/arm/
instruction_set_features_arm.cc 236 // instruction. If we get a SIGILL then it's not supported.
241 sigaction(SIGILL, &sa, &osa);
255 sigaction(SIGILL, &osa, nullptr);
  /external/honggfuzz/posix/
arch.c 58 [SIGILL].important = true,
59 [SIGILL].descr = "SIGILL",
  /external/ltp/testcases/misc/crash/
crash01.c 360 case SIGILL:
418 my_signal(SIGILL, again_handler);
crash02.c 309 case SIGILL:
367 my_signal(SIGILL, again_handler);
  /external/perfetto/src/base/
debug_crash_stack_trace.cc 63 SigHandler g_signals[] = {{SIGSEGV, {}}, {SIGILL, {}}, {SIGTRAP, {}},
118 } else if (sig_num == SIGILL) {

Completed in 1205 milliseconds

1 2 3 45 6 7 8 91011