MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / HandleImageMap

Function HandleImageMap

Source/Windows/WOW64/Module.cpp:189–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189void HandleImageMap(uint64_t Address) {
190 fextl::string ModuleName = FEX::Windows::GetSectionFilePath(Address);
191 LogMan::Msg::DFmt("Load module {}: {:X}", ModuleName, Address);
192 FEX_CONFIG_OPT(VolatileMetadata, VOLATILEMETADATA);
193 if (VolatileMetadata) {
194 LoadImageVolatileMetadata(ModuleName, Address);
195 }
196 InvalidationTracker->HandleImageMap(ModuleName, Address);
197}
198} // namespace
199
200namespace Context {

Callers 2

BTCpuProcessInitFunction · 0.70

Calls 4

GetSectionFilePathFunction · 0.85
DFmtFunction · 0.85
HandleImageMapMethod · 0.80

Tested by

no test coverage detected