ntdll: Export RtlCopyMemory on ARM platforms.
This commit is contained in:
parent
e57e885688
commit
fb4eca9a1e
3 changed files with 3 additions and 3 deletions
|
@ -1314,7 +1314,7 @@
|
|||
@ stdcall -norelay -import RtlCaptureContext(ptr)
|
||||
@ stdcall RtlCaptureStackBackTrace(long long ptr ptr) NTDLL.RtlCaptureStackBackTrace
|
||||
@ stdcall -arch=!i386 RtlCompareMemory(ptr ptr long) NTDLL.RtlCompareMemory
|
||||
@ stdcall -arch=x86_64 RtlCopyMemory(ptr ptr long) NTDLL.RtlCopyMemory
|
||||
@ stdcall -arch=!i386 RtlCopyMemory(ptr ptr long) NTDLL.RtlCopyMemory
|
||||
@ cdecl -arch=!i386 RtlDeleteFunctionTable(ptr) NTDLL.RtlDeleteFunctionTable
|
||||
@ stdcall RtlFillMemory(ptr long long) NTDLL.RtlFillMemory
|
||||
@ cdecl -arch=!i386 RtlInstallFunctionTableCallback(long long long ptr ptr ptr) NTDLL.RtlInstallFunctionTableCallback
|
||||
|
|
|
@ -551,7 +551,7 @@
|
|||
@ stdcall RtlCopyExtendedContext(ptr long ptr)
|
||||
@ stdcall RtlCopyLuid(ptr ptr)
|
||||
@ stdcall RtlCopyLuidAndAttributesArray(long ptr ptr)
|
||||
@ stdcall -arch=x86_64 RtlCopyMemory(ptr ptr long)
|
||||
@ stdcall -arch=!i386 RtlCopyMemory(ptr ptr long)
|
||||
@ stdcall -arch=x86_64 RtlCopyMemoryNonTemporal(ptr ptr long) RtlCopyMemory
|
||||
# @ stub RtlCopyMemoryStreamTo
|
||||
# @ stub RtlCopyOutOfProcessMemoryStreamTo
|
||||
|
|
|
@ -1029,7 +1029,7 @@
|
|||
@ stdcall RtlCopyExtendedContext(ptr long ptr)
|
||||
@ stdcall RtlCopyLuid(ptr ptr)
|
||||
@ stdcall RtlCopyLuidAndAttributesArray(long ptr ptr)
|
||||
@ stdcall -arch=x86_64 RtlCopyMemory(ptr ptr long)
|
||||
@ stdcall -arch=!i386 RtlCopyMemory(ptr ptr long)
|
||||
@ stdcall -arch=x86_64 RtlCopyMemoryNonTemporal(ptr ptr long) RtlCopyMemory
|
||||
@ stub RtlCopyRangeList
|
||||
@ stdcall RtlCopySid(long ptr ptr)
|
||||
|
|
Loading…
Add table
Reference in a new issue