2 references to EmitReloc
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\InjectStringThunksSignature.cs (1)
49
builder.
EmitReloc
(stub, relocType, delta: factory.Target.CodeDelta);
Compiler\DependencyAnalysis\ReadyToRun\ResumptionStubEntryPointSignature.cs (1)
23
builder.
EmitReloc
(_resumptionStub, RelocType.IMAGE_REL_BASED_ADDR32NB, delta: factory.Target.CodeDelta);