Home
last modified time | relevance | path

Searched refs:SectionCount (Results 1 – 4 of 4) sorted by relevance

/reactos/ntoskrnl/mm/ARM3/
H A Dsysldr.c1491 ULONG Size, SectionCount, Alignment; in MiFindInitializationCode() local
1543 SectionCount = NtHeader->FileHeader.NumberOfSections; in MiFindInitializationCode()
1545 while (SectionCount > 0) in MiFindInitializationCode()
1576 if (SectionCount == 1) in MiFindInitializationCode()
1588 SectionCount--; in MiFindInitializationCode()
1601 while (SectionCount > 1); in MiFindInitializationCode()
1614 if (SectionCount != 1) in MiFindInitializationCode()
1653 SectionCount--; in MiFindInitializationCode()
/reactos/ntoskrnl/mm/
H A Dsection.c2169 ImageSectionObject->SectionCount--; in MmpDeleteSection()
2188 Segment->SectionCount--; in MmpDeleteSection()
2504 Segment->SectionCount = 1; in MmCreateDataFileSection()
2536 InterlockedIncrementUL(&Segment->SectionCount); in MmCreateDataFileSection()
3267 ImageSectionObject->SectionCount = 1; in MmCreateImageSection()
3349 ImageSectionObject->SectionCount++; in MmCreateImageSection()
4282 if ((Segment->SectionCount == 0) || in MmCanFileBeTruncated()
4283 ((Segment->SectionCount == 1) && (SectionObjectPointer->SharedCacheMap != NULL))) in MmCanFileBeTruncated()
4400 if ((ImageSectionObject->SectionCount) || (ImageSectionObject->MapCount)) in MmFlushImageSection()
4437 ASSERT(ImageSectionObject->SectionCount == 0); in MmFlushImageSection()
/reactos/boot/environ/lib/misc/
H A Dimage.c711 USHORT SectionCount, CheckSum, PartialSum, FinalSum; in ImgpLoadPEImage() local
908 SectionCount = NtHeaders->FileHeader.NumberOfSections; in ImgpLoadPEImage()
927 for (i = 0; i < SectionCount; i++) in ImgpLoadPEImage()
/reactos/ntoskrnl/include/internal/
H A Dmm.h203 ULONG SectionCount; member
227 ULONG SectionCount; member