8 references to RhGetModuleSection
System.Private.CoreLib (8)
Internal\Runtime\Augments\RuntimeAugments.cs (1)
346
RuntimeImports.
RhGetModuleSection
(typeManager, ReadyToRunSectionType.ThreadStaticRegion, out int length);
Internal\Runtime\ThreadStatics.cs (1)
128
threadStaticRegion = (IntPtr*)RuntimeImports.
RhGetModuleSection
(typeManager, ReadyToRunSectionType.ThreadStaticRegion, out length);
src\runtime\src\coreclr\nativeaot\Common\src\Internal\Runtime\CompilerHelpers\StartupCodeHelpers.cs (5)
98
IntPtr dehydratedDataSection = RuntimeImports.
RhGetModuleSection
(
127
TypeManagerSlot* section = (TypeManagerSlot*)RuntimeImports.
RhGetModuleSection
(typeManager, ReadyToRunSectionType.TypeManagerIndirection, out length);
132
IntPtr staticsSection = RuntimeImports.
RhGetModuleSection
(typeManager, ReadyToRunSectionType.GCStaticRegion, out length);
146
IntPtr frozenObjectSection = RuntimeImports.
RhGetModuleSection
(typeManager, ReadyToRunSectionType.FrozenObjectRegion, out length);
173
var pInitializers = (byte*)RuntimeImports.
RhGetModuleSection
(typeManager, section, out int length);
System\Runtime\InteropServices\TypeMapLazyDictionary.NativeAot.cs (1)
109
byte* pBlob = (byte*)RuntimeImports.
RhGetModuleSection
(module, sectionType, out int length);