Home
last modified time | relevance | path

Searched refs:sigaction32 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dsignal.h96 #define __new_sigaction32 sigaction32
105 #define __old_sigaction32 sigaction32
/openbmc/linux/tools/testing/selftests/x86/
H A Dtest_shadow_stack.c611 int sigaction32(int signum, const struct sigaction *restrict act, in sigaction32() function
672 if (sigaction32(SIGUSR1, sa32, NULL)) in test_32bit()