Home
last modified time | relevance | path

Searched refs:__BIONIC_SIGDEF (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/include/sys/
D_sigdefs.h34 #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/
Dsiglist.c31 #define __BIONIC_SIGDEF(x,y,z) [ SIG##x ] = z, macro
Dsigname.c31 #define __BIONIC_SIGDEF(x,y,z) [ SIG##x ] = #x, macro
Dstrerror_r.cpp37 #define __BIONIC_SIGDEF(x,y,z) { y, z }, macro