(root)/
strace-6.5/
src/
xlat/
s390_sthyi_function_codes.h
       1  /* Generated by ./src/xlat/gen.sh from ./src/xlat/s390_sthyi_function_codes.in; do not edit. */
       2  
       3  #include "gcc_compat.h"
       4  #include "static_assert.h"
       5  
       6  #if defined(STHYI_FC_CP_IFL_CAP) || (defined(HAVE_DECL_STHYI_FC_CP_IFL_CAP) && HAVE_DECL_STHYI_FC_CP_IFL_CAP)
       7  DIAG_PUSH_IGNORE_TAUTOLOGICAL_COMPARE
       8  static_assert((STHYI_FC_CP_IFL_CAP) == (0), "STHYI_FC_CP_IFL_CAP != 0");
       9  DIAG_POP_IGNORE_TAUTOLOGICAL_COMPARE
      10  #else
      11  # define STHYI_FC_CP_IFL_CAP 0
      12  #endif
      13  #undef XLAT_PREV_VAL
      14  
      15  #ifndef XLAT_MACROS_ONLY
      16  
      17  # ifdef IN_MPERS
      18  
      19  #  error static const struct xlat s390_sthyi_function_codes in mpers mode
      20  
      21  # else
      22  
      23  DIAG_PUSH_IGNORE_TAUTOLOGICAL_CONSTANT_COMPARE
      24  static const struct xlat_data s390_sthyi_function_codes_xdata[] = {
      25   XLAT(STHYI_FC_CP_IFL_CAP),
      26   #define XLAT_VAL_0 ((unsigned) (STHYI_FC_CP_IFL_CAP))
      27   #define XLAT_STR_0 STRINGIFY(STHYI_FC_CP_IFL_CAP)
      28  };
      29  static
      30  const struct xlat s390_sthyi_function_codes[1] = { {
      31   .data = s390_sthyi_function_codes_xdata,
      32   .size = ARRAY_SIZE(s390_sthyi_function_codes_xdata),
      33   .type = XT_NORMAL,
      34   .flags_mask = 0
      35  #  ifdef XLAT_VAL_0
      36    | XLAT_VAL_0
      37  #  endif
      38    ,
      39   .flags_strsz = 0
      40  #  ifdef XLAT_STR_0
      41    + sizeof(XLAT_STR_0)
      42  #  endif
      43    ,
      44  } };
      45  DIAG_POP_IGNORE_TAUTOLOGICAL_CONSTANT_COMPARE
      46  
      47  #  undef XLAT_STR_0
      48  #  undef XLAT_VAL_0
      49  # endif /* !IN_MPERS */
      50  
      51  #endif /* !XLAT_MACROS_ONLY */