Searched defs:ctx_void (Results 1 – 3 of 3) sorted by relevance
35 static void sigtrap(int sig, siginfo_t *info, void *ctx_void) in sigtrap()
35 static void handler_with_siginfo(int sig, siginfo_t *info, void *ctx_void) in handler_with_siginfo()
313 static void sigsegv(int sig, siginfo_t *info, void *ctx_void) in sigsegv()469 static void sigtrap(int sig, siginfo_t *info, void *ctx_void) in sigtrap()