Searched refs:__BIONIC_SIGDEF (Results 1 – 2 of 2) sorted by relevance
/aosp12/bionic/libc/private/ |
H A D | bionic_sigdefs.h | 34 #ifndef __BIONIC_SIGDEF 35 #error __BIONIC_SIGDEF not defined 38 __BIONIC_SIGDEF(SIGHUP, "Hangup") 39 __BIONIC_SIGDEF(SIGINT, "Interrupt") 40 __BIONIC_SIGDEF(SIGQUIT, "Quit") 42 __BIONIC_SIGDEF(SIGTRAP, "Trap") 43 __BIONIC_SIGDEF(SIGABRT, "Aborted") 45 __BIONIC_SIGDEF(SIGEMT, "EMT") 48 __BIONIC_SIGDEF(SIGKILL, "Killed") 62 __BIONIC_SIGDEF(SIGTSTP, "Stopped") [all …]
|
/aosp12/bionic/libc/bionic/ |
H A D | strsignal.cpp | 35 #define __BIONIC_SIGDEF(signal_number, signal_description) [ signal_number ] = signal_description, macro 40 #define __BIONIC_SIGDEF(signal_number, unused) [ signal_number ] = &(#signal_number)[3], macro
|