7 references to IMAGE_REL_SECREL
ILCompiler.ReadyToRun (7)
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\ObjectDataBuilder.cs (1)
276
case RelocType.
IMAGE_REL_SECREL
:
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\Relocation.cs (2)
619
case RelocType.
IMAGE_REL_SECREL
:
749
case RelocType.
IMAGE_REL_SECREL
:
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (3)
313
IMAGE_REL_SECREL
=> IMAGE_REL_I386_SECREL,
336
IMAGE_REL_SECREL
=> IMAGE_REL_AMD64_SECREL,
365
IMAGE_REL_SECREL
=> IMAGE_REL_ARM64_SECREL,
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
4254
CorInfoReloc.AMD64_WIN_SECREL => RelocType.
IMAGE_REL_SECREL
,