linker : Resolve can now load exports as well

This commit is contained in:
georgemoralis 2024-03-26 12:57:18 +02:00
parent 354a9c3cdb
commit f70fbcac19
4 changed files with 37 additions and 3 deletions

View file

@ -52,4 +52,8 @@ void SymbolsResolver::DebugDump(const std::filesystem::path& file_name) {
}
}
int SymbolsResolver::GetSize() {
return m_symbols.size();
}
} // namespace Core::Loader