3 writes to S0
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\StackWalk\Context\LoongArch64\LoongArch64Unwinder.cs (1)
646
context.
S0
= _target.Read<ulong>(sourceAddress);
Contracts\StackWalk\Context\LoongArch64Context.cs (2)
94
if (name.Equals("s0", StringComparison.OrdinalIgnoreCase)) {
S0
= value.Value; return true; }
177
case 23:
S0
= value.Value; return true;
3 references to S0
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\StackWalk\Context\LoongArch64\LoongArch64Unwinder.cs (1)
645
sourceAddress = startingSp + (uint)Marshal.OffsetOf<LoongArch64Context>(nameof(LoongArch64Context.
S0
));
Contracts\StackWalk\Context\LoongArch64Context.cs (2)
135
if (name.Equals("s0", StringComparison.OrdinalIgnoreCase)) { value = new TargetNUInt(
S0
); return true; }
217
case 23: value = new TargetNUInt(
S0
); return true;