DbgLoadImageSymbols

VOID __stdcall DbgLoadImageSymbols(_STRING *FileName, VOID *ImageBase, ULONG_PTR ProcessId){
  RtlImageNtHeader((UINT64)ImageBase);
  DebugService2();
}

Referenced by:

DbgLoadImageSymbolsUnicode
InitBootProcessor
KdInitSystem