2 writes to Fcc
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\StackWalk\Context\LoongArch64\LoongArch64Unwinder.cs (1)
678
context.
Fcc
= _target.Read<uint>(sourceAddress);
Contracts\StackWalk\Context\LoongArch64Context.cs (1)
104
if (name.Equals("fcc", StringComparison.OrdinalIgnoreCase)) {
Fcc
= (uint)value.Value; return true; }
2 references to Fcc
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\StackWalk\Context\LoongArch64\LoongArch64Unwinder.cs (1)
677
sourceAddress = startingSp + (uint)Marshal.OffsetOf<LoongArch64Context>(nameof(LoongArch64Context.
Fcc
));
Contracts\StackWalk\Context\LoongArch64Context.cs (1)
145
if (name.Equals("fcc", StringComparison.OrdinalIgnoreCase)) { value = new TargetNUInt(
Fcc
); return true; }