6 references to IMAGE_REL_TLSGD
ILCompiler.ReadyToRun (6)
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\ObjectDataBuilder.cs (1)
277
case RelocType.
IMAGE_REL_TLSGD
:
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\Relocation.cs (2)
620
case RelocType.
IMAGE_REL_TLSGD
:
750
case RelocType.
IMAGE_REL_TLSGD
:
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\ElfObjectWriter.cs (2)
413
IMAGE_REL_TLSGD
=> R_386_TLS_GD,
441
IMAGE_REL_TLSGD
=> R_X86_64_TLSGD,
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
4255
CorInfoReloc.AMD64_LIN_TLSGD => RelocType.
IMAGE_REL_TLSGD
,