Home
last modified time | relevance | path

Searched refs:SectionPointer (Results 1 – 10 of 10) sorted by relevance

/reactos/modules/rostests/win32/DriverLoading/Application/
H A DDriverTester.h47 PVOID SectionPointer; member
/reactos/sdk/include/ndk/
H A Dldrtypes.h154 PVOID SectionPointer; member
H A Dextypes.h1198 PVOID SectionPointer; member
/reactos/ntoskrnl/ex/
H A Dsysinfo.c1615 PVOID SectionPointer; in SSI_DEF() local
1637 &SectionPointer, in SSI_DEF()
1655 DriverInfo->SectionPointer = SectionPointer; in SSI_DEF()
1666 PVOID *SectionPointer = Buffer; in SSI_DEF() local
1679 MmUnloadSystemImage(*SectionPointer); in SSI_DEF()
/reactos/win32ss/gdi/eng/
H A Dldevobj.c65 gpldevWin32k->pGdiDriverInfo->SectionPointer = NULL; in InitLDEVImpl()
283 &pldev->pGdiDriverInfo->SectionPointer, in LDEVOBJ_bUnloadImage()
/reactos/drivers/storage/ide/uniata/
H A Dntddk_ex.h213 PVOID SectionPointer; member
/reactos/ntoskrnl/mm/ARM3/
H A Dsysldr.c1015 if (LdrEntry->SectionPointer) in MmUnloadSystemImage()
1018 ObDereferenceObject(LdrEntry->SectionPointer); in MmUnloadSystemImage()
3329 LdrEntry->SectionPointer = Section; in MmLoadSystemImage()
3568 if ((MmDisablePagingExecutive) || (LdrEntry->SectionPointer)) in MmPageEntireDriver()
H A Dsection.c2985 MmDoesFileHaveUserWritableReferences(IN PSECTION_OBJECT_POINTERS SectionPointer) in MmDoesFileHaveUserWritableReferences() argument
/reactos/sdk/include/xdk/
H A Dmmfuncs.h785 _In_ PSECTION_OBJECT_POINTERS SectionPointer);
/reactos/boot/freeldr/freeldr/lib/
H A Dpeloader.c736 DataTableEntry->SectionPointer = 0; in PeLdrAllocateDataTableEntry()