:pserver:cvsanon@mok.lvcm.com:/CVS/ReactOS reactos
[reactos.git] / lib / ntdll / stubs / stubs.c
1 #include <ddk/ntddk.h>
2
3 #define STUB(x) void x(void) { \
4                                 UNICODE_STRING UnicodeString = \
5                                   UNICODE_STRING_INITIALIZER( \
6                                     L"NTDLL: Stub for "#x"\n" \
7                                   ); \
8                                 NtDisplayString(&UnicodeString); }
9
10
11 // ?Allocate@CBufferAllocator@@UAEPAXK@Z
12
13 STUB(KiRaiseUserExceptionDispatcher)
14 STUB(LdrEnumResources)
15 STUB(LdrProcessRelocationBlock)
16 STUB(LdrQueryImageFileExecutionOptions)
17 STUB(LdrVerifyImageMatchesChecksum)
18 STUB(NPXEMULATORTABLE)
19 STUB(PfxFindPrefix)
20 STUB(PfxInitialize)
21 STUB(PfxInsertPrefix)
22 STUB(PfxRemovePrefix)
23 STUB(RestoreEm87Context)
24 STUB(RtlWalkHeap)
25 STUB(RtlZeroHeap)
26 STUB(RtlpUnWaitCriticalSection)
27 STUB(RtlpWaitForCriticalSection)
28 STUB(SaveEm87Context)
29 STUB(_CIpow)
30 STUB(__eCommonExceptions)
31 STUB(__eEmulatorInit)
32 STUB(__eF2XM1)
33 STUB(__eFABS)
34 STUB(__eFADD32)
35 STUB(__eFADD64)
36 STUB(__eFADDPreg)
37 STUB(__eFADDreg)
38 STUB(__eFADDtop)
39 STUB(__eFCHS)
40 STUB(__eFCOM)
41 STUB(__eFCOM32)
42 STUB(__eFCOM64)
43 STUB(__eFCOMP)
44 STUB(__eFCOMP32)
45 STUB(__eFCOMP64)
46 STUB(__eFCOMPP)
47 STUB(__eFCOS)
48 STUB(__eFDECSTP)
49 STUB(__eFDIV32)
50 STUB(__eFDIV64)
51 STUB(__eFDIVPreg)
52 STUB(__eFDIVR32)
53 STUB(__eFDIVR64)
54 STUB(__eFDIVRPreg)
55 STUB(__eFDIVRreg)
56 STUB(__eFDIVRtop)
57 STUB(__eFDIVreg)
58 STUB(__eFDIVtop)
59 STUB(__eFFREE)
60 STUB(__eFIADD16)
61 STUB(__eFIADD32)
62 STUB(__eFICOM16)
63 STUB(__eFICOM32)
64 STUB(__eFICOMP16)
65 STUB(__eFICOMP32)
66 STUB(__eFIDIV16)
67 STUB(__eFIDIV32)
68 STUB(__eFIDIVR16)
69 STUB(__eFIDIVR32)
70 STUB(__eFILD16)
71 STUB(__eFILD32)
72 STUB(__eFILD64)
73 STUB(__eFIMUL16)
74 STUB(__eFIMUL32)
75 STUB(__eFINCSTP)
76 STUB(__eFINIT)
77 STUB(__eFIST16)
78 STUB(__eFIST32)
79 STUB(__eFISTP16)
80 STUB(__eFISTP32)
81 STUB(__eFISTP64)
82 STUB(__eFISUB16)
83 STUB(__eFISUB32)
84 STUB(__eFISUBR16)
85 STUB(__eFISUBR32)
86 STUB(__eFLD1)
87 STUB(__eFLD32)
88 STUB(__eFLD64)
89 STUB(__eFLD80)
90 STUB(__eFLDCW)
91 STUB(__eFLDENV)
92 STUB(__eFLDL2E)
93 STUB(__eFLDLN2)
94 STUB(__eFLDPI)
95 STUB(__eFLDZ)
96 STUB(__eFMUL32)
97 STUB(__eFMUL64)
98 STUB(__eFMULPreg)
99 STUB(__eFMULreg)
100 STUB(__eFMULtop)
101 STUB(__eFPATAN)
102 STUB(__eFPREM)
103 STUB(__eFPREM1)
104 STUB(__eFPTAN)
105 STUB(__eFRNDINT)
106 STUB(__eFRSTOR)
107 STUB(__eFSAVE)
108 STUB(__eFSCALE)
109 STUB(__eFSIN)
110 STUB(__eFSQRT)
111 STUB(__eFST)
112 STUB(__eFST32)
113 STUB(__eFST64)
114 STUB(__eFSTCW)
115 STUB(__eFSTENV)
116 STUB(__eFSTP)
117 STUB(__eFSTP32)
118 STUB(__eFSTP64)
119 STUB(__eFSTP80)
120 STUB(__eFSTSW)
121 STUB(__eFSUB32)
122 STUB(__eFSUB64)
123 STUB(__eFSUBPreg)
124 STUB(__eFSUBR32)
125 STUB(__eFSUBR64)
126 STUB(__eFSUBRPreg)
127 STUB(__eFSUBRreg)
128 STUB(__eFSUBRtop)
129 STUB(__eFSUBreg)
130 STUB(__eFSUBtop)
131 STUB(__eFTST)
132 STUB(__eFUCOM)
133 STUB(__eFUCOMP)
134 STUB(__eFUCOMPP)
135 STUB(__eFXAM)
136 STUB(__eFXCH)
137 STUB(__eFXTRACT)
138 STUB(__eFYL2X)
139 STUB(__eFYL2XP1)
140 STUB(__eGetStatusWord)
141 STUB(_alldiv)
142 STUB(_allmul)
143 STUB(_alloca_probe)
144 STUB(_allrem)
145 STUB(_allshl)
146 STUB(_allshr)
147 STUB(_aulldiv)
148 STUB(_aullrem)
149 STUB(_aullshr)
150 //STUB(_chkstk)
151 STUB(_fltused)
152 //STUB(sscanf)
153