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)]
458
[StructLayout(LayoutKind.Explicit, Size =
AsmOffsets
.SIZEOF__PAL_LIMITED_CONTEXT)]
461
[FieldOffset(
AsmOffsets
.OFFSETOF__PAL_LIMITED_CONTEXT__IP)]
464
[FieldOffset(
AsmOffsets
.OFFSETOF__PAL_LIMITED_CONTEXT__FP)]
526
[FieldOffset(
AsmOffsets
.OFFSETOF__ExInfo__m_pPrevExInfo)]
529
[FieldOffset(
AsmOffsets
.OFFSETOF__ExInfo__m_pExContext)]
532
[FieldOffset(
AsmOffsets
.OFFSETOF__ExInfo__m_exception)]
535
[FieldOffset(
AsmOffsets
.OFFSETOF__ExInfo__m_kind)]
538
[FieldOffset(
AsmOffsets
.OFFSETOF__ExInfo__m_passNumber)]
544
[FieldOffset(
AsmOffsets
.OFFSETOF__ExInfo__m_idxCurClause)]
547
[FieldOffset(
AsmOffsets
.OFFSETOF__ExInfo__m_frameIter)]
550
[FieldOffset(
AsmOffsets
.OFFSETOF__ExInfo__m_notifyDebuggerSP)]
src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\StackFrameIterator.cs (8)
12
[StructLayout(LayoutKind.Explicit, Size =
AsmOffsets
.SIZEOF__REGDISPLAY)]
15
[FieldOffset(
AsmOffsets
.OFFSETOF__REGDISPLAY__SP)]
18
[FieldOffset(
AsmOffsets
.OFFSETOF__REGDISPLAY__ControlPC)]
20
[FieldOffset(
AsmOffsets
.OFFSETOF__REGDISPLAY__m_pCurrentContext)]
25
[StructLayout(LayoutKind.Explicit, Size =
AsmOffsets
.SIZEOF__StackFrameIterator)]
29
[FieldOffset(
AsmOffsets
.OFFSETOF__StackFrameIterator__m_pRegDisplay)]
32
[FieldOffset(
AsmOffsets
.OFFSETOF__StackFrameIterator__m_AdjustedControlPC)]
38
[FieldOffset(
AsmOffsets
.OFFSETOF__StackFrameIterator__m_isRuntimeWrappedExceptions)]