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