ntdll: Also relocate entry point for builtin modules.
Discovered while I was working on ASan support. ASan shadow memory might be placed where the main
image is normally loaded, forcing it to relocate. virtual_map_module
handles this correctly but
virtual_map_builtin_module
doesn't.