summaryrefslogtreecommitdiff
path: root/src/dlls/mscordac/mscordac_unixexports.src
blob: 71c6b313bef57a4ce06fff4ec644b54d8f334f26 (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
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
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
; See the LICENSE file in the project root for more information.

DacDbiInterfaceInstance
CLRDataCreateInstance

; PAL module registration
DllMain
PAL_RegisterModule
PAL_UnregisterModule

; Data exports (not prefixed)
IID_IUnknown
IID_IClassFactory
IID_ISequentialStream
IID_IStream
IID_ICLRDataTarget
IID_ICorDebugDataTarget4
IID_ICLRDataEnumMemoryRegionsCallback
nativeStringResourceTable_mscorrc_debug

; All the # exports are prefixed with DAC_
#PAL_BindResources
#PAL_CatchHardwareExceptionHolderEnter
#PAL_CatchHardwareExceptionHolderExit
#PAL_bsearch
#PAL_errno
#PAL_fflush
#PAL__flushall
#PAL_free
#PAL_fwprintf
#PAL_GetLogicalCpuCountFromOS
#PAL_GetNumaProcessorNode
#PAL_GetPALDirectoryW
#PAL_GetResourceString
#PAL_get_stdout
#PAL_get_stderr
#PAL_GetCurrentThread
#PAL_GetCpuLimit
#PAL_GetNativeExceptionHolderHead
#PAL_GetSymbolModuleBase
#PAL_GetTransportPipeName
#PAL_InitializeDLL
#PAL_TerminateEx
#PAL_IsDebuggerPresent
#PAL_ProbeMemory
#PAL_Random
#PAL_memcpy
#PAL_malloc
#PAL_realloc
#PAL_printf
#PAL_qsort
#PAL_Reenter
#PAL_fprintf
#PAL__wcstoui64
#PAL_wcstoul
#PAL_VirtualReserveFromExecutableMemoryAllocatorWithinRange
#PAL_VirtualUnwindOutOfProc
#PAL_wcslen
#PAL_wcsncmp
#PAL_wcsrchr
#PAL_wcscmp
#PAL_wcschr
#PAL_wcscspn
#PAL_wcscat
#PAL_wcsstr
#PAL__open
#PAL__pread
#PAL__close

#_wcsicmp
#_stricmp
#sprintf_s
#swprintf_s
#vsprintf_s
#_snprintf_s
#_snwprintf_s
#_vsnprintf_s
#_vsnwprintf_s
#_itow_s
#_i64tow_s
#memcpy_s
#sscanf_s

#CopyFileW
#CreateDirectoryW
#CreateFileMappingA
#CreateFileMappingW
#CreateFileA
#CreateFileW
#CreateMutexW
#CreateMutexExW
#CreateEventW
#CreateEventExW
#CreateProcessW
#CreateSemaphoreExW
#CreateThread
#CloseHandle
#DebugBreak
#DeleteCriticalSection
#DeleteFileW
#DuplicateHandle
#EnterCriticalSection
#FindClose
#FindFirstFileW
#FindNextFileW
#FlushFileBuffers
#FlushInstructionCache
#FormatMessageW
#FreeLibrary
#FileTimeToSystemTime
#GetACP
#GetCPInfo
#GetCurrentDirectoryW
#GetCurrentProcess
#GetCurrentProcessId
#GetCurrentThreadId
#GetEnvironmentVariableA
#GetEnvironmentVariableW
#GetFileAttributesExW
#GetFileAttributesW
#GetFileSize
#GetFullPathNameW
#GetLastError
#GetLongPathNameW
#GetModuleFileNameW
#GetNumaHighestNodeNumber
#GetProcAddress
#GetProcessHeap
#GetShortPathNameW
#GetStdHandle
#GetSystemInfo
#GetSystemTime
#GetSystemTimeAsFileTime
#GetTempFileNameW
#GetTempPathA
#GetTempPathW
#HeapAlloc
#HeapFree
#HeapSetInformation
#InitializeCriticalSection
#IsDBCSLeadByte
#LeaveCriticalSection
#LoadLibraryA
#LoadLibraryW
#LoadLibraryExW
#LocalAlloc
#LocalReAlloc
#LocalFree
#MapViewOfFile
#MoveFileExW
#MultiByteToWideChar
#OpenProcess
#OutputDebugStringW
#OpenEventW
#OutputDebugStringA
#QueryPerformanceCounter
#QueryPerformanceFrequency
#RaiseException
#RaiseFailFastException
#ReadFile
#ReleaseMutex
#ReleaseSemaphore
#RemoveDirectoryW
#ResetEvent
#ResumeThread
#SearchPathW
#SetEvent
#SetFileAttributesW
#SetFilePointer
#SetLastError
#SetErrorMode
#Sleep
#SleepEx
#SwitchToThread
#SysAllocStringLen
#SysFreeString
#TerminateProcess
#TlsAlloc
#TlsFree
#TlsGetValue
#TlsSetValue
#VirtualAlloc
#VirtualAllocExNuma
#VirtualFree
#VirtualProtect
#VirtualQuery
#UnmapViewOfFile
#WaitForMultipleObjectsEx
#WaitForSingleObject
#WaitForSingleObjectEx
#WideCharToMultiByte
#WriteFile