20 references to AsmOffsets
System.Private.CoreLib (20)
src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\ExceptionHandling.cs (12)
64
[StructLayout(LayoutKind.Explicit, Size =
AsmOffsets
.SIZEOF__EHEnum)]
459
[StructLayout(LayoutKind.Explicit, Size =
AsmOffsets
.SIZEOF__PAL_LIMITED_CONTEXT)]
462
[FieldOffset(
AsmOffsets
.OFFSETOF__PAL_LIMITED_CONTEXT__IP)]
465
[FieldOffset(
AsmOffsets
.OFFSETOF__PAL_LIMITED_CONTEXT__FP)]
527
[FieldOffset(
AsmOffsets
.OFFSETOF__ExInfo__m_pPrevExInfo)]
530
[FieldOffset(
AsmOffsets
.OFFSETOF__ExInfo__m_pExContext)]
533
[FieldOffset(
AsmOffsets
.OFFSETOF__ExInfo__m_exception)]
536
[FieldOffset(
AsmOffsets
.OFFSETOF__ExInfo__m_kind)]
539
[FieldOffset(
AsmOffsets
.OFFSETOF__ExInfo__m_passNumber)]
545
[FieldOffset(
AsmOffsets
.OFFSETOF__ExInfo__m_idxCurClause)]
548
[FieldOffset(
AsmOffsets
.OFFSETOF__ExInfo__m_frameIter)]
551
[FieldOffset(
AsmOffsets
.OFFSETOF__ExInfo__m_notifyDebuggerSP)]
src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\StackFrameIterator.cs (8)
11
[StructLayout(LayoutKind.Explicit, Size =
AsmOffsets
.SIZEOF__REGDISPLAY)]
14
[FieldOffset(
AsmOffsets
.OFFSETOF__REGDISPLAY__SP)]
17
[FieldOffset(
AsmOffsets
.OFFSETOF__REGDISPLAY__ControlPC)]
19
[FieldOffset(
AsmOffsets
.OFFSETOF__REGDISPLAY__m_pCurrentContext)]
24
[StructLayout(LayoutKind.Explicit, Size =
AsmOffsets
.SIZEOF__StackFrameIterator)]
28
[FieldOffset(
AsmOffsets
.OFFSETOF__StackFrameIterator__m_pRegDisplay)]
31
[FieldOffset(
AsmOffsets
.OFFSETOF__StackFrameIterator__m_AdjustedControlPC)]
37
[FieldOffset(
AsmOffsets
.OFFSETOF__StackFrameIterator__m_isRuntimeWrappedExceptions)]