12 references to IMAGE_REL_BASED_RISCV64_PCREL_I
ILCompiler.ReadyToRun (12)
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\ObjectDataBuilder.cs (1)
306
case RelocType.
IMAGE_REL_BASED_RISCV64_PCREL_I
:
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\Relocation.cs (3)
664
case RelocType.
IMAGE_REL_BASED_RISCV64_PCREL_I
:
721
RelocType.
IMAGE_REL_BASED_RISCV64_PCREL_I
=> 8,
791
case RelocType.
IMAGE_REL_BASED_RISCV64_PCREL_I
:
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\Target_RiscV64\RiscV64Emitter.cs (2)
46
Builder.EmitReloc(symbol, RelocType.
IMAGE_REL_BASED_RISCV64_PCREL_I
);
92
Builder.EmitReloc(symbol, RelocType.
IMAGE_REL_BASED_RISCV64_PCREL_I
);
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\ElfObjectWriter.cs (4)
254
if (relocType is
IMAGE_REL_BASED_RISCV64_PCREL_I
or IMAGE_REL_BASED_RISCV64_PCREL_S)
581
IMAGE_REL_BASED_RISCV64_PCREL_I
=> R_RISCV_PCREL_HI20,
591
if (symbolicRelocation.Type is
IMAGE_REL_BASED_RISCV64_PCREL_I
or IMAGE_REL_BASED_RISCV64_PCREL_S)
596
type = symbolicRelocation.Type is
IMAGE_REL_BASED_RISCV64_PCREL_I
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\PEObjectWriter.cs (1)
944
case RelocType.
IMAGE_REL_BASED_RISCV64_PCREL_I
:
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
4262
CorInfoReloc.RISCV64_PCREL_I => RelocType.
IMAGE_REL_BASED_RISCV64_PCREL_I
,