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