MmGetImageSectionBasedAddress

NTSTATUS __stdcall MmGetImageSectionBasedAddress(INT64 a1){
  return(NTSTATUS)MiSectionControlArea((_SECTION *)a1)->Segment->ExtendInfo;
}

Referenced by:

PspAllocateProcess