11 references to IMAGE_REL_BASED_RISCV64_PCREL_S
ILCompiler.ReadyToRun (11)
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\ObjectDataBuilder.cs (1)
307case RelocType.IMAGE_REL_BASED_RISCV64_PCREL_S:
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\Relocation.cs (5)
665case RelocType.IMAGE_REL_BASED_RISCV64_PCREL_S: 666bool isStype = (relocType is RelocType.IMAGE_REL_BASED_RISCV64_PCREL_S); 722RelocType.IMAGE_REL_BASED_RISCV64_PCREL_S => 8, 792case RelocType.IMAGE_REL_BASED_RISCV64_PCREL_S: 793bool isStype = (relocType is RelocType.IMAGE_REL_BASED_RISCV64_PCREL_S);
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\ElfObjectWriter.cs (3)
254if (relocType is IMAGE_REL_BASED_RISCV64_PCREL_I or IMAGE_REL_BASED_RISCV64_PCREL_S) 582IMAGE_REL_BASED_RISCV64_PCREL_S => R_RISCV_PCREL_HI20, 591if (symbolicRelocation.Type is IMAGE_REL_BASED_RISCV64_PCREL_I or IMAGE_REL_BASED_RISCV64_PCREL_S)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\PEObjectWriter.cs (1)
945case RelocType.IMAGE_REL_BASED_RISCV64_PCREL_S:
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
4263CorInfoReloc.RISCV64_PCREL_S => RelocType.IMAGE_REL_BASED_RISCV64_PCREL_S,