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