This file is indexed.

/usr/lib/x86_64-linux-gnu/wine-development/libntdll.def is in libwine-development-dev 1.7.29-4.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
; File generated automatically from ./dlls/ntdll/ntdll.spec; do not edit!

LIBRARY ntdll.dll

EXPORTS
  DbgBreakPoint @19
  DbgPrint @20
  DbgPrintEx @21
  DbgUserBreakPoint @27
  LdrAccessResource @32
  LdrAddRefDll @33
  LdrDisableThreadCalloutsForDll @34
  LdrFindEntryForAddress @36
  LdrFindResourceDirectory_U @37
  LdrFindResource_U @38
  LdrGetDllHandle @40
  LdrGetProcedureAddress @41
  LdrInitializeThunk @43
  LdrLoadDll @45
  LdrLockLoaderLock @46
  LdrProcessRelocationBlock @47
  LdrQueryImageFileExecutionOptions @48
  LdrQueryProcessModuleInformation @49
  LdrResolveDelayLoadedAPI @50
  LdrShutdownProcess @53
  LdrShutdownThread @54
  LdrUnloadDll @56
  LdrUnlockLoaderLock @57
  NlsAnsiCodePage @59 DATA
  NlsMbCodePageTag @60 DATA
  NlsMbOemCodePageTag @61 DATA
  NtAcceptConnectPort @62
  NtAccessCheck @63
  NtAccessCheckAndAuditAlarm @64
  NtAddAtom @65
  NtAdjustGroupsToken @66
  NtAdjustPrivilegesToken @67
  NtAlertResumeThread @68
  NtAlertThread @69
  NtAllocateLocallyUniqueId @70
  NtAllocateUuids @71
  NtAllocateVirtualMemory @72
  NtAreMappedFilesTheSame @73
  NtAssignProcessToJobObject @74
  NtCancelIoFile @76
  NtCancelIoFileEx @77
  NtCancelTimer @78
  NtClearEvent @79
  NtClose @80
  NtCompleteConnectPort @82
  NtConnectPort @83
  NtCreateDirectoryObject @85
  NtCreateEvent @86
  NtCreateFile @88
  NtCreateIoCompletion @89
  NtCreateJobObject @90
  NtCreateKey @91
  NtCreateKeyedEvent @92
  NtCreateMailslotFile @93
  NtCreateMutant @94
  NtCreateNamedPipeFile @95
  NtCreatePagingFile @96
  NtCreatePort @97
  NtCreateSection @100
  NtCreateSemaphore @101
  NtCreateSymbolicLinkObject @102
  NtCreateTimer @104
  NtDelayExecution @106
  NtDeleteAtom @107
  NtDeleteFile @108
  NtDeleteKey @109
  NtDeleteValueKey @110
  NtDeviceIoControlFile @111
  NtDisplayString @112
  NtDuplicateObject @113
  NtDuplicateToken @114
  NtEnumerateKey @116
  NtEnumerateValueKey @117
  NtFindAtom @119
  NtFlushBuffersFile @120
  NtFlushInstructionCache @121
  NtFlushKey @122
  NtFlushVirtualMemory @123
  NtFreeVirtualMemory @125
  NtFsControlFile @126
  NtGetContextThread @127
  NtGetCurrentProcessorNumber @128
  NtGetTickCount @130
  NtGetWriteWatch @131
  NtInitiatePowerAction @136
  NtIsProcessInJob @137
  NtListenPort @138
  NtLoadDriver @139
  NtLoadKey @140
  NtLockFile @141
  NtLockVirtualMemory @142
  NtMakeTemporaryObject @143
  NtMapViewOfSection @144
  NtNotifyChangeDirectoryFile @145
  NtNotifyChangeKey @146
  NtOpenDirectoryObject @147
  NtOpenEvent @148
  NtOpenFile @150
  NtOpenIoCompletion @151
  NtOpenJobObject @152
  NtOpenKey @153
  NtOpenKeyedEvent @154
  NtOpenMutant @155
  NtOpenProcess @157
  NtOpenProcessToken @158
  NtOpenProcessTokenEx @159
  NtOpenSection @160
  NtOpenSemaphore @161
  NtOpenSymbolicLinkObject @162
  NtOpenThread @163
  NtOpenThreadToken @164
  NtOpenThreadTokenEx @165
  NtOpenTimer @166
  NtPowerInformation @168
  NtPrivilegeCheck @169
  NtProtectVirtualMemory @172
  NtPulseEvent @173
  NtQueryAttributesFile @174
  NtQueryDefaultLocale @175
  NtQueryDefaultUILanguage @176
  NtQueryDirectoryFile @177
  NtQueryDirectoryObject @178
  NtQueryEaFile @179
  NtQueryEvent @180
  NtQueryFullAttributesFile @181
  NtQueryInformationAtom @182
  NtQueryInformationFile @183
  NtQueryInformationJobObject @184
  NtQueryInformationProcess @186
  NtQueryInformationThread @187
  NtQueryInformationToken @188
  NtQueryInstallUILanguage @189
  NtQueryIoCompletion @191
  NtQueryKey @192
  NtQueryMultipleValueKey @193
  NtQueryMutant @194
  NtQueryObject @195
  NtQueryPerformanceCounter @197
  NtQuerySection @198
  NtQuerySecurityObject @199
  NtQuerySemaphore @200
  NtQuerySymbolicLinkObject @201
  NtQuerySystemEnvironmentValue @202
  NtQuerySystemEnvironmentValueEx @203
  NtQuerySystemInformation @204
  NtQuerySystemTime @205
  NtQueryTimer @206
  NtQueryTimerResolution @207
  NtQueryValueKey @208
  NtQueryVirtualMemory @209
  NtQueryVolumeInformationFile @210
  NtQueueApcThread @211
  NtRaiseException @212
  NtRaiseHardError @213
  NtReadFile @214
  NtReadFileScatter @215
  NtReadVirtualMemory @217
  NtRegisterThreadTerminatePort @219
  NtReleaseKeyedEvent @220
  NtReleaseMutant @221
  NtReleaseSemaphore @223
  NtRemoveIoCompletion @224
  NtReplaceKey @225
  NtReplyWaitReceivePort @227
  NtRequestWaitReplyPort @231
  NtResetEvent @232
  NtResetWriteWatch @233
  NtRestoreKey @234
  NtResumeThread @235
  NtSaveKey @236
  NtSecureConnectPort @237
  NtSetContextThread @238
  NtSetDefaultLocale @241
  NtSetDefaultUILanguage @242
  NtSetEaFile @243
  NtSetEvent @244
  NtSetInformationFile @248
  NtSetInformationJobObject @249
  NtSetInformationKey @250
  NtSetInformationObject @251
  NtSetInformationProcess @252
  NtSetInformationThread @253
  NtSetInformationToken @254
  NtSetIntervalProfile @255
  NtSetIoCompletion @256
  NtSetSecurityObject @261
  NtSetSystemInformation @263
  NtSetSystemTime @265
  NtSetTimer @266
  NtSetTimerResolution @267
  NtSetValueKey @268
  NtSetVolumeInformationFile @269
  NtShutdownSystem @270
  NtSignalAndWaitForSingleObject @271
  NtSuspendThread @274
  NtSystemDebugControl @275
  NtTerminateJobObject @276
  NtTerminateProcess @277
  NtTerminateThread @278
  NtUnloadDriver @280
  NtUnloadKey @281
  NtUnlockFile @283
  NtUnlockVirtualMemory @284
  NtUnmapViewOfSection @285
  NtWaitForKeyedEvent @288
  NtWaitForMultipleObjects @289
  NtWaitForSingleObject @291
  NtWriteFile @294
  NtWriteFileGather @295
  NtWriteVirtualMemory @297
  NtYieldExecution @298
  RtlAbsoluteToSelfRelativeSD @304
  RtlAcquirePebLock @305
  RtlAcquireResourceExclusive @306
  RtlAcquireResourceShared @307
  RtlAcquireSRWLockExclusive @308
  RtlAcquireSRWLockShared @309
  RtlActivateActivationContext @310
  RtlAddAccessAllowedAce @313
  RtlAddAccessAllowedAceEx @314
  RtlAddAccessDeniedAce @315
  RtlAddAccessDeniedAceEx @316
  RtlAddAce @317
  RtlAddAtomToAtomTable @319
  RtlAddAuditAccessAce @321
  RtlAddAuditAccessAceEx @322
  RtlAddFunctionTable @323
  RtlAddRefActivationContext @324
  RtlAddVectoredExceptionHandler @325
  RtlAdjustPrivilege @326
  RtlAllocateAndInitializeSid @327
  RtlAllocateHandle @328
  RtlAllocateHeap @329
  RtlAnsiCharToUnicodeChar @330
  RtlAnsiStringToUnicodeSize @331
  RtlAnsiStringToUnicodeString @332
  RtlAppendAsciizToString @333
  RtlAppendStringToString @334
  RtlAppendUnicodeStringToString @335
  RtlAppendUnicodeToString @336
  RtlAreAllAccessesGranted @339
  RtlAreAnyAccessesGranted @340
  RtlAreBitsClear @341
  RtlAreBitsSet @342
  RtlAssert @343
  RtlCaptureContext @344
  RtlCaptureStackBackTrace @345
  RtlCharToInteger @346
  RtlCheckRegistryKey @347
  RtlClearAllBits @348
  RtlClearBits @349
  RtlCompactHeap @351
  RtlCompareMemory @352
  RtlCompareMemoryUlong @353
  RtlCompareString @354
  RtlCompareUnicodeString @355
  RtlCompressBuffer @356
  RtlComputeCrc32 @357
  RtlConvertSidToUnicodeString @361
  RtlConvertToAutoInheritSecurityObject @362
  RtlCopyLuid @364
  RtlCopyLuidAndAttributesArray @365
  RtlCopySecurityDescriptor @366
  RtlCopySid @367
  RtlCopyString @369
  RtlCopyUnicodeString @370
  RtlCreateAcl @371
  RtlCreateActivationContext @372
  RtlCreateAtomTable @374
  RtlCreateEnvironment @375
  RtlCreateHeap @376
  RtlCreateProcessParameters @377
  RtlCreateQueryDebugBuffer @379
  RtlCreateSecurityDescriptor @381
  RtlCreateTimer @383
  RtlCreateTimerQueue @384
  RtlCreateUnicodeString @385
  RtlCreateUnicodeStringFromAsciiz @386
  RtlCreateUserThread @389
  RtlDeNormalizeProcessParams @392
  RtlDeactivateActivationContext @393
  RtlDecodePointer @396
  RtlDecompressBuffer @397
  RtlDeleteAce @401
  RtlDeleteAtomFromAtomTable @402
  RtlDeleteCriticalSection @403
  RtlDeleteFunctionTable @406
  RtlDeleteRegistryValue @410
  RtlDeleteResource @411
  RtlDeleteSecurityObject @412
  RtlDeleteTimer @413
  RtlDeleteTimerQueueEx @414
  RtlDeregisterWait @415
  RtlDeregisterWaitEx @416
  RtlDestroyAtomTable @417
  RtlDestroyEnvironment @418
  RtlDestroyHandleTable @419
  RtlDestroyHeap @420
  RtlDestroyProcessParameters @421
  RtlDestroyQueryDebugBuffer @422
  RtlDetermineDosPathNameType_U @423
  RtlDllShutdownInProgress @424
  RtlDoesFileExists_U @425
  RtlDosPathNameToNtPathName_U @426
  RtlDosSearchPath_U @427
  RtlDowncaseUnicodeChar @428
  RtlDowncaseUnicodeString @429
  RtlDumpResource @430
  RtlDuplicateUnicodeString @431
  RtlEmptyAtomTable @432
  RtlEncodePointer @433
  RtlEnterCriticalSection @434
  RtlEnumerateGenericTableWithoutSplaying @437
  RtlEqualComputerName @439
  RtlEqualDomainName @440
  RtlEqualLuid @441
  RtlEqualPrefixSid @442
  RtlEqualSid @443
  RtlEqualString @444
  RtlEqualUnicodeString @445
  RtlEraseUnicodeString @446
  RtlExitUserProcess @447
  RtlExitUserThread @448
  RtlExpandEnvironmentStrings_U @449
  RtlFillMemory @451
  RtlFillMemoryUlong @452
  RtlFindActivationContextSectionGuid @454
  RtlFindActivationContextSectionString @455
  RtlFindCharInUnicodeString @456
  RtlFindClearBits @457
  RtlFindClearBitsAndSet @458
  RtlFindClearRuns @459
  RtlFindLastBackwardRunClear @460
  RtlFindLastBackwardRunSet @461
  RtlFindLeastSignificantBit @462
  RtlFindLongestRunClear @463
  RtlFindLongestRunSet @464
  RtlFindMessage @465
  RtlFindMostSignificantBit @466
  RtlFindNextForwardRunClear @467
  RtlFindNextForwardRunSet @468
  RtlFindSetBits @470
  RtlFindSetBitsAndClear @471
  RtlFindSetRuns @472
  RtlFirstEntrySList @473
  RtlFirstFreeAce @474
  RtlFormatCurrentUserKeyPath @476
  RtlFormatMessage @477
  RtlFreeAnsiString @478
  RtlFreeHandle @479
  RtlFreeHeap @480
  RtlFreeOemString @481
  RtlFreeSid @482
  RtlFreeThreadActivationContextStack @483
  RtlFreeUnicodeString @484
  RtlGUIDFromString @486
  RtlGetAce @488
  RtlGetActiveActivationContext @489
  RtlGetCompressionWorkSpaceSize @491
  RtlGetControlSecurityDescriptor @492
  RtlGetCurrentDirectory_U @493
  RtlGetCurrentPeb @494
  RtlGetCurrentTransaction @495
  RtlGetDaclSecurityDescriptor @496
  RtlGetFullPathName_U @498
  RtlGetGroupSecurityDescriptor @499
  RtlGetLastNtStatus @500
  RtlGetLastWin32Error @501
  RtlGetLongestNtPathLength @502
  RtlGetNtGlobalFlags @503
  RtlGetNtProductType @504
  RtlGetNtVersionNumbers @505
  RtlGetOwnerSecurityDescriptor @506
  RtlGetProductInfo @507
  RtlGetProcessHeaps @508
  RtlGetSaclSecurityDescriptor @509
  RtlGetThreadErrorMode @510
  RtlGetVersion @512
  RtlHashUnicodeString @514
  RtlIdentifierAuthoritySid @515
  RtlImageDirectoryEntryToData @516
  RtlImageNtHeader @517
  RtlImageRvaToSection @518
  RtlImageRvaToVa @519
  RtlImpersonateSelf @520
  RtlInitAnsiString @521
  RtlInitAnsiStringEx @522
  RtlInitString @525
  RtlInitUnicodeString @526
  RtlInitUnicodeStringEx @527
  RtlInitializeBitMap @528
  RtlInitializeConditionVariable @529
  RtlInitializeCriticalSection @531
  RtlInitializeCriticalSectionAndSpinCount @532
  RtlInitializeCriticalSectionEx @533
  RtlInitializeGenericTable @534
  RtlInitializeHandleTable @535
  RtlInitializeResource @537
  RtlInitializeSListHead @538
  RtlInitializeSRWLock @539
  RtlInitializeSid @540
  RtlInstallFunctionTableCallback @542
  RtlInt64ToUnicodeString @543
  RtlIntegerToChar @544
  RtlIntegerToUnicodeString @545
  RtlInterlockedFlushSList @546
  RtlInterlockedPopEntrySList @547
  RtlInterlockedPushEntrySList @548
  RtlInterlockedPushListSList @549
  RtlIpv4AddressToStringA @550
  RtlIpv4AddressToStringExA @551
  RtlIpv4AddressToStringExW @552
  RtlIpv4AddressToStringW @553
  RtlIpv4StringToAddressExW @554
  RtlIsActivationContextActive @555
  RtlIsDosDeviceName_U @556
  RtlIsNameLegalDOS8Dot3 @558
  RtlIsTextUnicode @559
  RtlIsValidHandle @560
  RtlIsValidIndexHandle @561
  RtlLargeIntegerToChar @562
  RtlLeaveCriticalSection @563
  RtlLengthRequiredSid @564
  RtlLengthSecurityDescriptor @565
  RtlLengthSid @566
  RtlLocalTimeToSystemTime @567
  RtlLockHeap @568
  RtlLookupAtomInAtomTable @569
  RtlLookupFunctionEntry @571
  RtlMakeSelfRelativeSD @572
  RtlMapGenericMask @573
  RtlMoveMemory @574
  RtlMultiByteToUnicodeN @575
  RtlMultiByteToUnicodeSize @576
  RtlNewSecurityObject @579
  RtlNormalizeProcessParams @580
  RtlNtStatusToDosError @581
  RtlNtStatusToDosErrorNoTeb @582
  RtlNumberGenericTableElements @583
  RtlNumberOfClearBits @584
  RtlNumberOfSetBits @585
  RtlOemStringToUnicodeSize @586
  RtlOemStringToUnicodeString @587
  RtlOemToUnicodeN @588
  RtlOpenCurrentUser @589
  RtlPcToFileHeader @590
  RtlPinAtomInAtomTable @591
  RtlPrefixString @592
  RtlPrefixUnicodeString @593
  RtlQueryAtomInAtomTable @596
  RtlQueryDepthSList @597
  RtlQueryEnvironmentVariable_U @598
  RtlQueryHeapInformation @599
  RtlQueryInformationAcl @600
  RtlQueryInformationActivationContext @601
  RtlQueryProcessDebugInformation @605
  RtlQueryRegistryValues @611
  RtlQueryTimeZoneInformation @614
  RtlQueryUnbiasedInterruptTime @615
  RtlQueueWorkItem @617
  RtlRaiseException @618
  RtlRaiseStatus @619
  RtlRandom @620
  RtlReAllocateHeap @622
  RtlRegisterWait @628
  RtlReleaseActivationContext @629
  RtlReleasePebLock @631
  RtlReleaseResource @632
  RtlReleaseSRWLockExclusive @633
  RtlReleaseSRWLockShared @634
  RtlRemoveVectoredExceptionHandler @636
  RtlRestoreLastWin32Error=RtlSetLastWin32Error @638
  RtlRunOnceBeginInitialize @642
  RtlRunOnceComplete @643
  RtlRunOnceExecuteOnce @644
  RtlRunOnceInitialize @645
  RtlSecondsSince1970ToTime @646
  RtlSecondsSince1980ToTime @647
  RtlSelfRelativeToAbsoluteSD @648
  RtlSetAllBits @649
  RtlSetBits @650
  RtlSetControlSecurityDescriptor @651
  RtlSetCriticalSectionSpinCount @652
  RtlSetCurrentDirectory_U @653
  RtlSetCurrentEnvironment @654
  RtlSetCurrentTransaction @655
  RtlSetDaclSecurityDescriptor @656
  RtlSetEnvironmentVariable @657
  RtlSetGroupSecurityDescriptor @658
  RtlSetIoCompletionCallback @660
  RtlSetLastWin32Error @661
  RtlSetLastWin32ErrorAndNtStatusFromNtStatus @662
  RtlSetOwnerSecurityDescriptor @663
  RtlSetSaclSecurityDescriptor @668
  RtlSetThreadErrorMode @670
  RtlSetTimeZoneInformation @671
  RtlSizeHeap @675
  RtlSleepConditionVariableCS @676
  RtlSleepConditionVariableSRW @677
  RtlStringFromGUID @680
  RtlSubAuthorityCountSid @681
  RtlSubAuthoritySid @682
  RtlSystemTimeToLocalTime @685
  RtlTimeFieldsToTime @686
  RtlTimeToElapsedTimeFields @687
  RtlTimeToSecondsSince1970 @688
  RtlTimeToSecondsSince1980 @689
  RtlTimeToTimeFields @690
  RtlTryAcquireSRWLockExclusive @691
  RtlTryAcquireSRWLockShared @692
  RtlTryEnterCriticalSection @693
  RtlUlonglongByteSwap @694
  RtlUnicodeStringToAnsiSize @695
  RtlUnicodeStringToAnsiString @696
  RtlUnicodeStringToInteger @698
  RtlUnicodeStringToOemSize @699
  RtlUnicodeStringToOemString @700
  RtlUnicodeToMultiByteN @702
  RtlUnicodeToMultiByteSize @703
  RtlUnicodeToOemN @704
  RtlUniform @705
  RtlUnlockHeap @706
  RtlUnwind @707
  RtlUnwindEx @708
  RtlUpcaseUnicodeChar @709
  RtlUpcaseUnicodeString @710
  RtlUpcaseUnicodeStringToAnsiString @711
  RtlUpcaseUnicodeStringToCountedOemString @712
  RtlUpcaseUnicodeStringToOemString @713
  RtlUpcaseUnicodeToMultiByteN @715
  RtlUpcaseUnicodeToOemN @716
  RtlUpdateTimer @717
  RtlUpperChar @718
  RtlUpperString @719
  RtlValidAcl @721
  RtlValidSecurityDescriptor @722
  RtlValidSid @723
  RtlValidateHeap @724
  RtlVerifyVersionInfo @726
  RtlVirtualUnwind @727
  RtlWakeAllConditionVariable @728
  RtlWakeConditionVariable @729
  RtlWalkHeap @731
  RtlWow64EnableFsRedirection @732
  RtlWow64EnableFsRedirectionEx @733
  RtlWriteRegistryValue @735
  RtlZeroMemory @737
  RtlZombifyActivationContext @738
  RtlpNtCreateKey @739
  RtlpNtEnumerateSubKey @740
  RtlpNtMakeTemporaryKey @741
  RtlpNtOpenKey @742
  RtlpNtQueryValueKey @743
  RtlpNtSetValueKey @744
  RtlpUnWaitCriticalSection @745
  RtlpWaitForCriticalSection @746
  RtlxAnsiStringToUnicodeSize=RtlAnsiStringToUnicodeSize @747
  RtlxOemStringToUnicodeSize=RtlOemStringToUnicodeSize @748
  RtlxUnicodeStringToAnsiSize=RtlUnicodeStringToAnsiSize @749
  RtlxUnicodeStringToOemSize=RtlUnicodeStringToOemSize @750
  VerSetConditionMask @751
  ZwAcceptConnectPort=NtAcceptConnectPort @752
  ZwAccessCheck=NtAccessCheck @753
  ZwAccessCheckAndAuditAlarm=NtAccessCheckAndAuditAlarm @754
  ZwAddAtom=NtAddAtom @755
  ZwAdjustGroupsToken=NtAdjustGroupsToken @756
  ZwAdjustPrivilegesToken=NtAdjustPrivilegesToken @757
  ZwAlertResumeThread=NtAlertResumeThread @758
  ZwAlertThread=NtAlertThread @759
  ZwAllocateLocallyUniqueId=NtAllocateLocallyUniqueId @760
  ZwAllocateUuids=NtAllocateUuids @761
  ZwAllocateVirtualMemory=NtAllocateVirtualMemory @762
  ZwAreMappedFilesTheSame=NtAreMappedFilesTheSame @763
  ZwAssignProcessToJobObject=NtAssignProcessToJobObject @764
  ZwCancelIoFile=NtCancelIoFile @766
  ZwCancelIoFileEx=NtCancelIoFileEx @767
  ZwCancelTimer=NtCancelTimer @768
  ZwClearEvent=NtClearEvent @769
  ZwClose=NtClose @770
  ZwCompleteConnectPort=NtCompleteConnectPort @772
  ZwConnectPort=NtConnectPort @773
  ZwCreateDirectoryObject=NtCreateDirectoryObject @775
  ZwCreateEvent=NtCreateEvent @776
  ZwCreateFile=NtCreateFile @778
  ZwCreateIoCompletion=NtCreateIoCompletion @779
  ZwCreateJobObject=NtCreateJobObject @780
  ZwCreateKey=NtCreateKey @781
  ZwCreateKeyedEvent=NtCreateKeyedEvent @782
  ZwCreateMailslotFile=NtCreateMailslotFile @783
  ZwCreateMutant=NtCreateMutant @784
  ZwCreateNamedPipeFile=NtCreateNamedPipeFile @785
  ZwCreatePagingFile=NtCreatePagingFile @786
  ZwCreatePort=NtCreatePort @787
  ZwCreateSection=NtCreateSection @790
  ZwCreateSemaphore=NtCreateSemaphore @791
  ZwCreateSymbolicLinkObject=NtCreateSymbolicLinkObject @792
  ZwCreateTimer=NtCreateTimer @794
  ZwDelayExecution=NtDelayExecution @796
  ZwDeleteAtom=NtDeleteAtom @797
  ZwDeleteFile=NtDeleteFile @798
  ZwDeleteKey=NtDeleteKey @799
  ZwDeleteValueKey=NtDeleteValueKey @800
  ZwDeviceIoControlFile=NtDeviceIoControlFile @801
  ZwDisplayString=NtDisplayString @802
  ZwDuplicateObject=NtDuplicateObject @803
  ZwDuplicateToken=NtDuplicateToken @804
  ZwEnumerateKey=NtEnumerateKey @806
  ZwEnumerateValueKey=NtEnumerateValueKey @807
  ZwFindAtom=NtFindAtom @809
  ZwFlushBuffersFile=NtFlushBuffersFile @810
  ZwFlushInstructionCache=NtFlushInstructionCache @811
  ZwFlushKey=NtFlushKey @812
  ZwFlushVirtualMemory=NtFlushVirtualMemory @813
  ZwFreeVirtualMemory=NtFreeVirtualMemory @815
  ZwFsControlFile=NtFsControlFile @816
  ZwGetContextThread=NtGetContextThread @817
  ZwGetTickCount=NtGetTickCount @819
  ZwGetWriteWatch=NtGetWriteWatch @820
  ZwInitiatePowerAction=NtInitiatePowerAction @824
  ZwIsProcessInJob=NtIsProcessInJob @825
  ZwListenPort=NtListenPort @826
  ZwLoadDriver=NtLoadDriver @827
  ZwLoadKey=NtLoadKey @828
  ZwLockFile=NtLockFile @829
  ZwLockVirtualMemory=NtLockVirtualMemory @830
  ZwMakeTemporaryObject=NtMakeTemporaryObject @831
  ZwMapViewOfSection=NtMapViewOfSection @832
  ZwNotifyChangeDirectoryFile=NtNotifyChangeDirectoryFile @833
  ZwNotifyChangeKey=NtNotifyChangeKey @834
  ZwOpenDirectoryObject=NtOpenDirectoryObject @835
  ZwOpenEvent=NtOpenEvent @836
  ZwOpenFile=NtOpenFile @838
  ZwOpenIoCompletion=NtOpenIoCompletion @839
  ZwOpenJobObject=NtOpenJobObject @840
  ZwOpenKey=NtOpenKey @841
  ZwOpenKeyedEvent=NtOpenKeyedEvent @842
  ZwOpenMutant=NtOpenMutant @843
  ZwOpenProcess=NtOpenProcess @845
  ZwOpenProcessToken=NtOpenProcessToken @846
  ZwOpenProcessTokenEx=NtOpenProcessTokenEx @847
  ZwOpenSection=NtOpenSection @848
  ZwOpenSemaphore=NtOpenSemaphore @849
  ZwOpenSymbolicLinkObject=NtOpenSymbolicLinkObject @850
  ZwOpenThread=NtOpenThread @851
  ZwOpenThreadToken=NtOpenThreadToken @852
  ZwOpenThreadTokenEx=NtOpenThreadTokenEx @853
  ZwOpenTimer=NtOpenTimer @854
  ZwPowerInformation=NtPowerInformation @856
  ZwPrivilegeCheck=NtPrivilegeCheck @857
  ZwProtectVirtualMemory=NtProtectVirtualMemory @860
  ZwPulseEvent=NtPulseEvent @861
  ZwQueryAttributesFile=NtQueryAttributesFile @862
  ZwQueryDefaultLocale=NtQueryDefaultLocale @863
  ZwQueryDefaultUILanguage=NtQueryDefaultUILanguage @864
  ZwQueryDirectoryFile=NtQueryDirectoryFile @865
  ZwQueryDirectoryObject=NtQueryDirectoryObject @866
  ZwQueryEaFile=NtQueryEaFile @867
  ZwQueryEvent=NtQueryEvent @868
  ZwQueryFullAttributesFile=NtQueryFullAttributesFile @869
  ZwQueryInformationAtom=NtQueryInformationAtom @870
  ZwQueryInformationFile=NtQueryInformationFile @871
  ZwQueryInformationJobObject=NtQueryInformationJobObject @872
  ZwQueryInformationProcess=NtQueryInformationProcess @874
  ZwQueryInformationThread=NtQueryInformationThread @875
  ZwQueryInformationToken=NtQueryInformationToken @876
  ZwQueryInstallUILanguage=NtQueryInstallUILanguage @877
  ZwQueryIoCompletion=NtQueryIoCompletion @879
  ZwQueryKey=NtQueryKey @880
  ZwQueryMultipleValueKey=NtQueryMultipleValueKey @881
  ZwQueryMutant=NtQueryMutant @882
  ZwQueryObject=NtQueryObject @883
  ZwQueryPerformanceCounter=NtQueryPerformanceCounter @885
  ZwQuerySection=NtQuerySection @886
  ZwQuerySecurityObject=NtQuerySecurityObject @887
  ZwQuerySemaphore=NtQuerySemaphore @888
  ZwQuerySymbolicLinkObject=NtQuerySymbolicLinkObject @889
  ZwQuerySystemInformation=NtQuerySystemInformation @891
  ZwQuerySystemTime=NtQuerySystemTime @892
  ZwQueryTimer=NtQueryTimer @893
  ZwQueryTimerResolution=NtQueryTimerResolution @894
  ZwQueryValueKey=NtQueryValueKey @895
  ZwQueryVirtualMemory=NtQueryVirtualMemory @896
  ZwQueryVolumeInformationFile=NtQueryVolumeInformationFile @897
  ZwQueueApcThread=NtQueueApcThread @898
  ZwRaiseException=NtRaiseException @899
  ZwReadFile=NtReadFile @901
  ZwReadFileScatter=NtReadFileScatter @902
  ZwReadVirtualMemory=NtReadVirtualMemory @904
  ZwRegisterThreadTerminatePort=NtRegisterThreadTerminatePort @906
  ZwReleaseKeyedEvent=NtReleaseKeyedEvent @907
  ZwReleaseMutant=NtReleaseMutant @908
  ZwReleaseSemaphore=NtReleaseSemaphore @910
  ZwRemoveIoCompletion=NtRemoveIoCompletion @911
  ZwReplaceKey=NtReplaceKey @912
  ZwReplyWaitReceivePort=NtReplyWaitReceivePort @914
  ZwRequestWaitReplyPort=NtRequestWaitReplyPort @917
  ZwResetEvent=NtResetEvent @918
  ZwResetWriteWatch=NtResetWriteWatch @919
  ZwRestoreKey=NtRestoreKey @920
  ZwResumeThread=NtResumeThread @921
  ZwSaveKey=NtSaveKey @922
  ZwSecureConnectPort=NtSecureConnectPort @923
  ZwSetContextThread=NtSetContextThread @924
  ZwSetDefaultLocale=NtSetDefaultLocale @926
  ZwSetDefaultUILanguage=NtSetDefaultUILanguage @927
  ZwSetEaFile=NtSetEaFile @928
  ZwSetEvent=NtSetEvent @929
  ZwSetInformationFile=NtSetInformationFile @933
  ZwSetInformationJobObject=NtSetInformationJobObject @934
  ZwSetInformationKey=NtSetInformationKey @935
  ZwSetInformationObject=NtSetInformationObject @936
  ZwSetInformationProcess=NtSetInformationProcess @937
  ZwSetInformationThread=NtSetInformationThread @938
  ZwSetInformationToken=NtSetInformationToken @939
  ZwSetIntervalProfile=NtSetIntervalProfile @940
  ZwSetIoCompletion=NtSetIoCompletion @941
  ZwSetSecurityObject=NtSetSecurityObject @946
  ZwSetSystemInformation=NtSetSystemInformation @948
  ZwSetSystemTime=NtSetSystemTime @950
  ZwSetTimer=NtSetTimer @951
  ZwSetTimerResolution=NtSetTimerResolution @952
  ZwSetValueKey=NtSetValueKey @953
  ZwSetVolumeInformationFile=NtSetVolumeInformationFile @954
  ZwShutdownSystem=NtShutdownSystem @955
  ZwSignalAndWaitForSingleObject=NtSignalAndWaitForSingleObject @956
  ZwSuspendThread=NtSuspendThread @959
  ZwSystemDebugControl=NtSystemDebugControl @960
  ZwTerminateJobObject=NtTerminateJobObject @961
  ZwTerminateProcess=NtTerminateProcess @962
  ZwTerminateThread=NtTerminateThread @963
  ZwUnloadDriver=NtUnloadDriver @965
  ZwUnloadKey=NtUnloadKey @966
  ZwUnlockFile=NtUnlockFile @968
  ZwUnlockVirtualMemory=NtUnlockVirtualMemory @969
  ZwUnmapViewOfSection=NtUnmapViewOfSection @970
  ZwWaitForKeyedEvent=NtWaitForKeyedEvent @973
  ZwWaitForMultipleObjects=NtWaitForMultipleObjects @974
  ZwWaitForSingleObject=NtWaitForSingleObject @976
  ZwWriteFile=NtWriteFile @979
  ZwWriteFileGather=NtWriteFileGather @980
  ZwWriteVirtualMemory=NtWriteVirtualMemory @982
  ZwYieldExecution=NtYieldExecution @983
  __C_specific_handler @984
  __chkstk @985 PRIVATE
  __isascii=NTDLL___isascii @986 PRIVATE
  __iscsym=NTDLL___iscsym @987 PRIVATE
  __iscsymf=NTDLL___iscsymf @988 PRIVATE
  __toascii=NTDLL___toascii @989 PRIVATE
  _atoi64 @990 PRIVATE
  _i64toa @992 PRIVATE
  _i64tow @993 PRIVATE
  _itoa @994 PRIVATE
  _itow @995 PRIVATE
  _lfind @996 PRIVATE
  _local_unwind @997
  _ltoa @998 PRIVATE
  _ltow @999 PRIVATE
  _memccpy @1000 PRIVATE
  _memicmp @1001 PRIVATE
  _snprintf=NTDLL__snprintf @1002 PRIVATE
  _snwprintf=NTDLL__snwprintf @1003 PRIVATE
  _splitpath @1004 PRIVATE
  _strcmpi=_stricmp @1005 PRIVATE
  _stricmp @1006 PRIVATE
  _strlwr @1007 PRIVATE
  _strnicmp @1008 PRIVATE
  _strupr @1009 PRIVATE
  _tolower=NTDLL__tolower @1010 PRIVATE
  _toupper=NTDLL__toupper @1011 PRIVATE
  _ui64toa @1012 PRIVATE
  _ui64tow @1013 PRIVATE
  _ultoa @1014 PRIVATE
  _ultow @1015 PRIVATE
  _vsnprintf=NTDLL__vsnprintf @1016 PRIVATE
  _vsnwprintf=NTDLL__vsnwprintf @1017 PRIVATE
  _wcsicmp=NTDLL__wcsicmp @1018 PRIVATE
  _wcslwr=NTDLL__wcslwr @1019 PRIVATE
  _wcsnicmp=NTDLL__wcsnicmp @1020 PRIVATE
  _wcsupr=NTDLL__wcsupr @1021 PRIVATE
  _wtoi @1022 PRIVATE
  _wtoi64 @1023 PRIVATE
  _wtol @1024 PRIVATE
  abs=NTDLL_abs @1025 PRIVATE
  atan=NTDLL_atan @1026 PRIVATE
  atoi=NTDLL_atoi @1027 PRIVATE
  atol=NTDLL_atol @1028 PRIVATE
  bsearch=NTDLL_bsearch @1029 PRIVATE
  ceil=NTDLL_ceil @1030 PRIVATE
  cos=NTDLL_cos @1031 PRIVATE
  fabs=NTDLL_fabs @1032 PRIVATE
  floor=NTDLL_floor @1033 PRIVATE
  isalnum=NTDLL_isalnum @1034 PRIVATE
  isalpha=NTDLL_isalpha @1035 PRIVATE
  iscntrl=NTDLL_iscntrl @1036 PRIVATE
  isdigit=NTDLL_isdigit @1037 PRIVATE
  isgraph=NTDLL_isgraph @1038 PRIVATE
  islower=NTDLL_islower @1039 PRIVATE
  isprint=NTDLL_isprint @1040 PRIVATE
  ispunct=NTDLL_ispunct @1041 PRIVATE
  isspace=NTDLL_isspace @1042 PRIVATE
  isupper=NTDLL_isupper @1043 PRIVATE
  iswalpha=NTDLL_iswalpha @1044 PRIVATE
  iswctype=NTDLL_iswctype @1045 PRIVATE
  iswdigit=NTDLL_iswdigit @1046 PRIVATE
  iswlower=NTDLL_iswlower @1047 PRIVATE
  iswspace=NTDLL_iswspace @1048 PRIVATE
  iswxdigit=NTDLL_iswxdigit @1049 PRIVATE
  isxdigit=NTDLL_isxdigit @1050 PRIVATE
  labs=NTDLL_labs @1051 PRIVATE
  log=NTDLL_log @1052 PRIVATE
  mbstowcs=NTDLL_mbstowcs @1053 PRIVATE
  memchr=NTDLL_memchr @1054 PRIVATE
  memcmp=NTDLL_memcmp @1055 PRIVATE
  memcpy=NTDLL_memcpy @1056 PRIVATE
  memmove=NTDLL_memmove @1057 PRIVATE
  memset=NTDLL_memset @1058 PRIVATE
  pow=NTDLL_pow @1059 PRIVATE
  qsort=NTDLL_qsort @1060 PRIVATE
  sin=NTDLL_sin @1061 PRIVATE
  sprintf=NTDLL_sprintf @1062 PRIVATE
  sqrt=NTDLL_sqrt @1063 PRIVATE
  sscanf=NTDLL_sscanf @1064 PRIVATE
  strcat=NTDLL_strcat @1065 PRIVATE
  strchr=NTDLL_strchr @1066 PRIVATE
  strcmp=NTDLL_strcmp @1067 PRIVATE
  strcpy=NTDLL_strcpy @1068 PRIVATE
  strcspn=NTDLL_strcspn @1069 PRIVATE
  strlen=NTDLL_strlen @1070 PRIVATE
  strncat=NTDLL_strncat @1071 PRIVATE
  strncmp=NTDLL_strncmp @1072 PRIVATE
  strncpy=NTDLL_strncpy @1073 PRIVATE
  strpbrk=NTDLL_strpbrk @1074 PRIVATE
  strrchr=NTDLL_strrchr @1075 PRIVATE
  strspn=NTDLL_strspn @1076 PRIVATE
  strstr=NTDLL_strstr @1077 PRIVATE
  strtol=NTDLL_strtol @1078 PRIVATE
  strtoul=NTDLL_strtoul @1079 PRIVATE
  swprintf=NTDLL_swprintf @1080 PRIVATE
  tan=NTDLL_tan @1081 PRIVATE
  tolower=NTDLL_tolower @1082 PRIVATE
  toupper=NTDLL_toupper @1083 PRIVATE
  towlower=NTDLL_towlower @1084 PRIVATE
  towupper=NTDLL_towupper @1085 PRIVATE
  vDbgPrintEx @1086
  vDbgPrintExWithPrefix @1087
  vsprintf=NTDLL_vsprintf @1088 PRIVATE
  wcscat=NTDLL_wcscat @1089 PRIVATE
  wcschr=NTDLL_wcschr @1090 PRIVATE
  wcscmp=NTDLL_wcscmp @1091 PRIVATE
  wcscpy=NTDLL_wcscpy @1092 PRIVATE
  wcscspn=NTDLL_wcscspn @1093 PRIVATE
  wcslen=NTDLL_wcslen @1094 PRIVATE
  wcsncat=NTDLL_wcsncat @1095 PRIVATE
  wcsncmp=NTDLL_wcsncmp @1096 PRIVATE
  wcsncpy=NTDLL_wcsncpy @1097 PRIVATE
  wcspbrk=NTDLL_wcspbrk @1098 PRIVATE
  wcsrchr=NTDLL_wcsrchr @1099 PRIVATE
  wcsspn=NTDLL_wcsspn @1100 PRIVATE
  wcsstr=NTDLL_wcsstr @1101 PRIVATE
  wcstok=NTDLL_wcstok @1102 PRIVATE
  wcstol=NTDLL_wcstol @1103 PRIVATE
  wcstombs=NTDLL_wcstombs @1104 PRIVATE
  wcstoul=NTDLL_wcstoul @1105 PRIVATE
  wine_server_call @1106
  wine_server_fd_to_handle @1107
  wine_server_handle_to_fd @1108
  wine_server_release_fd @1109
  wine_server_send_fd @1110
  __wine_make_process_system @1111
  wine_get_version=NTDLL_wine_get_version @1112
  wine_get_build_id=NTDLL_wine_get_build_id @1113
  wine_get_host_version=NTDLL_wine_get_host_version @1114
  __wine_init_codepages @1115
  __wine_set_signal_handler @1116
  wine_nt_to_unix_file_name @1117
  wine_unix_to_nt_file_name @1118
  __wine_init_windows_dir @1119