3 writes to Gp
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\StackWalk\Context\RISCV64\RISCV64Unwinder.cs (1)
612
context.
Gp
= _target.Read<ulong>(sourceAddress);
Contracts\StackWalk\Context\RISCV64Context.cs (2)
74
if (name.Equals("gp", StringComparison.OrdinalIgnoreCase)) {
Gp
= value.Value; return true; }
155
case 3:
Gp
= value.Value; return true;
3 references to Gp
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\StackWalk\Context\RISCV64\RISCV64Unwinder.cs (1)
611
sourceAddress = startingSp + (uint)Marshal.OffsetOf<RISCV64Context>(nameof(RISCV64Context.
Gp
));
Contracts\StackWalk\Context\RISCV64Context.cs (2)
114
if (name.Equals("gp", StringComparison.OrdinalIgnoreCase)) { value = new TargetNUInt(
Gp
); return true; }
195
case 3: value = new TargetNUInt(
Gp
); return true;