(root)/
strace-6.5/
src/
xlat/
s390_runtime_instr_commands.h
       1  /* Generated by ./src/xlat/gen.sh from ./src/xlat/s390_runtime_instr_commands.in; do not edit. */
       2  
       3  #include "gcc_compat.h"
       4  #include "static_assert.h"
       5  
       6  #if defined(S390_RUNTIME_INSTR_START) || (defined(HAVE_DECL_S390_RUNTIME_INSTR_START) && HAVE_DECL_S390_RUNTIME_INSTR_START)
       7  DIAG_PUSH_IGNORE_TAUTOLOGICAL_COMPARE
       8  static_assert((S390_RUNTIME_INSTR_START) == (0x1), "S390_RUNTIME_INSTR_START != 0x1");
       9  DIAG_POP_IGNORE_TAUTOLOGICAL_COMPARE
      10  #else
      11  # define S390_RUNTIME_INSTR_START 0x1
      12  #endif
      13  #if defined(S390_RUNTIME_INSTR_STOP) || (defined(HAVE_DECL_S390_RUNTIME_INSTR_STOP) && HAVE_DECL_S390_RUNTIME_INSTR_STOP)
      14  DIAG_PUSH_IGNORE_TAUTOLOGICAL_COMPARE
      15  static_assert((S390_RUNTIME_INSTR_STOP) == (0x2), "S390_RUNTIME_INSTR_STOP != 0x2");
      16  DIAG_POP_IGNORE_TAUTOLOGICAL_COMPARE
      17  #else
      18  # define S390_RUNTIME_INSTR_STOP 0x2
      19  #endif
      20  #undef XLAT_PREV_VAL
      21  
      22  #ifndef XLAT_MACROS_ONLY
      23  
      24  # ifdef IN_MPERS
      25  
      26  #  error static const struct xlat s390_runtime_instr_commands in mpers mode
      27  
      28  # else
      29  
      30  DIAG_PUSH_IGNORE_TAUTOLOGICAL_CONSTANT_COMPARE
      31  static const struct xlat_data s390_runtime_instr_commands_xdata[] = {
      32   [S390_RUNTIME_INSTR_START] = XLAT(S390_RUNTIME_INSTR_START),
      33   #define XLAT_VAL_0 ((unsigned) (S390_RUNTIME_INSTR_START))
      34   #define XLAT_STR_0 STRINGIFY(S390_RUNTIME_INSTR_START)
      35   [S390_RUNTIME_INSTR_STOP] = XLAT(S390_RUNTIME_INSTR_STOP),
      36   #define XLAT_VAL_1 ((unsigned) (S390_RUNTIME_INSTR_STOP))
      37   #define XLAT_STR_1 STRINGIFY(S390_RUNTIME_INSTR_STOP)
      38  };
      39  static
      40  const struct xlat s390_runtime_instr_commands[1] = { {
      41   .data = s390_runtime_instr_commands_xdata,
      42   .size = ARRAY_SIZE(s390_runtime_instr_commands_xdata),
      43   .type = XT_INDEXED,
      44   .flags_mask = 0
      45  #  ifdef XLAT_VAL_0
      46    | XLAT_VAL_0
      47  #  endif
      48  #  ifdef XLAT_VAL_1
      49    | XLAT_VAL_1
      50  #  endif
      51    ,
      52   .flags_strsz = 0
      53  #  ifdef XLAT_STR_0
      54    + sizeof(XLAT_STR_0)
      55  #  endif
      56  #  ifdef XLAT_STR_1
      57    + sizeof(XLAT_STR_1)
      58  #  endif
      59    ,
      60  } };
      61  DIAG_POP_IGNORE_TAUTOLOGICAL_CONSTANT_COMPARE
      62  
      63  #  undef XLAT_STR_0
      64  #  undef XLAT_VAL_0
      65  #  undef XLAT_STR_1
      66  #  undef XLAT_VAL_1
      67  # endif /* !IN_MPERS */
      68  
      69  #endif /* !XLAT_MACROS_ONLY */