12 references to IMAGE_REL_BASED_THUMB_BRANCH24
ILCompiler.ReadyToRun (12)
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\ObjectDataBuilder.cs (1)
287
case RelocType.
IMAGE_REL_BASED_THUMB_BRANCH24
:
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\Relocation.cs (2)
636
case RelocType.
IMAGE_REL_BASED_THUMB_BRANCH24
:
760
case RelocType.
IMAGE_REL_BASED_THUMB_BRANCH24
:
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\Target_ARM\ARMEmitter.cs (1)
198
Builder.EmitReloc(symbol, RelocType.
IMAGE_REL_BASED_THUMB_BRANCH24
);
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\ElfObjectWriter.cs (3)
204
IMAGE_REL_BASED_THUMB_BRANCH24
=> 4,
247
if (relocType is
IMAGE_REL_BASED_THUMB_BRANCH24
&& (pData[3] & 0x40) != 0x40)
472
IMAGE_REL_BASED_THUMB_BRANCH24
=> R_ARM_THM_CALL,
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\ObjectWriter.cs (4)
170
or
IMAGE_REL_BASED_THUMB_BRANCH24
or IMAGE_REL_BASED_THUMB_MOV32_PCREL &&
181
long symbolValue = relocType is
IMAGE_REL_BASED_THUMB_BRANCH24
189
IMAGE_REL_BASED_THUMB_BRANCH24
=> 4,
198
if (relocType is
IMAGE_REL_BASED_THUMB_BRANCH24
&& !Relocation.FitsInThumb2BlRel24((int)adjustedAddend))
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
4256
CorInfoReloc.ARM32_THUMB_BRANCH24 => RelocType.
IMAGE_REL_BASED_THUMB_BRANCH24
,