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