Home
last modified time | relevance | path

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

/external/strace/xlat/
Dptrace_setoptions_flags.h3 static const struct xlat ptrace_setoptions_flags[] = { variable
DMakemodule.am1 …_flags_options.in xlat/ptrace_cmds.in xlat/ptrace_events.in xlat/ptrace_setoptions_flags.in xlat/q…
2 …ptp_flags_options.h xlat/ptrace_cmds.h xlat/ptrace_events.h xlat/ptrace_setoptions_flags.h xlat/qm…
271 $(top_srcdir)/xlat/ptrace_setoptions_flags.h: $(top_srcdir)/xlat/ptrace_setoptions_flags.in $(top_s…
/external/strace/
Dprocess.c107 printflags(ptrace_setoptions_flags, tcp->u_arg[3], "PTRACE_O_???"); in SYS_FUNC()