1 write to RelocType
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\Relocation.cs (1)
605
RelocType
= relocType;
7 references to RelocType
ILCompiler.ReadyToRun (7)
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\Relocation.cs (1)
848
return $"{Target} ({
RelocType
}, 0x{Offset:X})";
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\ObjectWriter.cs (5)
485
if ((reloc.
RelocType
is RelocType.IMAGE_REL_BASED_DIR64 && _nodeFactory.Target.PointerSize == 8) ||
486
(reloc.
RelocType
is RelocType.IMAGE_REL_BASED_HIGHLOW && _nodeFactory.Target.PointerSize == 4))
511
RelocType fileReloc = Relocation.GetFileRelocationType(reloc.
RelocType
);
564
if (reloc.
RelocType
== RelocType.IMAGE_REL_FILE_CHECKSUM_CALLBACK)
578
reloc.
RelocType
,
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\WasmInstructions.cs (1)
301
buffer[i] = new Relocation(r.
RelocType
, r.Offset + offset, r.Target);