Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/bpf_op_alu.in; do not edit. */
      2 
      3 #ifdef IN_MPERS
      4 
      5 # error static const struct xlat bpf_op_alu in mpers mode
      6 
      7 #else
      8 
      9 static
     10 const struct xlat bpf_op_alu[] = {
     11 #if defined(BPF_ADD) || (defined(HAVE_DECL_BPF_ADD) && HAVE_DECL_BPF_ADD)
     12   XLAT(BPF_ADD),
     13 #endif
     14 #if defined(BPF_SUB) || (defined(HAVE_DECL_BPF_SUB) && HAVE_DECL_BPF_SUB)
     15   XLAT(BPF_SUB),
     16 #endif
     17 #if defined(BPF_MUL) || (defined(HAVE_DECL_BPF_MUL) && HAVE_DECL_BPF_MUL)
     18   XLAT(BPF_MUL),
     19 #endif
     20 #if defined(BPF_DIV) || (defined(HAVE_DECL_BPF_DIV) && HAVE_DECL_BPF_DIV)
     21   XLAT(BPF_DIV),
     22 #endif
     23 #if defined(BPF_OR) || (defined(HAVE_DECL_BPF_OR) && HAVE_DECL_BPF_OR)
     24   XLAT(BPF_OR),
     25 #endif
     26 #if defined(BPF_AND) || (defined(HAVE_DECL_BPF_AND) && HAVE_DECL_BPF_AND)
     27   XLAT(BPF_AND),
     28 #endif
     29 #if defined(BPF_LSH) || (defined(HAVE_DECL_BPF_LSH) && HAVE_DECL_BPF_LSH)
     30   XLAT(BPF_LSH),
     31 #endif
     32 #if defined(BPF_RSH) || (defined(HAVE_DECL_BPF_RSH) && HAVE_DECL_BPF_RSH)
     33   XLAT(BPF_RSH),
     34 #endif
     35 #if defined(BPF_NEG) || (defined(HAVE_DECL_BPF_NEG) && HAVE_DECL_BPF_NEG)
     36   XLAT(BPF_NEG),
     37 #endif
     38 #if defined(BPF_MOD) || (defined(HAVE_DECL_BPF_MOD) && HAVE_DECL_BPF_MOD)
     39   XLAT(BPF_MOD),
     40 #endif
     41 #if defined(BPF_XOR) || (defined(HAVE_DECL_BPF_XOR) && HAVE_DECL_BPF_XOR)
     42   XLAT(BPF_XOR),
     43 #endif
     44 #if defined(BPF_MOV) || (defined(HAVE_DECL_BPF_MOV) && HAVE_DECL_BPF_MOV)
     45   XLAT(BPF_MOV),
     46 #endif
     47 #if defined(BPF_ARSH) || (defined(HAVE_DECL_BPF_ARSH) && HAVE_DECL_BPF_ARSH)
     48   XLAT(BPF_ARSH),
     49 #endif
     50 #if defined(BPF_END) || (defined(HAVE_DECL_BPF_END) && HAVE_DECL_BPF_END)
     51   XLAT(BPF_END),
     52 #endif
     53  XLAT_END
     54 };
     55 
     56 #endif /* !IN_MPERS */
     57