PsGetProcessSectionBaseAddress

VOID *__stdcall PsGetProcessSectionBaseAddress(_EPROCESS *Process){
  return Process->SectionBaseAddress;
}

Referenced by:

EtwpQueryProcessOtherInfo
PopEtGetProcessImageInfo