Searched refs:__BIONIC_SIGDEF (Results 1 - 4 of 4) sorted by relevance
/bionic/libc/include/sys/ |
H A 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(BU 101 #undef __BIONIC_SIGDEF macro [all...] |
/bionic/libc/unistd/ |
H A D | siglist.c | 31 #define __BIONIC_SIGDEF(x,y,z) [ SIG##x ] = z, macro
|
H A D | signame.c | 31 #define __BIONIC_SIGDEF(x,y,z) [ SIG##x ] = #x, macro
|
/bionic/libc/bionic/ |
H A D | strerror_r.cpp | 35 #define __BIONIC_SIGDEF(x,y,z) { y, z }, macro
|
Completed in 63 milliseconds