MCPcopy Create free account
hub / github.com/Inori/GPCS4 / getImportSymbolInfo

Method getImportSymbolInfo

GPCS4/Emulator/Module.cpp:44–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44bool NativeModule::getImportSymbolInfo(std::string const &encSymbol,
45 std::string *modName,
46 std::string *libName,
47 uint64_t *nid) const
48{
49 return getSymbolInfo(encSymbol, m_importModules, m_importLibraries, modName,
50 libName, nid);
51}
52
53bool NativeModule::getExportSymbolInfo(std::string const &encSymbol,
54 std::string *modName,

Callers 1

parseSymbolsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected