10 references to IMAGE_REL_BASED_LOONGARCH64_PC
ILCompiler.ReadyToRun (10)
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\ObjectDataBuilder.cs (1)
302case RelocType.IMAGE_REL_BASED_LOONGARCH64_PC:
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\Relocation.cs (3)
657case RelocType.IMAGE_REL_BASED_LOONGARCH64_PC: 718RelocType.IMAGE_REL_BASED_LOONGARCH64_PC => 8, 786case RelocType.IMAGE_REL_BASED_LOONGARCH64_PC:
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\Target_LoongArch64\LoongArch64Emitter.cs (2)
42Builder.EmitReloc(symbol, RelocType.IMAGE_REL_BASED_LOONGARCH64_PC); 97Builder.EmitReloc(symbol, RelocType.IMAGE_REL_BASED_LOONGARCH64_PC);
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\ElfObjectWriter.cs (2)
543IMAGE_REL_BASED_LOONGARCH64_PC => R_LARCH_PCALA_HI20, 553if (symbolicRelocation.Type is IMAGE_REL_BASED_LOONGARCH64_PC)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\PEObjectWriter.cs (1)
935case RelocType.IMAGE_REL_BASED_LOONGARCH64_PC:
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
4259CorInfoReloc.LOONGARCH64_PC => RelocType.IMAGE_REL_BASED_LOONGARCH64_PC,