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

Method getExportSymbolInfo

GPCS4/Emulator/Module.cpp:53–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53bool NativeModule::getExportSymbolInfo(std::string const &encSymbol,
54 std::string *modName,
55 std::string *libName,
56 uint64_t *nid) const
57{
58 return getSymbolInfo(encSymbol, m_exportModules, m_exportLibraries, modName,
59 libName, nid);
60}
61
62bool NativeModule::getSymbol(std::string const &encName,
63 SymbolInfo const **symbolInfo) const

Callers 2

parseSymbolsMethod · 0.80
registerSymbolMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected