Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/nt_descriptor_types.in; do not edit. */
      2 
      3 #ifdef IN_MPERS
      4 
      5 # error static const struct xlat nt_descriptor_types in mpers mode
      6 
      7 #else
      8 
      9 static
     10 const struct xlat nt_descriptor_types[] = {
     11 #if defined(NT_PRSTATUS) || (defined(HAVE_DECL_NT_PRSTATUS) && HAVE_DECL_NT_PRSTATUS)
     12   XLAT(NT_PRSTATUS),
     13 #endif
     14 #if defined(NT_FPREGSET) || (defined(HAVE_DECL_NT_FPREGSET) && HAVE_DECL_NT_FPREGSET)
     15   XLAT(NT_FPREGSET),
     16 #endif
     17 #if defined(NT_PRPSINFO) || (defined(HAVE_DECL_NT_PRPSINFO) && HAVE_DECL_NT_PRPSINFO)
     18   XLAT(NT_PRPSINFO),
     19 #endif
     20 #if defined(NT_PRXREG) || (defined(HAVE_DECL_NT_PRXREG) && HAVE_DECL_NT_PRXREG)
     21   XLAT(NT_PRXREG),
     22 #endif
     23 #if defined(NT_TASKSTRUCT) || (defined(HAVE_DECL_NT_TASKSTRUCT) && HAVE_DECL_NT_TASKSTRUCT)
     24   XLAT(NT_TASKSTRUCT),
     25 #endif
     26 #if defined(NT_PLATFORM) || (defined(HAVE_DECL_NT_PLATFORM) && HAVE_DECL_NT_PLATFORM)
     27   XLAT(NT_PLATFORM),
     28 #endif
     29 #if defined(NT_AUXV) || (defined(HAVE_DECL_NT_AUXV) && HAVE_DECL_NT_AUXV)
     30   XLAT(NT_AUXV),
     31 #endif
     32 #if defined(NT_GWINDOWS) || (defined(HAVE_DECL_NT_GWINDOWS) && HAVE_DECL_NT_GWINDOWS)
     33   XLAT(NT_GWINDOWS),
     34 #endif
     35 #if defined(NT_ASRS) || (defined(HAVE_DECL_NT_ASRS) && HAVE_DECL_NT_ASRS)
     36   XLAT(NT_ASRS),
     37 #endif
     38 #if defined(NT_PSTATUS) || (defined(HAVE_DECL_NT_PSTATUS) && HAVE_DECL_NT_PSTATUS)
     39   XLAT(NT_PSTATUS),
     40 #endif
     41 #if defined(NT_PSINFO) || (defined(HAVE_DECL_NT_PSINFO) && HAVE_DECL_NT_PSINFO)
     42   XLAT(NT_PSINFO),
     43 #endif
     44 #if defined(NT_PRCRED) || (defined(HAVE_DECL_NT_PRCRED) && HAVE_DECL_NT_PRCRED)
     45   XLAT(NT_PRCRED),
     46 #endif
     47 #if defined(NT_UTSNAME) || (defined(HAVE_DECL_NT_UTSNAME) && HAVE_DECL_NT_UTSNAME)
     48   XLAT(NT_UTSNAME),
     49 #endif
     50 #if defined(NT_LWPSTATUS) || (defined(HAVE_DECL_NT_LWPSTATUS) && HAVE_DECL_NT_LWPSTATUS)
     51   XLAT(NT_LWPSTATUS),
     52 #endif
     53 #if defined(NT_LWPSINFO) || (defined(HAVE_DECL_NT_LWPSINFO) && HAVE_DECL_NT_LWPSINFO)
     54   XLAT(NT_LWPSINFO),
     55 #endif
     56 #if defined(NT_PRFPXREG) || (defined(HAVE_DECL_NT_PRFPXREG) && HAVE_DECL_NT_PRFPXREG)
     57   XLAT(NT_PRFPXREG),
     58 #endif
     59 #if defined(NT_PRXFPREG) || (defined(HAVE_DECL_NT_PRXFPREG) && HAVE_DECL_NT_PRXFPREG)
     60   XLAT(NT_PRXFPREG),
     61 #endif
     62 #if defined(NT_PPC_VMX) || (defined(HAVE_DECL_NT_PPC_VMX) && HAVE_DECL_NT_PPC_VMX)
     63   XLAT(NT_PPC_VMX),
     64 #endif
     65 #if defined(NT_PPC_SPE) || (defined(HAVE_DECL_NT_PPC_SPE) && HAVE_DECL_NT_PPC_SPE)
     66   XLAT(NT_PPC_SPE),
     67 #endif
     68 #if defined(NT_PPC_VSX) || (defined(HAVE_DECL_NT_PPC_VSX) && HAVE_DECL_NT_PPC_VSX)
     69   XLAT(NT_PPC_VSX),
     70 #endif
     71 #if defined(NT_386_TLS) || (defined(HAVE_DECL_NT_386_TLS) && HAVE_DECL_NT_386_TLS)
     72   XLAT(NT_386_TLS),
     73 #endif
     74 #if defined(NT_386_IOPERM) || (defined(HAVE_DECL_NT_386_IOPERM) && HAVE_DECL_NT_386_IOPERM)
     75   XLAT(NT_386_IOPERM),
     76 #endif
     77 #if defined(NT_X86_XSTATE) || (defined(HAVE_DECL_NT_X86_XSTATE) && HAVE_DECL_NT_X86_XSTATE)
     78   XLAT(NT_X86_XSTATE),
     79 #endif
     80  XLAT_END
     81 };
     82 
     83 #endif /* !IN_MPERS */
     84