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

Function HandleImageMap

Source/Windows/ARM64EC/Module.cpp:330–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328}
329
330void HandleImageMap(uint64_t Address) {
331 fextl::string ModuleName = FEX::Windows::GetSectionFilePath(Address);
332 LogMan::Msg::DFmt("Load module {}: {:X}", ModuleName, Address);
333 FEX_CONFIG_OPT(VolatileMetadata, VOLATILEMETADATA);
334 if (VolatileMetadata) {
335 LoadImageVolatileMetadata(ModuleName, Address);
336 }
337 InvalidationTracker->HandleImageMap(ModuleName, Address);
338}
339} // namespace
340
341namespace Exception {

Callers 2

ProcessInitFunction · 0.70
NotifyMapViewOfSectionFunction · 0.70

Calls 4

GetSectionFilePathFunction · 0.85
DFmtFunction · 0.85
HandleImageMapMethod · 0.80

Tested by

no test coverage detected