Sync Makefile and common syms (#676)

This commit is contained in:
GriffinR
2024-11-26 12:46:12 -05:00
committed by GitHub
parent b76867fc3b
commit 2a3e92e10f
89 changed files with 271 additions and 535 deletions
+2 -2
View File
@@ -22,9 +22,9 @@
#define ELF_H
#include <cstdint>
#include <map>
#include <vector>
#include <string>
std::map<std::string, std::uint32_t> GetCommonSymbols(std::string sourcePath, std::string path);
std::vector<std::pair<std::string, std::uint32_t>> GetCommonSymbols(std::string sourcePath, std::string path);
#endif // ELF_H