8 references to IMAGE_REL_BASED_LOONGARCH64_JIR
ILCompiler.ReadyToRun (8)
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\ObjectDataBuilder.cs (1)
303case RelocType.IMAGE_REL_BASED_LOONGARCH64_JIR:
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\Relocation.cs (3)
660case RelocType.IMAGE_REL_BASED_LOONGARCH64_JIR: 719RelocType.IMAGE_REL_BASED_LOONGARCH64_JIR => 8, 788case RelocType.IMAGE_REL_BASED_LOONGARCH64_JIR:
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\Target_LoongArch64\LoongArch64Emitter.cs (1)
127Builder.EmitReloc(symbol, RelocType.IMAGE_REL_BASED_LOONGARCH64_JIR);
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\ElfObjectWriter.cs (1)
544IMAGE_REL_BASED_LOONGARCH64_JIR => R_LARCH_CALL36,
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\PEObjectWriter.cs (1)
942case RelocType.IMAGE_REL_BASED_LOONGARCH64_JIR:
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
4260CorInfoReloc.LOONGARCH64_JIR => RelocType.IMAGE_REL_BASED_LOONGARCH64_JIR,