Searched refs:sigaction_t (Results 1 – 3 of 3) sorted by relevance
/third_party/musl/porting/liteos_a/user/src/signal/ |
D | sigaction.c | 29 typedef struct sigaction sigaction_t; typedef 148 static void __sig_copy_sigaction(sigaction_t *src, sigaction_t *dst) in __sig_copy_sigaction() 218 static int __sig_dfl_opr(int sig, sigactq_t *sigact, const sigaction_t *act) in __sig_dfl_opr() 233 static int __sig_action_opr(int sig, const sigaction_t *act, sigaction_t *oact) in __sig_action_opr() 286 sigaction_t ksa, ksa_old; in __libc_sigaction() 321 r = __sig_action_opr(sig, (const sigaction_t*)sa?&ksa:0, (sigaction_t*)old?&ksa_old:0); in __libc_sigaction()
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test15-pr18892.so.abi | 11005 <!-- struct sigaction_t --> 11006 …<class-decl name='sigaction_t' size-in-bits='1216' is-struct='yes' visibility='default' filepath='… 11025 <!-- __sanitizer::__sanitizer_sigset_t sigaction_t::sa_mask --> 11029 <!-- int sigaction_t::sa_flags --> 11033 <!-- void ()* sigaction_t::sa_restorer --> 11575 <!-- typedef int (int, sigaction_t*, sigaction_t*)* sigaction_f --> 12096 <!-- int (int, sigaction_t*, sigaction_t*)* --> 12216 <!-- sigaction_t* --> 24510 <!-- int __interceptor_sigaction(int, sigaction_t*, sigaction_t*) --> 24514 <!-- parameter of type 'sigaction_t*' --> [all …]
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test15-pr18892.so.abi | 6434 …<class-decl name='sigaction_t' size-in-bits='1216' is-struct='yes' visibility='default' filepath='…
|