RtlIsImageFullyRetpolined

NTSTATUS __stdcall RtlIsImageFullyRetpolined(VOID *a1){
  _DWORD *v1; 

  LODWORD(v1) = LdrImageDirectoryEntryToLoadConfig(a1);
  if( v1 && *v1 >= 0x94u )
    return(v1[36] >> 20) & 1;
  else
    return 0;
}

Referenced by:

MiImportOptimizationCompatibleWithDriverRelocation
MiInitializeRetpoline
MiIsBootImageTargetFullyRetpolined
MiIsImageFullyRetpolined
MiReloadBootLoadedDrivers