Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/ptrace_setoptions_flags.in; do not edit. */
      2 
      3 #include "gcc_compat.h"
      4 #include "static_assert.h"
      5 
      6 
      7 #ifndef XLAT_MACROS_ONLY
      8 
      9 # ifdef IN_MPERS
     10 
     11 #  error static const struct xlat ptrace_setoptions_flags in mpers mode
     12 
     13 # else
     14 
     15 static
     16 const struct xlat ptrace_setoptions_flags[] = {
     17 #if defined(PTRACE_O_TRACESYSGOOD) || (defined(HAVE_DECL_PTRACE_O_TRACESYSGOOD) && HAVE_DECL_PTRACE_O_TRACESYSGOOD)
     18   XLAT(PTRACE_O_TRACESYSGOOD),
     19 #endif
     20 #if defined(PTRACE_O_TRACEFORK) || (defined(HAVE_DECL_PTRACE_O_TRACEFORK) && HAVE_DECL_PTRACE_O_TRACEFORK)
     21   XLAT(PTRACE_O_TRACEFORK),
     22 #endif
     23 #if defined(PTRACE_O_TRACEVFORK) || (defined(HAVE_DECL_PTRACE_O_TRACEVFORK) && HAVE_DECL_PTRACE_O_TRACEVFORK)
     24   XLAT(PTRACE_O_TRACEVFORK),
     25 #endif
     26 #if defined(PTRACE_O_TRACECLONE) || (defined(HAVE_DECL_PTRACE_O_TRACECLONE) && HAVE_DECL_PTRACE_O_TRACECLONE)
     27   XLAT(PTRACE_O_TRACECLONE),
     28 #endif
     29 #if defined(PTRACE_O_TRACEEXEC) || (defined(HAVE_DECL_PTRACE_O_TRACEEXEC) && HAVE_DECL_PTRACE_O_TRACEEXEC)
     30   XLAT(PTRACE_O_TRACEEXEC),
     31 #endif
     32 #if defined(PTRACE_O_TRACEVFORKDONE) || (defined(HAVE_DECL_PTRACE_O_TRACEVFORKDONE) && HAVE_DECL_PTRACE_O_TRACEVFORKDONE)
     33   XLAT(PTRACE_O_TRACEVFORKDONE),
     34 #endif
     35 #if defined(PTRACE_O_TRACEEXIT) || (defined(HAVE_DECL_PTRACE_O_TRACEEXIT) && HAVE_DECL_PTRACE_O_TRACEEXIT)
     36   XLAT(PTRACE_O_TRACEEXIT),
     37 #endif
     38 #if defined(PTRACE_O_TRACESECCOMP) || (defined(HAVE_DECL_PTRACE_O_TRACESECCOMP) && HAVE_DECL_PTRACE_O_TRACESECCOMP)
     39   XLAT(PTRACE_O_TRACESECCOMP),
     40 #endif
     41 #if defined(PTRACE_O_EXITKILL) || (defined(HAVE_DECL_PTRACE_O_EXITKILL) && HAVE_DECL_PTRACE_O_EXITKILL)
     42   XLAT(PTRACE_O_EXITKILL),
     43 #endif
     44 #if defined(PTRACE_O_SUSPEND_SECCOMP) || (defined(HAVE_DECL_PTRACE_O_SUSPEND_SECCOMP) && HAVE_DECL_PTRACE_O_SUSPEND_SECCOMP)
     45   XLAT(PTRACE_O_SUSPEND_SECCOMP),
     46 #endif
     47 
     48 #if defined(PTRACE_O_TRACEMIGRATE) || (defined(HAVE_DECL_PTRACE_O_TRACEMIGRATE) && HAVE_DECL_PTRACE_O_TRACEMIGRATE)
     49   XLAT(PTRACE_O_TRACEMIGRATE),
     50 #endif
     51  XLAT_END
     52 };
     53 
     54 # endif /* !IN_MPERS */
     55 
     56 #endif /* !XLAT_MACROS_ONLY */
     57