8 references to IMAGE_REL_BASED_RISCV64_CALL_PLT
ILCompiler.ReadyToRun (8)
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\ObjectDataBuilder.cs (1)
305
case RelocType.
IMAGE_REL_BASED_RISCV64_CALL_PLT
:
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\Relocation.cs (3)
663
case RelocType.
IMAGE_REL_BASED_RISCV64_CALL_PLT
:
720
RelocType.
IMAGE_REL_BASED_RISCV64_CALL_PLT
=> 8,
790
case RelocType.
IMAGE_REL_BASED_RISCV64_CALL_PLT
:
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\Target_RiscV64\RiscV64Emitter.cs (1)
121
Builder.EmitReloc(symbol, RelocType.
IMAGE_REL_BASED_RISCV64_CALL_PLT
);
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\ElfObjectWriter.cs (1)
580
IMAGE_REL_BASED_RISCV64_CALL_PLT
=> R_RISCV_CALL_PLT,
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\PEObjectWriter.cs (1)
943
case RelocType.
IMAGE_REL_BASED_RISCV64_CALL_PLT
:
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
4261
CorInfoReloc.RISCV64_CALL_PLT => RelocType.
IMAGE_REL_BASED_RISCV64_CALL_PLT
,