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