Home
last modified time | relevance | path

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

/external/strace/xlat/
Dsigact_flags.h15 # error static const struct xlat sigact_flags in mpers mode
20 const struct xlat sigact_flags[] = { variable
DMakemodule.am1 …hm_resource_flags.in xlat/shmctl_flags.in xlat/shutdown_modes.in xlat/sigact_flags.in xlat/sigalts…
2 …t/shm_resource_flags.h xlat/shmctl_flags.h xlat/shutdown_modes.h xlat/sigact_flags.h xlat/sigaltst…
751 $(top_srcdir)/xlat/sigact_flags.h: $(top_srcdir)/xlat/sigact_flags.in $(top_srcdir)/xlat/gen.sh
/external/strace/
Dsignal.c351 printflags(sigact_flags, sa.sa_flags, "SA_???"); in decode_old_sigaction()
568 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.
DMakefile.in1026 xlat/shutdown_modes.in xlat/sigact_flags.in \
1259 xlat/shutdown_modes.h xlat/sigact_flags.h \
8152 $(top_srcdir)/xlat/sigact_flags.h: $(top_srcdir)/xlat/sigact_flags.in $(top_srcdir)/xlat/gen.sh
DChangeLog16102 * xlat/sigact_flags.in (SA_STACK): Rename to SA_ONSTACK.
52616 * signal.c (sigact_flags): Add SA_NOPTRACE.