14 references to IMAGE_REL_BASED_THUMB_MOV32_PCREL
ILCompiler.ReadyToRun (14)
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\ObjectDataBuilder.cs (1)
290
case RelocType.
IMAGE_REL_BASED_THUMB_MOV32_PCREL
:
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\Relocation.cs (3)
633
case RelocType.
IMAGE_REL_BASED_THUMB_MOV32_PCREL
:
717
RelocType.
IMAGE_REL_BASED_THUMB_MOV32_PCREL
=> 8,
758
case RelocType.
IMAGE_REL_BASED_THUMB_MOV32_PCREL
:
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\Target_ARM\ARMEmitter.cs (1)
179
Builder.EmitReloc(symbol, RelocType.
IMAGE_REL_BASED_THUMB_MOV32_PCREL
); // 12-byte offset is part of the relocation
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\ElfObjectWriter.cs (5)
205
IMAGE_REL_BASED_THUMB_MOV32_PCREL
=> 12,
223
if (relocType is
IMAGE_REL_BASED_THUMB_MOV32_PCREL
or IMAGE_REL_BASED_THUMB_MOV32)
230
addend = relocType is
IMAGE_REL_BASED_THUMB_MOV32_PCREL
?
471
IMAGE_REL_BASED_THUMB_MOV32_PCREL
=> R_ARM_THM_MOVW_PREL_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\ObjectWriter.cs (2)
170
or IMAGE_REL_BASED_THUMB_BRANCH24 or
IMAGE_REL_BASED_THUMB_MOV32_PCREL
&&
190
IMAGE_REL_BASED_THUMB_MOV32_PCREL
=> 12,
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\PEObjectWriter.cs (1)
919
case RelocType.
IMAGE_REL_BASED_THUMB_MOV32_PCREL
:
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
4258
CorInfoReloc.ARM32_THUMB_MOV32_PCREL => RelocType.
IMAGE_REL_BASED_THUMB_MOV32_PCREL
,