This file is indexed.

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

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
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
; File generated automatically from ./dlls/ntdll/ntdll.spec; do not edit!

LIBRARY ntdll.dll

EXPORTS
  DbgBreakPoint @19
  DbgPrint @20
  DbgPrintEx @21
  DbgUserBreakPoint @27
  EtwRegisterTraceGuidsA @28
  EtwRegisterTraceGuidsW @29
  LdrAccessResource @34
  LdrAddRefDll @35
  LdrDisableThreadCalloutsForDll @36
  LdrFindEntryForAddress @38
  LdrFindResourceDirectory_U @39
  LdrFindResource_U @40
  LdrGetDllHandle @42
  LdrGetProcedureAddress @43
  LdrInitializeThunk @45
  LdrLoadDll @47
  LdrLockLoaderLock @48
  LdrProcessRelocationBlock @49
  LdrQueryImageFileExecutionOptions @50
  LdrQueryProcessModuleInformation @51
  LdrResolveDelayLoadedAPI @52
  LdrShutdownProcess @55
  LdrShutdownThread @56
  LdrUnloadDll @58
  LdrUnlockLoaderLock @59
  NlsAnsiCodePage @61 DATA
  NlsMbCodePageTag @62 DATA
  NlsMbOemCodePageTag @63 DATA
  NtAcceptConnectPort @64
  NtAccessCheck @65
  NtAccessCheckAndAuditAlarm @66
  NtAddAtom @67
  NtAdjustGroupsToken @68
  NtAdjustPrivilegesToken @69
  NtAlertResumeThread @70
  NtAlertThread @71
  NtAllocateLocallyUniqueId @72
  NtAllocateUuids @73
  NtAllocateVirtualMemory @74
  NtAreMappedFilesTheSame @75
  NtAssignProcessToJobObject @76
  NtCancelIoFile @78
  NtCancelIoFileEx @79
  NtCancelTimer @80
  NtClearEvent @81
  NtClose @82
  NtCompleteConnectPort @84
  NtConnectPort @85
  NtCreateDirectoryObject @87
  NtCreateEvent @88
  NtCreateFile @90
  NtCreateIoCompletion @91
  NtCreateJobObject @92
  NtCreateKey @93
  NtCreateKeyTransacted @94
  NtCreateKeyedEvent @95
  NtCreateMailslotFile @96
  NtCreateMutant @97
  NtCreateNamedPipeFile @98
  NtCreatePagingFile @99
  NtCreatePort @100
  NtCreateSection @103
  NtCreateSemaphore @104
  NtCreateSymbolicLinkObject @105
  NtCreateTimer @107
  NtCurrentTeb @109
  NtDelayExecution @110
  NtDeleteAtom @111
  NtDeleteFile @112
  NtDeleteKey @113
  NtDeleteValueKey @114
  NtDeviceIoControlFile @115
  NtDisplayString @116
  NtDuplicateObject @117
  NtDuplicateToken @118
  NtEnumerateKey @120
  NtEnumerateValueKey @121
  NtFindAtom @123
  NtFlushBuffersFile @124
  NtFlushInstructionCache @125
  NtFlushKey @126
  NtFlushVirtualMemory @127
  NtFreeVirtualMemory @129
  NtFsControlFile @130
  NtGetContextThread @131
  NtGetCurrentProcessorNumber @132
  NtGetTickCount @134
  NtGetWriteWatch @135
  NtImpersonateAnonymousToken @136
  NtInitiatePowerAction @140
  NtIsProcessInJob @141
  NtListenPort @142
  NtLoadDriver @143
  NtLoadKey @144
  NtLockFile @145
  NtLockVirtualMemory @146
  NtMakeTemporaryObject @147
  NtMapViewOfSection @148
  NtNotifyChangeDirectoryFile @149
  NtNotifyChangeKey @150
  NtNotifyChangeMultipleKeys @151
  NtOpenDirectoryObject @152
  NtOpenEvent @153
  NtOpenFile @155
  NtOpenIoCompletion @156
  NtOpenJobObject @157
  NtOpenKey @158
  NtOpenKeyEx @159
  NtOpenKeyTransacted @160
  NtOpenKeyTransactedEx @161
  NtOpenKeyedEvent @162
  NtOpenMutant @163
  NtOpenProcess @165
  NtOpenProcessToken @166
  NtOpenProcessTokenEx @167
  NtOpenSection @168
  NtOpenSemaphore @169
  NtOpenSymbolicLinkObject @170
  NtOpenThread @171
  NtOpenThreadToken @172
  NtOpenThreadTokenEx @173
  NtOpenTimer @174
  NtPowerInformation @176
  NtPrivilegeCheck @177
  NtProtectVirtualMemory @180
  NtPulseEvent @181
  NtQueryAttributesFile @182
  NtQueryDefaultLocale @183
  NtQueryDefaultUILanguage @184
  NtQueryDirectoryFile @185
  NtQueryDirectoryObject @186
  NtQueryEaFile @187
  NtQueryEvent @188
  NtQueryFullAttributesFile @189
  NtQueryInformationAtom @190
  NtQueryInformationFile @191
  NtQueryInformationJobObject @192
  NtQueryInformationProcess @194
  NtQueryInformationThread @195
  NtQueryInformationToken @196
  NtQueryInstallUILanguage @197
  NtQueryIoCompletion @199
  NtQueryKey @200
  NtQueryLicenseValue @201
  NtQueryMultipleValueKey @202
  NtQueryMutant @203
  NtQueryObject @204
  NtQueryPerformanceCounter @206
  NtQuerySection @207
  NtQuerySecurityObject @208
  NtQuerySemaphore @209
  NtQuerySymbolicLinkObject @210
  NtQuerySystemEnvironmentValue @211
  NtQuerySystemEnvironmentValueEx @212
  NtQuerySystemInformation @213
  NtQuerySystemInformationEx @214
  NtQuerySystemTime @215
  NtQueryTimer @216
  NtQueryTimerResolution @217
  NtQueryValueKey @218
  NtQueryVirtualMemory @219
  NtQueryVolumeInformationFile @220
  NtQueueApcThread @221
  NtRaiseException @222
  NtRaiseHardError @223
  NtReadFile @224
  NtReadFileScatter @225
  NtReadVirtualMemory @227
  NtRegisterThreadTerminatePort @229
  NtReleaseKeyedEvent @230
  NtReleaseMutant @231
  NtReleaseSemaphore @233
  NtRemoveIoCompletion @234
  NtRenameKey @235
  NtReplaceKey @236
  NtReplyWaitReceivePort @238
  NtRequestWaitReplyPort @242
  NtResetEvent @243
  NtResetWriteWatch @244
  NtRestoreKey @245
  NtResumeThread @246
  NtSaveKey @247
  NtSecureConnectPort @248
  NtSetContextThread @249
  NtSetDefaultLocale @252
  NtSetDefaultUILanguage @253
  NtSetEaFile @254
  NtSetEvent @255
  NtSetInformationFile @259
  NtSetInformationJobObject @260
  NtSetInformationKey @261
  NtSetInformationObject @262
  NtSetInformationProcess @263
  NtSetInformationThread @264
  NtSetInformationToken @265
  NtSetIntervalProfile @266
  NtSetIoCompletion @267
  NtSetSecurityObject @272
  NtSetSystemInformation @274
  NtSetSystemTime @276
  NtSetTimer @277
  NtSetTimerResolution @278
  NtSetValueKey @279
  NtSetVolumeInformationFile @280
  NtShutdownSystem @281
  NtSignalAndWaitForSingleObject @282
  NtSuspendThread @285
  NtSystemDebugControl @286
  NtTerminateJobObject @287
  NtTerminateProcess @288
  NtTerminateThread @289
  NtUnloadDriver @291
  NtUnloadKey @292
  NtUnlockFile @294
  NtUnlockVirtualMemory @295
  NtUnmapViewOfSection @296
  NtWaitForKeyedEvent @299
  NtWaitForMultipleObjects @300
  NtWaitForSingleObject @302
  NtWriteFile @305
  NtWriteFileGather @306
  NtWriteVirtualMemory @308
  NtYieldExecution @309
  RtlAbsoluteToSelfRelativeSD @315
  RtlAcquirePebLock @316
  RtlAcquireResourceExclusive @317
  RtlAcquireResourceShared @318
  RtlAcquireSRWLockExclusive @319
  RtlAcquireSRWLockShared @320
  RtlActivateActivationContext @321
  RtlAddAccessAllowedAce @324
  RtlAddAccessAllowedAceEx @325
  RtlAddAccessAllowedObjectAce @326
  RtlAddAccessDeniedAce @327
  RtlAddAccessDeniedAceEx @328
  RtlAddAccessDeniedObjectAce @329
  RtlAddAce @330
  RtlAddAtomToAtomTable @332
  RtlAddAuditAccessAce @334
  RtlAddAuditAccessAceEx @335
  RtlAddAuditAccessObjectAce @336
  RtlAddFunctionTable @337
  RtlAddRefActivationContext @338
  RtlAddVectoredContinueHandler @339
  RtlAddVectoredExceptionHandler @340
  RtlAdjustPrivilege @341
  RtlAllocateAndInitializeSid @342
  RtlAllocateHandle @343
  RtlAllocateHeap @344
  RtlAnsiCharToUnicodeChar @345
  RtlAnsiStringToUnicodeSize @346
  RtlAnsiStringToUnicodeString @347
  RtlAppendAsciizToString @348
  RtlAppendStringToString @349
  RtlAppendUnicodeStringToString @350
  RtlAppendUnicodeToString @351
  RtlAreAllAccessesGranted @354
  RtlAreAnyAccessesGranted @355
  RtlAreBitsClear @356
  RtlAreBitsSet @357
  RtlAssert @358
  RtlCaptureContext @359
  RtlCaptureStackBackTrace @360
  RtlCharToInteger @361
  RtlCheckRegistryKey @362
  RtlClearAllBits @363
  RtlClearBits @364
  RtlCompactHeap @366
  RtlCompareMemory @367
  RtlCompareMemoryUlong @368
  RtlCompareString @369
  RtlCompareUnicodeString @370
  RtlCompressBuffer @371
  RtlComputeCrc32 @372
  RtlConvertSidToUnicodeString @376
  RtlConvertToAutoInheritSecurityObject @377
  RtlCopyLuid @379
  RtlCopyLuidAndAttributesArray @380
  RtlCopyMemory @381
  RtlCopySecurityDescriptor @382
  RtlCopySid @383
  RtlCopyString @385
  RtlCopyUnicodeString @386
  RtlCreateAcl @387
  RtlCreateActivationContext @388
  RtlCreateAtomTable @390
  RtlCreateEnvironment @391
  RtlCreateHeap @392
  RtlCreateProcessParameters @393
  RtlCreateQueryDebugBuffer @395
  RtlCreateSecurityDescriptor @397
  RtlCreateTimer @399
  RtlCreateTimerQueue @400
  RtlCreateUnicodeString @401
  RtlCreateUnicodeStringFromAsciiz @402
  RtlCreateUserProcess @403
  RtlCreateUserThread @405
  RtlDeNormalizeProcessParams @408
  RtlDeactivateActivationContext @409
  RtlDecodePointer @412
  RtlDecompressBuffer @413
  RtlDecompressFragment @414
  RtlDeleteAce @417
  RtlDeleteAtomFromAtomTable @418
  RtlDeleteCriticalSection @419
  RtlDeleteFunctionTable @422
  RtlDeleteRegistryValue @426
  RtlDeleteResource @427
  RtlDeleteSecurityObject @428
  RtlDeleteTimer @429
  RtlDeleteTimerQueueEx @430
  RtlDeregisterWait @431
  RtlDeregisterWaitEx @432
  RtlDestroyAtomTable @433
  RtlDestroyEnvironment @434
  RtlDestroyHandleTable @435
  RtlDestroyHeap @436
  RtlDestroyProcessParameters @437
  RtlDestroyQueryDebugBuffer @438
  RtlDetermineDosPathNameType_U @439
  RtlDllShutdownInProgress @440
  RtlDoesFileExists_U @441
  RtlDosPathNameToNtPathName_U @442
  RtlDosSearchPath_U @443
  RtlDowncaseUnicodeChar @444
  RtlDowncaseUnicodeString @445
  RtlDumpResource @446
  RtlDuplicateUnicodeString @447
  RtlEmptyAtomTable @448
  RtlEncodePointer @449
  RtlEnterCriticalSection @450
  RtlEnumerateGenericTableWithoutSplaying @453
  RtlEqualComputerName @455
  RtlEqualDomainName @456
  RtlEqualLuid @457
  RtlEqualPrefixSid @458
  RtlEqualSid @459
  RtlEqualString @460
  RtlEqualUnicodeString @461
  RtlEraseUnicodeString @462
  RtlExitUserProcess @463
  RtlExitUserThread @464
  RtlExpandEnvironmentStrings_U @465
  RtlFillMemory @467
  RtlFillMemoryUlong @468
  RtlFindActivationContextSectionGuid @470
  RtlFindActivationContextSectionString @471
  RtlFindCharInUnicodeString @472
  RtlFindClearBits @473
  RtlFindClearBitsAndSet @474
  RtlFindClearRuns @475
  RtlFindLastBackwardRunClear @476
  RtlFindLastBackwardRunSet @477
  RtlFindLeastSignificantBit @478
  RtlFindLongestRunClear @479
  RtlFindLongestRunSet @480
  RtlFindMessage @481
  RtlFindMostSignificantBit @482
  RtlFindNextForwardRunClear @483
  RtlFindNextForwardRunSet @484
  RtlFindSetBits @486
  RtlFindSetBitsAndClear @487
  RtlFindSetRuns @488
  RtlFirstEntrySList @489
  RtlFirstFreeAce @490
  RtlFormatCurrentUserKeyPath @492
  RtlFormatMessage @493
  RtlFreeAnsiString @494
  RtlFreeHandle @495
  RtlFreeHeap @496
  RtlFreeOemString @497
  RtlFreeSid @498
  RtlFreeThreadActivationContextStack @499
  RtlFreeUnicodeString @500
  RtlGUIDFromString @502
  RtlGetAce @504
  RtlGetActiveActivationContext @505
  RtlGetCompressionWorkSpaceSize @507
  RtlGetControlSecurityDescriptor @508
  RtlGetCurrentDirectory_U @509
  RtlGetCurrentPeb @510
  RtlGetCurrentProcessorNumberEx @511
  RtlGetCurrentTransaction @512
  RtlGetDaclSecurityDescriptor @513
  RtlGetFullPathName_U @515
  RtlGetGroupSecurityDescriptor @516
  RtlGetLastNtStatus @517
  RtlGetLastWin32Error @518
  RtlGetLongestNtPathLength @519
  RtlGetNtGlobalFlags @520
  RtlGetNtProductType @521
  RtlGetNtVersionNumbers @522
  RtlGetOwnerSecurityDescriptor @523
  RtlGetProductInfo @524
  RtlGetProcessHeaps @525
  RtlGetSaclSecurityDescriptor @526
  RtlGetThreadErrorMode @527
  RtlGetVersion @529
  RtlHashUnicodeString @531
  RtlIdentifierAuthoritySid @532
  RtlImageDirectoryEntryToData @533
  RtlImageNtHeader @534
  RtlImageRvaToSection @535
  RtlImageRvaToVa @536
  RtlImpersonateSelf @537
  RtlInitAnsiString @538
  RtlInitAnsiStringEx @539
  RtlInitString @542
  RtlInitUnicodeString @543
  RtlInitUnicodeStringEx @544
  RtlInitializeBitMap @545
  RtlInitializeConditionVariable @546
  RtlInitializeCriticalSection @548
  RtlInitializeCriticalSectionAndSpinCount @549
  RtlInitializeCriticalSectionEx @550
  RtlInitializeGenericTable @551
  RtlInitializeGenericTableAvl @552
  RtlInitializeHandleTable @553
  RtlInitializeResource @555
  RtlInitializeSListHead @556
  RtlInitializeSRWLock @557
  RtlInitializeSid @558
  RtlInsertElementGenericTableAvl @560
  RtlInstallFunctionTableCallback @561
  RtlInt64ToUnicodeString @562
  RtlIntegerToChar @563
  RtlIntegerToUnicodeString @564
  RtlInterlockedFlushSList @565
  RtlInterlockedPopEntrySList @566
  RtlInterlockedPushEntrySList @567
  RtlInterlockedPushListSList @568
  RtlInterlockedPushListSListEx @569
  RtlIpv4AddressToStringA @570
  RtlIpv4AddressToStringExA @571
  RtlIpv4AddressToStringExW @572
  RtlIpv4AddressToStringW @573
  RtlIpv4StringToAddressExW @574
  RtlIsActivationContextActive @575
  RtlIsCriticalSectionLocked @576
  RtlIsCriticalSectionLockedByThread @577
  RtlIsDosDeviceName_U @578
  RtlIsNameLegalDOS8Dot3 @580
  RtlIsTextUnicode @581
  RtlIsValidHandle @582
  RtlIsValidIndexHandle @583
  RtlLargeIntegerToChar @584
  RtlLeaveCriticalSection @585
  RtlLengthRequiredSid @586
  RtlLengthSecurityDescriptor @587
  RtlLengthSid @588
  RtlLocalTimeToSystemTime @589
  RtlLockHeap @590
  RtlLookupAtomInAtomTable @591
  RtlLookupFunctionEntry @593
  RtlMakeSelfRelativeSD @594
  RtlMapGenericMask @595
  RtlMoveMemory @596
  RtlMultiByteToUnicodeN @597
  RtlMultiByteToUnicodeSize @598
  RtlNewSecurityObject @601
  RtlNormalizeProcessParams @602
  RtlNtStatusToDosError @603
  RtlNtStatusToDosErrorNoTeb @604
  RtlNumberGenericTableElements @605
  RtlNumberOfClearBits @606
  RtlNumberOfSetBits @607
  RtlOemStringToUnicodeSize @608
  RtlOemStringToUnicodeString @609
  RtlOemToUnicodeN @610
  RtlOpenCurrentUser @611
  RtlPcToFileHeader @612
  RtlPinAtomInAtomTable @613
  RtlPrefixString @614
  RtlPrefixUnicodeString @615
  RtlQueryAtomInAtomTable @618
  RtlQueryDepthSList @619
  RtlQueryDynamicTimeZoneInformation @620
  RtlQueryEnvironmentVariable_U @621
  RtlQueryHeapInformation @622
  RtlQueryInformationAcl @623
  RtlQueryInformationActivationContext @624
  RtlQueryProcessDebugInformation @628
  RtlQueryRegistryValues @634
  RtlQueryTimeZoneInformation @637
  RtlQueryUnbiasedInterruptTime @638
  RtlQueueWorkItem @640
  RtlRaiseException @641
  RtlRaiseStatus @642
  RtlRandom @643
  RtlReAllocateHeap @645
  RtlRegisterWait @651
  RtlReleaseActivationContext @652
  RtlReleasePebLock @654
  RtlReleaseResource @655
  RtlReleaseSRWLockExclusive @656
  RtlReleaseSRWLockShared @657
  RtlRemoveVectoredContinueHandler @659
  RtlRemoveVectoredExceptionHandler @660
  RtlRestoreLastWin32Error=RtlSetLastWin32Error @662
  RtlRunOnceBeginInitialize @666
  RtlRunOnceComplete @667
  RtlRunOnceExecuteOnce @668
  RtlRunOnceInitialize @669
  RtlSecondsSince1970ToTime @670
  RtlSecondsSince1980ToTime @671
  RtlSelfRelativeToAbsoluteSD @672
  RtlSetAllBits @673
  RtlSetBits @674
  RtlSetControlSecurityDescriptor @675
  RtlSetCriticalSectionSpinCount @676
  RtlSetCurrentDirectory_U @677
  RtlSetCurrentEnvironment @678
  RtlSetCurrentTransaction @679
  RtlSetDaclSecurityDescriptor @680
  RtlSetEnvironmentVariable @681
  RtlSetGroupSecurityDescriptor @682
  RtlSetHeapInformation @683
  RtlSetIoCompletionCallback @685
  RtlSetLastWin32Error @686
  RtlSetLastWin32ErrorAndNtStatusFromNtStatus @687
  RtlSetOwnerSecurityDescriptor @688
  RtlSetSaclSecurityDescriptor @693
  RtlSetThreadErrorMode @695
  RtlSetTimeZoneInformation @696
  RtlSizeHeap @700
  RtlSleepConditionVariableCS @701
  RtlSleepConditionVariableSRW @702
  RtlStringFromGUID @705
  RtlSubAuthorityCountSid @706
  RtlSubAuthoritySid @707
  RtlSystemTimeToLocalTime @710
  RtlTimeFieldsToTime @711
  RtlTimeToElapsedTimeFields @712
  RtlTimeToSecondsSince1970 @713
  RtlTimeToSecondsSince1980 @714
  RtlTimeToTimeFields @715
  RtlTryAcquireSRWLockExclusive @716
  RtlTryAcquireSRWLockShared @717
  RtlTryEnterCriticalSection @718
  RtlUlonglongByteSwap @719
  RtlUnicodeStringToAnsiSize @720
  RtlUnicodeStringToAnsiString @721
  RtlUnicodeStringToInteger @723
  RtlUnicodeStringToOemSize @724
  RtlUnicodeStringToOemString @725
  RtlUnicodeToMultiByteN @727
  RtlUnicodeToMultiByteSize @728
  RtlUnicodeToOemN @729
  RtlUniform @730
  RtlUnlockHeap @731
  RtlUnwind @732
  RtlUnwindEx @733
  RtlUpcaseUnicodeChar @734
  RtlUpcaseUnicodeString @735
  RtlUpcaseUnicodeStringToAnsiString @736
  RtlUpcaseUnicodeStringToCountedOemString @737
  RtlUpcaseUnicodeStringToOemString @738
  RtlUpcaseUnicodeToMultiByteN @740
  RtlUpcaseUnicodeToOemN @741
  RtlUpdateTimer @742
  RtlUpperChar @743
  RtlUpperString @744
  RtlValidAcl @746
  RtlValidRelativeSecurityDescriptor @747
  RtlValidSecurityDescriptor @748
  RtlValidSid @749
  RtlValidateHeap @750
  RtlVerifyVersionInfo @752
  RtlVirtualUnwind @753
  RtlWakeAllConditionVariable @754
  RtlWakeConditionVariable @755
  RtlWalkHeap @757
  RtlWow64EnableFsRedirection @758
  RtlWow64EnableFsRedirectionEx @759
  RtlWriteRegistryValue @761
  RtlZeroMemory @763
  RtlZombifyActivationContext @764
  RtlpNtCreateKey @765
  RtlpNtEnumerateSubKey @766
  RtlpNtMakeTemporaryKey @767
  RtlpNtOpenKey @768
  RtlpNtQueryValueKey @769
  RtlpNtSetValueKey @770
  RtlpUnWaitCriticalSection @771
  RtlpWaitForCriticalSection @772
  RtlxAnsiStringToUnicodeSize=RtlAnsiStringToUnicodeSize @773
  RtlxOemStringToUnicodeSize=RtlOemStringToUnicodeSize @774
  RtlxUnicodeStringToAnsiSize=RtlUnicodeStringToAnsiSize @775
  RtlxUnicodeStringToOemSize=RtlUnicodeStringToOemSize @776
  TpAllocCleanupGroup @777
  TpAllocPool @778
  TpAllocTimer @779
  TpAllocWait @780
  TpAllocWork @781
  TpCallbackLeaveCriticalSectionOnCompletion @782
  TpCallbackMayRunLong @783
  TpCallbackReleaseMutexOnCompletion @784
  TpCallbackReleaseSemaphoreOnCompletion @785
  TpCallbackSetEventOnCompletion @786
  TpCallbackUnloadDllOnCompletion @787
  TpDisassociateCallback @788
  TpIsTimerSet @789
  TpPostWork @790
  TpReleaseCleanupGroup @791
  TpReleaseCleanupGroupMembers @792
  TpReleasePool @793
  TpReleaseTimer @794
  TpReleaseWait @795
  TpReleaseWork @796
  TpSetPoolMaxThreads @797
  TpSetPoolMinThreads @798
  TpSetTimer @799
  TpSetWait @800
  TpSimpleTryPost @801
  TpWaitForTimer @802
  TpWaitForWait @803
  TpWaitForWork @804
  VerSetConditionMask @805
  WinSqmIsOptedIn @806
  ZwAcceptConnectPort=NtAcceptConnectPort @807
  ZwAccessCheck=NtAccessCheck @808
  ZwAccessCheckAndAuditAlarm=NtAccessCheckAndAuditAlarm @809
  ZwAddAtom=NtAddAtom @810
  ZwAdjustGroupsToken=NtAdjustGroupsToken @811
  ZwAdjustPrivilegesToken=NtAdjustPrivilegesToken @812
  ZwAlertResumeThread=NtAlertResumeThread @813
  ZwAlertThread=NtAlertThread @814
  ZwAllocateLocallyUniqueId=NtAllocateLocallyUniqueId @815
  ZwAllocateUuids=NtAllocateUuids @816
  ZwAllocateVirtualMemory=NtAllocateVirtualMemory @817
  ZwAreMappedFilesTheSame=NtAreMappedFilesTheSame @818
  ZwAssignProcessToJobObject=NtAssignProcessToJobObject @819
  ZwCancelIoFile=NtCancelIoFile @821
  ZwCancelIoFileEx=NtCancelIoFileEx @822
  ZwCancelTimer=NtCancelTimer @823
  ZwClearEvent=NtClearEvent @824
  ZwClose=NtClose @825
  ZwCompleteConnectPort=NtCompleteConnectPort @827
  ZwConnectPort=NtConnectPort @828
  ZwCreateDirectoryObject=NtCreateDirectoryObject @830
  ZwCreateEvent=NtCreateEvent @831
  ZwCreateFile=NtCreateFile @833
  ZwCreateIoCompletion=NtCreateIoCompletion @834
  ZwCreateJobObject=NtCreateJobObject @835
  ZwCreateKey=NtCreateKey @836
  ZwCreateKeyTransacted=NtCreateKeyTransacted @837
  ZwCreateKeyedEvent=NtCreateKeyedEvent @838
  ZwCreateMailslotFile=NtCreateMailslotFile @839
  ZwCreateMutant=NtCreateMutant @840
  ZwCreateNamedPipeFile=NtCreateNamedPipeFile @841
  ZwCreatePagingFile=NtCreatePagingFile @842
  ZwCreatePort=NtCreatePort @843
  ZwCreateSection=NtCreateSection @846
  ZwCreateSemaphore=NtCreateSemaphore @847
  ZwCreateSymbolicLinkObject=NtCreateSymbolicLinkObject @848
  ZwCreateTimer=NtCreateTimer @850
  ZwDelayExecution=NtDelayExecution @852
  ZwDeleteAtom=NtDeleteAtom @853
  ZwDeleteFile=NtDeleteFile @854
  ZwDeleteKey=NtDeleteKey @855
  ZwDeleteValueKey=NtDeleteValueKey @856
  ZwDeviceIoControlFile=NtDeviceIoControlFile @857
  ZwDisplayString=NtDisplayString @858
  ZwDuplicateObject=NtDuplicateObject @859
  ZwDuplicateToken=NtDuplicateToken @860
  ZwEnumerateKey=NtEnumerateKey @862
  ZwEnumerateValueKey=NtEnumerateValueKey @863
  ZwFindAtom=NtFindAtom @865
  ZwFlushBuffersFile=NtFlushBuffersFile @866
  ZwFlushInstructionCache=NtFlushInstructionCache @867
  ZwFlushKey=NtFlushKey @868
  ZwFlushVirtualMemory=NtFlushVirtualMemory @869
  ZwFreeVirtualMemory=NtFreeVirtualMemory @871
  ZwFsControlFile=NtFsControlFile @872
  ZwGetContextThread=NtGetContextThread @873
  ZwGetCurrentProcessorNumber=NtGetCurrentProcessorNumber @874
  ZwGetTickCount=NtGetTickCount @876
  ZwGetWriteWatch=NtGetWriteWatch @877
  ZwImpersonateAnonymousToken=NtImpersonateAnonymousToken @878
  ZwInitiatePowerAction=NtInitiatePowerAction @882
  ZwIsProcessInJob=NtIsProcessInJob @883
  ZwListenPort=NtListenPort @884
  ZwLoadDriver=NtLoadDriver @885
  ZwLoadKey=NtLoadKey @886
  ZwLockFile=NtLockFile @887
  ZwLockVirtualMemory=NtLockVirtualMemory @888
  ZwMakeTemporaryObject=NtMakeTemporaryObject @889
  ZwMapViewOfSection=NtMapViewOfSection @890
  ZwNotifyChangeDirectoryFile=NtNotifyChangeDirectoryFile @891
  ZwNotifyChangeKey=NtNotifyChangeKey @892
  ZwNotifyChangeMultipleKeys=NtNotifyChangeMultipleKeys @893
  ZwOpenDirectoryObject=NtOpenDirectoryObject @894
  ZwOpenEvent=NtOpenEvent @895
  ZwOpenFile=NtOpenFile @897
  ZwOpenIoCompletion=NtOpenIoCompletion @898
  ZwOpenJobObject=NtOpenJobObject @899
  ZwOpenKey=NtOpenKey @900
  ZwOpenKeyEx=NtOpenKeyEx @901
  ZwOpenKeyTransacted=NtOpenKeyTransacted @902
  ZwOpenKeyTransactedEx=NtOpenKeyTransactedEx @903
  ZwOpenKeyedEvent=NtOpenKeyedEvent @904
  ZwOpenMutant=NtOpenMutant @905
  ZwOpenProcess=NtOpenProcess @907
  ZwOpenProcessToken=NtOpenProcessToken @908
  ZwOpenProcessTokenEx=NtOpenProcessTokenEx @909
  ZwOpenSection=NtOpenSection @910
  ZwOpenSemaphore=NtOpenSemaphore @911
  ZwOpenSymbolicLinkObject=NtOpenSymbolicLinkObject @912
  ZwOpenThread=NtOpenThread @913
  ZwOpenThreadToken=NtOpenThreadToken @914
  ZwOpenThreadTokenEx=NtOpenThreadTokenEx @915
  ZwOpenTimer=NtOpenTimer @916
  ZwPowerInformation=NtPowerInformation @918
  ZwPrivilegeCheck=NtPrivilegeCheck @919
  ZwProtectVirtualMemory=NtProtectVirtualMemory @922
  ZwPulseEvent=NtPulseEvent @923
  ZwQueryAttributesFile=NtQueryAttributesFile @924
  ZwQueryDefaultLocale=NtQueryDefaultLocale @925
  ZwQueryDefaultUILanguage=NtQueryDefaultUILanguage @926
  ZwQueryDirectoryFile=NtQueryDirectoryFile @927
  ZwQueryDirectoryObject=NtQueryDirectoryObject @928
  ZwQueryEaFile=NtQueryEaFile @929
  ZwQueryEvent=NtQueryEvent @930
  ZwQueryFullAttributesFile=NtQueryFullAttributesFile @931
  ZwQueryInformationAtom=NtQueryInformationAtom @932
  ZwQueryInformationFile=NtQueryInformationFile @933
  ZwQueryInformationJobObject=NtQueryInformationJobObject @934
  ZwQueryInformationProcess=NtQueryInformationProcess @936
  ZwQueryInformationThread=NtQueryInformationThread @937
  ZwQueryInformationToken=NtQueryInformationToken @938
  ZwQueryInstallUILanguage=NtQueryInstallUILanguage @939
  ZwQueryIoCompletion=NtQueryIoCompletion @941
  ZwQueryKey=NtQueryKey @942
  ZwQueryLicenseValue=NtQueryLicenseValue @943
  ZwQueryMultipleValueKey=NtQueryMultipleValueKey @944
  ZwQueryMutant=NtQueryMutant @945
  ZwQueryObject=NtQueryObject @946
  ZwQueryPerformanceCounter=NtQueryPerformanceCounter @948
  ZwQuerySection=NtQuerySection @949
  ZwQuerySecurityObject=NtQuerySecurityObject @950
  ZwQuerySemaphore=NtQuerySemaphore @951
  ZwQuerySymbolicLinkObject=NtQuerySymbolicLinkObject @952
  ZwQuerySystemEnvironmentValue=NtQuerySystemEnvironmentValue @953
  ZwQuerySystemEnvironmentValueEx=NtQuerySystemEnvironmentValueEx @954
  ZwQuerySystemInformation=NtQuerySystemInformation @955
  ZwQuerySystemInformationEx=NtQuerySystemInformationEx @956
  ZwQuerySystemTime=NtQuerySystemTime @957
  ZwQueryTimer=NtQueryTimer @958
  ZwQueryTimerResolution=NtQueryTimerResolution @959
  ZwQueryValueKey=NtQueryValueKey @960
  ZwQueryVirtualMemory=NtQueryVirtualMemory @961
  ZwQueryVolumeInformationFile=NtQueryVolumeInformationFile @962
  ZwQueueApcThread=NtQueueApcThread @963
  ZwRaiseException=NtRaiseException @964
  ZwRaiseHardError=NtRaiseHardError @965
  ZwReadFile=NtReadFile @966
  ZwReadFileScatter=NtReadFileScatter @967
  ZwReadVirtualMemory=NtReadVirtualMemory @969
  ZwRegisterThreadTerminatePort=NtRegisterThreadTerminatePort @971
  ZwReleaseKeyedEvent=NtReleaseKeyedEvent @972
  ZwReleaseMutant=NtReleaseMutant @973
  ZwReleaseSemaphore=NtReleaseSemaphore @975
  ZwRemoveIoCompletion=NtRemoveIoCompletion @976
  ZwRenameKey=NtRenameKey @977
  ZwReplaceKey=NtReplaceKey @978
  ZwReplyWaitReceivePort=NtReplyWaitReceivePort @980
  ZwRequestWaitReplyPort=NtRequestWaitReplyPort @984
  ZwResetEvent=NtResetEvent @985
  ZwResetWriteWatch=NtResetWriteWatch @986
  ZwRestoreKey=NtRestoreKey @987
  ZwResumeThread=NtResumeThread @988
  ZwSaveKey=NtSaveKey @989
  ZwSecureConnectPort=NtSecureConnectPort @990
  ZwSetContextThread=NtSetContextThread @991
  ZwSetDefaultLocale=NtSetDefaultLocale @994
  ZwSetDefaultUILanguage=NtSetDefaultUILanguage @995
  ZwSetEaFile=NtSetEaFile @996
  ZwSetEvent=NtSetEvent @997
  ZwSetInformationFile=NtSetInformationFile @1001
  ZwSetInformationJobObject=NtSetInformationJobObject @1002
  ZwSetInformationKey=NtSetInformationKey @1003
  ZwSetInformationObject=NtSetInformationObject @1004
  ZwSetInformationProcess=NtSetInformationProcess @1005
  ZwSetInformationThread=NtSetInformationThread @1006
  ZwSetInformationToken=NtSetInformationToken @1007
  ZwSetIntervalProfile=NtSetIntervalProfile @1008
  ZwSetIoCompletion=NtSetIoCompletion @1009
  ZwSetSecurityObject=NtSetSecurityObject @1014
  ZwSetSystemInformation=NtSetSystemInformation @1016
  ZwSetSystemTime=NtSetSystemTime @1018
  ZwSetTimer=NtSetTimer @1019
  ZwSetTimerResolution=NtSetTimerResolution @1020
  ZwSetValueKey=NtSetValueKey @1021
  ZwSetVolumeInformationFile=NtSetVolumeInformationFile @1022
  ZwShutdownSystem=NtShutdownSystem @1023
  ZwSignalAndWaitForSingleObject=NtSignalAndWaitForSingleObject @1024
  ZwSuspendThread=NtSuspendThread @1027
  ZwSystemDebugControl=NtSystemDebugControl @1028
  ZwTerminateJobObject=NtTerminateJobObject @1029
  ZwTerminateProcess=NtTerminateProcess @1030
  ZwTerminateThread=NtTerminateThread @1031
  ZwUnloadDriver=NtUnloadDriver @1033
  ZwUnloadKey=NtUnloadKey @1034
  ZwUnlockFile=NtUnlockFile @1036
  ZwUnlockVirtualMemory=NtUnlockVirtualMemory @1037
  ZwUnmapViewOfSection=NtUnmapViewOfSection @1038
  ZwWaitForKeyedEvent=NtWaitForKeyedEvent @1041
  ZwWaitForMultipleObjects=NtWaitForMultipleObjects @1042
  ZwWaitForSingleObject=NtWaitForSingleObject @1044
  ZwWriteFile=NtWriteFile @1047
  ZwWriteFileGather=NtWriteFileGather @1048
  ZwWriteVirtualMemory=NtWriteVirtualMemory @1050
  ZwYieldExecution=NtYieldExecution @1051
  __C_specific_handler @1052
  __chkstk @1053 PRIVATE
  __isascii=NTDLL___isascii @1054 PRIVATE
  __iscsym=NTDLL___iscsym @1055 PRIVATE
  __iscsymf=NTDLL___iscsymf @1056 PRIVATE
  __toascii=NTDLL___toascii @1057 PRIVATE
  _atoi64 @1058 PRIVATE
  _i64toa @1060 PRIVATE
  _i64tow @1061 PRIVATE
  _itoa @1062 PRIVATE
  _itow @1063 PRIVATE
  _lfind @1064 PRIVATE
  _local_unwind @1065
  _ltoa @1066 PRIVATE
  _ltow @1067 PRIVATE
  _memccpy @1068 PRIVATE
  _memicmp @1069 PRIVATE
  _snprintf=NTDLL__snprintf @1070 PRIVATE
  _snwprintf=NTDLL__snwprintf @1071 PRIVATE
  _splitpath @1072 PRIVATE
  _strcmpi=_stricmp @1073 PRIVATE
  _stricmp @1074 PRIVATE
  _strlwr @1075 PRIVATE
  _strnicmp @1076 PRIVATE
  _strupr @1077 PRIVATE
  _tolower=NTDLL__tolower @1078 PRIVATE
  _toupper=NTDLL__toupper @1079 PRIVATE
  _ui64toa @1080 PRIVATE
  _ui64tow @1081 PRIVATE
  _ultoa @1082 PRIVATE
  _ultow @1083 PRIVATE
  _vsnprintf=NTDLL__vsnprintf @1084 PRIVATE
  _vsnwprintf=NTDLL__vsnwprintf @1085 PRIVATE
  _wcsicmp=NTDLL__wcsicmp @1086 PRIVATE
  _wcslwr=NTDLL__wcslwr @1087 PRIVATE
  _wcsnicmp=NTDLL__wcsnicmp @1088 PRIVATE
  _wcsupr=NTDLL__wcsupr @1089 PRIVATE
  _wtoi @1090 PRIVATE
  _wtoi64 @1091 PRIVATE
  _wtol @1092 PRIVATE
  abs=NTDLL_abs @1093 PRIVATE
  atan=NTDLL_atan @1094 PRIVATE
  atoi=NTDLL_atoi @1095 PRIVATE
  atol=NTDLL_atol @1096 PRIVATE
  bsearch=NTDLL_bsearch @1097 PRIVATE
  ceil=NTDLL_ceil @1098 PRIVATE
  cos=NTDLL_cos @1099 PRIVATE
  fabs=NTDLL_fabs @1100 PRIVATE
  floor=NTDLL_floor @1101 PRIVATE
  isalnum=NTDLL_isalnum @1102 PRIVATE
  isalpha=NTDLL_isalpha @1103 PRIVATE
  iscntrl=NTDLL_iscntrl @1104 PRIVATE
  isdigit=NTDLL_isdigit @1105 PRIVATE
  isgraph=NTDLL_isgraph @1106 PRIVATE
  islower=NTDLL_islower @1107 PRIVATE
  isprint=NTDLL_isprint @1108 PRIVATE
  ispunct=NTDLL_ispunct @1109 PRIVATE
  isspace=NTDLL_isspace @1110 PRIVATE
  isupper=NTDLL_isupper @1111 PRIVATE
  iswalpha=NTDLL_iswalpha @1112 PRIVATE
  iswctype=NTDLL_iswctype @1113 PRIVATE
  iswdigit=NTDLL_iswdigit @1114 PRIVATE
  iswlower=NTDLL_iswlower @1115 PRIVATE
  iswspace=NTDLL_iswspace @1116 PRIVATE
  iswxdigit=NTDLL_iswxdigit @1117 PRIVATE
  isxdigit=NTDLL_isxdigit @1118 PRIVATE
  labs=NTDLL_labs @1119 PRIVATE
  log=NTDLL_log @1120 PRIVATE
  mbstowcs=NTDLL_mbstowcs @1121 PRIVATE
  memchr=NTDLL_memchr @1122 PRIVATE
  memcmp=NTDLL_memcmp @1123 PRIVATE
  memcpy=NTDLL_memcpy @1124 PRIVATE
  memmove=NTDLL_memmove @1125 PRIVATE
  memset=NTDLL_memset @1126 PRIVATE
  pow=NTDLL_pow @1127 PRIVATE
  qsort=NTDLL_qsort @1128 PRIVATE
  sin=NTDLL_sin @1129 PRIVATE
  sprintf=NTDLL_sprintf @1130 PRIVATE
  sqrt=NTDLL_sqrt @1131 PRIVATE
  sscanf=NTDLL_sscanf @1132 PRIVATE
  strcat=NTDLL_strcat @1133 PRIVATE
  strchr=NTDLL_strchr @1134 PRIVATE
  strcmp=NTDLL_strcmp @1135 PRIVATE
  strcpy=NTDLL_strcpy @1136 PRIVATE
  strcspn=NTDLL_strcspn @1137 PRIVATE
  strlen=NTDLL_strlen @1138 PRIVATE
  strncat=NTDLL_strncat @1139 PRIVATE
  strncmp=NTDLL_strncmp @1140 PRIVATE
  strncpy=NTDLL_strncpy @1141 PRIVATE
  strpbrk=NTDLL_strpbrk @1142 PRIVATE
  strrchr=NTDLL_strrchr @1143 PRIVATE
  strspn=NTDLL_strspn @1144 PRIVATE
  strstr=NTDLL_strstr @1145 PRIVATE
  strtol=NTDLL_strtol @1146 PRIVATE
  strtoul=NTDLL_strtoul @1147 PRIVATE
  swprintf=NTDLL_swprintf @1148 PRIVATE
  tan=NTDLL_tan @1149 PRIVATE
  tolower=NTDLL_tolower @1150 PRIVATE
  toupper=NTDLL_toupper @1151 PRIVATE
  towlower=NTDLL_towlower @1152 PRIVATE
  towupper=NTDLL_towupper @1153 PRIVATE
  vDbgPrintEx @1154
  vDbgPrintExWithPrefix @1155
  vsprintf=NTDLL_vsprintf @1156 PRIVATE
  wcscat=NTDLL_wcscat @1157 PRIVATE
  wcschr=NTDLL_wcschr @1158 PRIVATE
  wcscmp=NTDLL_wcscmp @1159 PRIVATE
  wcscpy=NTDLL_wcscpy @1160 PRIVATE
  wcscspn=NTDLL_wcscspn @1161 PRIVATE
  wcslen=NTDLL_wcslen @1162 PRIVATE
  wcsncat=NTDLL_wcsncat @1163 PRIVATE
  wcsncmp=NTDLL_wcsncmp @1164 PRIVATE
  wcsncpy=NTDLL_wcsncpy @1165 PRIVATE
  wcspbrk=NTDLL_wcspbrk @1166 PRIVATE
  wcsrchr=NTDLL_wcsrchr @1167 PRIVATE
  wcsspn=NTDLL_wcsspn @1168 PRIVATE
  wcsstr=NTDLL_wcsstr @1169 PRIVATE
  wcstok=NTDLL_wcstok @1170 PRIVATE
  wcstol=NTDLL_wcstol @1171 PRIVATE
  wcstombs=NTDLL_wcstombs @1172 PRIVATE
  wcstoul=NTDLL_wcstoul @1173 PRIVATE
  wine_server_call @1174
  wine_server_fd_to_handle @1175
  wine_server_handle_to_fd @1176
  wine_server_release_fd @1177
  wine_server_send_fd @1178
  __wine_make_process_system @1179
  wine_get_version=NTDLL_wine_get_version @1180
  wine_get_build_id=NTDLL_wine_get_build_id @1181
  wine_get_host_version=NTDLL_wine_get_host_version @1182
  __wine_init_codepages @1183
  __wine_set_signal_handler @1184
  wine_nt_to_unix_file_name @1185
  wine_unix_to_nt_file_name @1186
  __wine_init_windows_dir @1187