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