Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/Include/
Dsignal.h54 #define SIGILL __SigIll ///< detection of an invalid function image, such as an invalid ins… macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dsignalmodule.c284 case SIGILL: break; in signal_signal()
641 #ifdef SIGILL in initsignal()
642 x = PyInt_FromLong(SIGILL); in initsignal()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dsignalmodule.c284 case SIGILL: break; in signal_signal()
649 #ifdef SIGILL in initsignal()
650 x = PyInt_FromLong(SIGILL); in initsignal()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_signal.py218 signal.SIGILL, signal.SIGINT, signal.SIGSEGV,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpythonrun.c1848 case SIGILL: in PyOS_getsig()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpythonrun.c1873 case SIGILL: in PyOS_getsig()