Home
last modified time | relevance | path

Searched refs:sigact_flags (Results 1 – 4 of 4) sorted by relevance

/external/strace/xlat/
Dsigact_flags.h9 # error static const struct xlat sigact_flags in mpers mode
14 const struct xlat sigact_flags[] = { variable
DMakemodule.am1 …t/shm_flags.in xlat/shm_resource_flags.in xlat/shutdown_modes.in xlat/sigact_flags.in xlat/sigalts…
2 …xlat/shm_flags.h xlat/shm_resource_flags.h xlat/shutdown_modes.h xlat/sigact_flags.h xlat/sigaltst…
355 $(top_srcdir)/xlat/sigact_flags.h: $(top_srcdir)/xlat/sigact_flags.in $(top_srcdir)/xlat/gen.sh
/external/strace/
Dsignal.c337 printflags(sigact_flags, sa.sa_flags, "SA_???"); in decode_old_sigaction()
579 printflags(sigact_flags, sa.sa_flags, "SA_???"); in decode_new_sigaction()
DChangeLog-CVS636 * signal.c (sigact_flags): Prefer SA_NODEFER to SA_NOMASK,
5582 * signal.c (sigact_flags): Add _SA_BSDCALL for SGI.