Searched refs:TARGET_SIGKILL (Results 1 – 13 of 13) sorted by relevance
16 #define TARGET_SIGKILL 9 /* kill (cannot be caught or ignored) */ macro
13 #define TARGET_SIGKILL 9 macro
29 #define TARGET_SIGKILL 9 macro
14 #define TARGET_SIGKILL 9 /* Kill, unblockable (POSIX). */ macro
20 #define TARGET_SIGKILL 9 /* kill (cannot be caught or ignored) */ macro
12 #define TARGET_SIGKILL 9 macro
284 case TARGET_SIGKILL: in print_signal()
668 if ((sig == TARGET_SIGKILL || sig == TARGET_SIGSTOP) && in do_sigaction()
36 TARGET_SIGKILL,
1161 if (act && (sig == TARGET_SIGKILL || sig == TARGET_SIGSTOP)) { in do_sigaction()