Home
last modified time | relevance | path

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

/reactos/sdk/include/ndk/
H A Dmmtypes.h418 PVOID BasedAddress; member
444 PVOID BasedAddress; member
/reactos/ntoskrnl/mm/
H A Dsection.c663 ImageSectionObject->BasedAddress = (PVOID)ImageBase; in PeFmtCreateSection()
3118 if(ImageSectionObject->BasedAddress == NULL) in ExeFmtpCreateImageSection()
3121 ImageSectionObject->BasedAddress = (PVOID)0x10000000; in ExeFmtpCreateImageSection()
3123 ImageSectionObject->BasedAddress = (PVOID)0x00400000; in ExeFmtpCreateImageSection()
4076 ImageBase = (ULONG_PTR)ImageSectionObject->BasedAddress; in MmMapViewOfSection()
/reactos/ntoskrnl/mm/ARM3/
H A Dsection.c2464 … (ULONG_PTR*)&ControlArea->Segment->BasedAddress); in MmCreateArm3Section()
2477 NewSection->Address.StartingVpn = (ULONG_PTR)ControlArea->Segment->BasedAddress; in MmCreateArm3Section()
/reactos/ntoskrnl/include/internal/
H A Dmm.h239 PVOID BasedAddress; member