Searched refs:SA_SIGINFO (Results 1 – 20 of 20) sorted by relevance
30 (act) ? ((unsigned long)((act->sa_flags & SA_SIGINFO) \
8 (act) ? ((unsigned long)((act->sa_flags & SA_SIGINFO) \
22 #ifdef SA_SIGINFO
232 #ifdef SA_SIGINFO in do_test()235 sa.sa_flags = SA_SIGINFO; in do_test()249 sa.sa_flags = SA_SIGINFO | SA_ONSTACK; in do_test()
262 #ifdef SA_SIGINFO in do_test()265 sa.sa_flags = SA_SIGINFO; in do_test()279 sa.sa_flags = SA_SIGINFO | SA_ONSTACK; in do_test()
29 (kact)->sa_restorer = ((kact)->sa_flags & SA_SIGINFO) \
108 #ifdef SA_SIGINFO in __profil()110 act.sa_flags = SA_SIGINFO; in __profil()
336 #ifdef SA_SIGINFO in __sprofil()340 act.sa_flags = SA_SIGINFO; in __sprofil()
55 #define SA_SIGINFO 0x00000040 /* Invoke signal-catching function with macro
58 #define SA_SIGINFO 4 /* Invoke signal-catching function with macro
56 #define SA_SIGINFO 0x00000004 macro
61 #define SA_SIGINFO 0x00000010 /* Invoke signal-catching function with macro
64 #define SA_SIGINFO 0x00000200 /* Invoke signal-catching function with macro
64 #define SA_SIGINFO 0x00000008 /* Invoke signal-catching function with macro
32 (kact)->sa_restorer = (((act)->sa_flags & SA_SIGINFO) \
70 sa.sa_flags = SA_SIGINFO | flags; in xsethandler()
70 .sa_flags = SA_SIGINFO in do_test()
62 .sa_flags = SA_RESETHAND | SA_SIGINFO,
92 #define SA_SIGINFO 4 /* Invoke signal-catching function with macro
228 if (action->sa_flags & SA_SIGINFO) in _hurd_setup_sighandler()
Completed in 15 milliseconds