Searched refs:BasedAddress (Results 1 – 4 of 4) sorted by relevance
418 PVOID BasedAddress; member444 PVOID BasedAddress; member
663 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()
2464 … (ULONG_PTR*)&ControlArea->Segment->BasedAddress); in MmCreateArm3Section()2477 NewSection->Address.StartingVpn = (ULONG_PTR)ControlArea->Segment->BasedAddress; in MmCreateArm3Section()
239 PVOID BasedAddress; member