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