Searched refs:__BIONIC_SIGDEF (Results 1 – 4 of 4) sorted by relevance
/bionic/libc/include/sys/ |
D | _sigdefs.h | 34 #ifndef __BIONIC_SIGDEF 35 #error __BIONIC_SIGDEF not defined 38 __BIONIC_SIGDEF(HUP,1,"Hangup") 39 __BIONIC_SIGDEF(INT,2,"Interrupt") 40 __BIONIC_SIGDEF(QUIT,3,"Quit") 41 __BIONIC_SIGDEF(ILL,4,"Illegal instruction") 42 __BIONIC_SIGDEF(TRAP,5,"Trap") 43 __BIONIC_SIGDEF(ABRT,6,"Aborted") 45 __BIONIC_SIGDEF(EMT,7,"EMT") 47 __BIONIC_SIGDEF(BUS,7,"Bus error") [all …]
|
/bionic/libc/bionic/ |
D | siglist.c | 31 #define __BIONIC_SIGDEF(x,y,z) [ SIG##x ] = z, macro
|
D | signame.c | 31 #define __BIONIC_SIGDEF(x,y,z) [ SIG##x ] = #x, macro
|
D | strerror_r.cpp | 37 #define __BIONIC_SIGDEF(x,y,z) { y, z }, macro
|