summaryrefslogtreecommitdiff
path: root/src/inc/daccess.h
diff options
context:
space:
mode:
authorgbalykov <g.balykov@samsung.com>2017-05-05 23:07:44 +0300
committerJan Kotas <jkotas@microsoft.com>2017-05-05 13:07:44 -0700
commit980c1204d68f54be77eb840cc3f2e4fe2df42a26 (patch)
tree1c9de18ed9660a833e156a8bf1be5ebb01d9c82e /src/inc/daccess.h
parentf32af15fd8c5ceae9ac10b5d2ef0eed9c66ca4e3 (diff)
downloadcoreclr-980c1204d68f54be77eb840cc3f2e4fe2df42a26.tar.gz
coreclr-980c1204d68f54be77eb840cc3f2e4fe2df42a26.tar.bz2
coreclr-980c1204d68f54be77eb840cc3f2e4fe2df42a26.zip
Add compact entry points for ARM (#11109)
Diffstat (limited to 'src/inc/daccess.h')
-rw-r--r--src/inc/daccess.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/inc/daccess.h b/src/inc/daccess.h
index 7d82e86cb9..40aba86f21 100644
--- a/src/inc/daccess.h
+++ b/src/inc/daccess.h
@@ -617,6 +617,11 @@ typedef struct _DacGlobals
ULONG fn__ThreadpoolMgr__AsyncTimerCallbackCompletion;
ULONG fn__DACNotifyCompilationFinished;
ULONG fn__ThePreStub;
+
+#ifdef _TARGET_ARM_
+ ULONG fn__ThePreStubCompactARM;
+#endif // _TARGET_ARM_
+
ULONG fn__ThePreStubPatchLabel;
ULONG fn__PrecodeFixupThunk;
ULONG fn__StubDispatchFixupStub;
@@ -2345,6 +2350,7 @@ typedef ArrayDPTR(signed char) PTR_SBYTE;
typedef ArrayDPTR(const BYTE) PTR_CBYTE;
typedef DPTR(INT8) PTR_INT8;
typedef DPTR(INT16) PTR_INT16;
+typedef DPTR(UINT16) PTR_UINT16;
typedef DPTR(WORD) PTR_WORD;
typedef DPTR(USHORT) PTR_USHORT;
typedef DPTR(DWORD) PTR_DWORD;