summaryrefslogtreecommitdiff
path: root/src/dlls/mscoree/mscorwks_unixexports.src
blob: 28e9ac223f0847708c58ba7c96cfd3e5b3f03bc8 (plain)
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
; Unix hosting API
coreclr_create_delegate
coreclr_execute_assembly
coreclr_initialize
coreclr_shutdown
coreclr_shutdown_2

; il{d}asm
MetaDataGetDispenser
GetMetaDataInternalInterface
GetMetaDataInternalInterfaceFromPublic
GetMetaDataPublicInterfaceFromInternal

; PAL module registration
PAL_RegisterModule
PAL_UnregisterModule

; Functions exported by the coreclr
CoreDllMain
DllMain
GetCLRRuntimeHost

; Win32 API and other PAL functions used by the mscorlib
CloseHandle
CoCreateGuid
CopyFileW
CoTaskMemAlloc
CoTaskMemRealloc
CoTaskMemFree
CreateDirectoryW
CreateEventW
CreateFileW
CreateMutexW
CreateSemaphoreW
DeleteFileW
DuplicateHandle
FindClose
FindFirstFileW
FindNextFileW
FlushFileBuffers
FormatMessageW
FreeEnvironmentStringsW
GetACP
GetComputerNameW
GetConsoleCP
GetConsoleOutputCP
GetCurrentDirectoryW
GetCurrentProcess
GetCurrentProcessId
GetCurrentThreadId
GetEnvironmentStringsW
GetEnvironmentVariableW
GetFileAttributesExW
GetFileSize
GetFileType
GetFullPathNameW
GetLongPathNameW
GetProcAddress
GetStdHandle
GetSystemInfo
GetTempFileNameW
GetTempPathW
LocalAlloc
LocalReAlloc
LocalFree
LockFile
lstrlenA
lstrlenW
MapViewOfFile
MetaDataGetDispenser
MoveFileExW
MultiByteToWideChar
OpenEventW
OpenMutexW
OpenSemaphoreW
OutputDebugStringW
PAL_Random
QueryPerformanceCounter  
QueryPerformanceFrequency
RaiseException
ReadFile
ReleaseMutex
ReleaseSemaphore
RemoveDirectoryW
ResetEvent
RtlZeroMemory
SetCurrentDirectoryW
SetEndOfFile
SetEnvironmentVariableW
SetErrorMode
SetEvent
SetFileAttributesW
SetFilePointer
SetFileTime
SysAllocStringLen
SysFreeString
SysStringLen
UnlockFile
UnmapViewOfFile
VirtualAlloc
VirtualFree
GlobalMemoryStatusEx
VirtualQuery
WideCharToMultiByte
WriteFile