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