5 references to Relocation
ILCompiler.ReadyToRun (5)
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\ObjectDataBuilder.cs (1)
265_relocs.Add(new Relocation(relocType, _data.Count, symbol));
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\WasmInstructions.cs (3)
301buffer[i] = new Relocation(r.RelocType, r.Offset + offset, r.Target); 371buffer[0] = new Relocation(_relocType, 0, _symbol); 481buffer[0] = new Relocation(RelocType.WASM_TYPE_INDEX_LEB, base.EncodeSize(), _type);
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
4340sourceBlock.Add(new Relocation(relocType, relocOffset, relocTarget));