[ros-diffs] [ion] 25872: - Rename ModuleListHead to PsLoadedModulesList. - Start implementing some routines of the Mm SysLdr. Implemented MiSnapThunk and most of MiResolveImageReferences. The SysLdr has a lot of restrictions that the typical Ldr in user-mode doesn't, as well as manages imports and reference counts them, so the code can't be shared with ntdll's Ldr (this is also why real NT doesn't have an Ldr component, and this is in Mm). - Fix some PE Header types that were wrong in our PSDK.