27 references to IMAGE_REL_BASED_REL32
ILCompiler.ReadyToRun (27)
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\ObjectDataBuilder.cs (1)
272case RelocType.IMAGE_REL_BASED_REL32:
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\Relocation.cs (3)
617case RelocType.IMAGE_REL_BASED_REL32: 707RelocType.IMAGE_REL_BASED_REL32 => 4, 747case RelocType.IMAGE_REL_BASED_REL32:
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\Target_X64\X64Emitter.cs (8)
50Builder.EmitReloc(node, RelocType.IMAGE_REL_BASED_REL32); 64Builder.EmitReloc(symbol, RelocType.IMAGE_REL_BASED_REL32, delta); 96Builder.EmitReloc(symbol, RelocType.IMAGE_REL_BASED_REL32); 101Builder.EmitReloc(symbol, RelocType.IMAGE_REL_BASED_REL32); 116Builder.EmitReloc(symbol, RelocType.IMAGE_REL_BASED_REL32); 130Builder.EmitReloc(symbol, RelocType.IMAGE_REL_BASED_REL32); 157Builder.EmitReloc(node, RelocType.IMAGE_REL_BASED_REL32); 167Builder.EmitReloc(node, RelocType.IMAGE_REL_BASED_REL32);
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\Target_X86\X86Emitter.cs (2)
78Builder.EmitReloc(symbol, RelocType.IMAGE_REL_BASED_REL32); 92Builder.EmitReloc(symbol, RelocType.IMAGE_REL_BASED_REL32);
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (3)
311IMAGE_REL_BASED_REL32 => IMAGE_REL_I386_REL32, 334IMAGE_REL_BASED_REL32 => IMAGE_REL_AMD64_REL32, 357IMAGE_REL_BASED_REL32 => IMAGE_REL_ARM64_REL32,
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\ElfObjectWriter.cs (4)
203IMAGE_REL_BASED_REL32 => 4, 412IMAGE_REL_BASED_REL32 => R_386_PLT32, 440IMAGE_REL_BASED_REL32 => R_X86_64_PLT32, 469IMAGE_REL_BASED_REL32 => R_ARM_REL32,
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\MachObjectWriter.cs (1)
682else if (symbolicRelocation.Type is IMAGE_REL_BASED_RELPTR32 or IMAGE_REL_BASED_REL32)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\ObjectWriter.cs (2)
169relocType is IMAGE_REL_BASED_REL32 or IMAGE_REL_BASED_RELPTR32 or IMAGE_REL_BASED_ARM64_BRANCH26 188IMAGE_REL_BASED_REL32 => 4,
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\PEObjectWriter.cs (1)
911case RelocType.IMAGE_REL_BASED_REL32:
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\WasmObjectWriter.cs (1)
916case RelocType.IMAGE_REL_BASED_REL32:
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
4244CorInfoReloc.RELATIVE32 => RelocType.IMAGE_REL_BASED_REL32,