Searched refs:sethandler (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/x86/ |
| H A D | sigtrap_loop.c | 20 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), int flags) in sethandler() function 63 sethandler(SIGTRAP, sigtrap, 0); in main()
|
| H A D | corrupt_xstate_header.c | 53 sethandler(SIGUSR1, sigusr1, 0); in main() 54 sethandler(SIGSEGV, sigsegv, 0); in main()
|
| H A D | helpers.h | 30 static inline void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), int flags) in sethandler() function
|
| H A D | test_vsyscall.c | 489 sethandler(SIGTRAP, sigtrap, 0); in test_emulation() 527 sethandler(SIGSEGV, sigsegv, 0); in main()
|