Searched refs:ILL_ILLOPN (Results 1 – 5 of 5) sorted by relevance
/external/valgrind/main/none/tests/x86/ |
D | faultstatus.c | 135 T(1, SIGILL, ILL_ILLOPN, &test1_ill), in main()
|
/external/valgrind/main/none/tests/amd64/ |
D | faultstatus.c | 117 T(1, SIGILL, ILL_ILLOPN, &test1_ill), in main()
|
/external/kernel-headers/original/asm-generic/ |
D | siginfo.h | 160 #define ILL_ILLOPN (__SI_FAULT|2) /* illegal operand */ macro
|
/external/strace/ |
D | signal.c | 418 #define ILL_ILLOPN 2 /* illegal operand */ macro 591 { ILL_ILLOPN, "ILL_ILLOPN" },
|
/external/valgrind/main/include/vki/ |
D | vki-darwin.h | 492 #define VKI_ILL_ILLOPN ILL_ILLOPN
|