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