Home
last modified time | relevance | path

Searched refs:old_sigaction (Results 1 – 3 of 3) sorted by relevance

/external/strace/
Dsignal.c297 struct old_sigaction { struct
322 struct old_sigaction sa; in decode_old_sigaction() argument
DChangeLog8505 signal: enhance printing of old_sigaction.mask.
8506 * signal.c (decode_old_sigaction): Print old_sigaction.mask
8514 signal: fix decoding of struct old_sigaction on some architectures.
8515 On alpha, struct old_sigaction.sa_flags has a 32-bit type.
8517 On mips, only first word of old_sigaction.sa_mask is read.
8520 syscall, struct old_sigaction has sa_restorer field that has to be
8523 * signal.c (struct old_sigaction) [ALPHA]: Change sa_flags type
8530 [!ALPHA && !MIPS]: Print old_sigaction.sa_restorer if SA_RESTORER flag
12976 * signal.c (struct old_sigaction, struct new_sigaction,
13354 * signal.c (old_sigaction): Rename __sa_handler to sa_handler__,
[all …]
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-linux.c3700 int, signum, const struct old_sigaction *, act, in PRE()
3701 struct old_sigaction *, oldact); in PRE()