Searched refs:old_sigaction (Results 1 – 3 of 3) sorted by relevance
/external/strace/ |
D | signal.c | 275 struct old_sigaction { struct 305 struct old_sigaction sa; in decode_old_sigaction() argument
|
D | ChangeLog | 1348 * signal.c (struct old_sigaction, struct new_sigaction, 1726 * signal.c (old_sigaction): Rename __sa_handler to sa_handler__, 1732 old_sigaction32.sa_handler__ to old_sigaction.sa_handler__, 1733 from old_sigaction32.sa_restorer to old_sigaction.sa_restorer, 1734 and from old_sigaction.sa_handler__ to unsigned long. Print 1735 old_sigaction.sa_restorer using printaddr. 20283 (old_sigaction, old_sigaction32, new_sigaction): Use HAVE_SA_RESTORER 23589 signal.c:631:21: error: 'struct old_sigaction' has no member named 'sa_restorer' 23593 * signal.c (struct old_sigaction, struct old_sigaction32, 24791 Add multi-personality support to struct old_sigaction decoding. [all …]
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-linux.c | 3208 int, signum, const struct old_sigaction *, act, in PRE() 3209 struct old_sigaction *, oldact); in PRE()
|