10 references to IMAGE_REL_BASED_THUMB_MOV32
ILCompiler.ReadyToRun (10)
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\ObjectDataBuilder.cs (1)
289case RelocType.IMAGE_REL_BASED_THUMB_MOV32:
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\Relocation.cs (4)
632case RelocType.IMAGE_REL_BASED_THUMB_MOV32: 716RelocType.IMAGE_REL_BASED_THUMB_MOV32 => 8, 757case RelocType.IMAGE_REL_BASED_THUMB_MOV32: 832case RelocType.IMAGE_REL_BASED_THUMB_MOV32:
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\ElfObjectWriter.cs (3)
223if (relocType is IMAGE_REL_BASED_THUMB_MOV32_PCREL or IMAGE_REL_BASED_THUMB_MOV32) 470IMAGE_REL_BASED_THUMB_MOV32 => R_ARM_THM_MOVW_ABS_NC, 482if (symbolicRelocation.Type is IMAGE_REL_BASED_THUMB_MOV32 or IMAGE_REL_BASED_THUMB_MOV32_PCREL)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\PEObjectWriter.cs (1)
902case RelocType.IMAGE_REL_BASED_THUMB_MOV32:
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
4257CorInfoReloc.ARM32_THUMB_MOV32 => RelocType.IMAGE_REL_BASED_THUMB_MOV32,