1 implementation of GetPrecodeEntryPointFromInteriorAddress
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\PrecodeStubs_Common.cs (1)
163
TargetPointer IPrecodeStubs.
GetPrecodeEntryPointFromInteriorAddress
(TargetCodePointer interiorAddress, bool isFixupPrecode)
1 reference to GetPrecodeEntryPointFromInteriorAddress
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.IXCLRDataProcess.cs (1)
126
TargetPointer entryPoint = precodeStubs.
GetPrecodeEntryPointFromInteriorAddress
(codeAddr, codeKind == CodeKind.FixupPrecode);