Searched refs:SA_SIGINFO (Results 1 – 25 of 102) sorted by relevance
12345
19 ((ka)->sa.sa_flags & SA_SIGINFO))24 ((ka)->sa.sa_flags & SA_SIGINFO) : 1) )
35 #ifndef SA_SIGINFO36 #define SA_SIGINFO 0x00000004 macro
113 usr_sa.sa_flags = SA_SIGINFO | SA_ONSTACK; in tm_trap_test()116 seg_sa.sa_flags = SA_SIGINFO; in tm_trap_test()
260 trap_sa.sa_flags = SA_SIGINFO; in tm_trap_test()266 usr1_sa.sa_flags = SA_SIGINFO; in tm_trap_test()
37 trap_sa.sa_flags = SA_SIGINFO; in tm_signal_sigreturn_nt()
57 act.sa_flags = SA_SIGINFO; in tm_signal_msr_resv()
128 .sa_flags = SA_SIGINFO in test_wild_bctr()132 .sa_flags = SA_SIGINFO in test_wild_bctr()
153 .sa_flags = SA_SIGINFO in test_anon()189 .sa_flags = SA_SIGINFO in test_file()
116 segv_act.sa_flags = SA_SIGINFO; in test()124 trap_act.sa_flags = SA_SIGINFO; in test()
39 .sa_flags = SA_SIGINFO, in test_segv_errors()
244 mov w2, #SA_SIGINFO249 mov w2, #SA_SIGINFO254 mov w2, #SA_SIGINFO
10 #define SA_SIGINFO 4 macro
396 mov w2, #SA_SIGINFO401 mov w2, #SA_SIGINFO406 mov w2, #SA_SIGINFO
83 action.sa_flags = SA_SIGINFO | SA_NODEFER; in FIXTURE_SETUP()235 action.sa_flags = SA_SIGINFO | SA_NODEFER; in exec_child()
178 act.sa_flags = SA_SIGINFO; in TEST()234 act.sa_flags = SA_SIGINFO; in TEST_SIGNAL()
23 act.sa_flags = SA_SIGINFO; in main()
43 signal_action.sa_flags = SA_SIGINFO; in setup_signal_handler()
47 #define SA_SIGINFO 0x00000010 macro
85 (SA_NOCLDSTOP | SA_NOCLDWAIT | SA_SIGINFO | SA_ONSTACK | SA_RESTART | \
208 trap_sa.sa_flags = SA_SIGINFO; in sigfuz_test()212 seg_sa.sa_flags = SA_SIGINFO; in sigfuz_test()
62 sa.flags = SA_SIGINFO; in main()
27 sa.sa_flags = SA_SIGINFO | flags; in sethandler()
74 #define SA_SIGINFO 0x00000008 macro
76 sa.sa_flags = SA_SIGINFO; in set_dscr()
69 #define SA_SIGINFO 0x00000040 macro
Completed in 23 milliseconds