Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7061)

Unified Diff: chrome_elf/chrome_elf_main.h

Issue 85403005: Cache ntdll exports in ELF (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add types file Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome_elf/chrome_elf_main.h
diff --git a/chrome_elf/chrome_elf_main.h b/chrome_elf/chrome_elf_main.h
index 7d02ddd9912f00350753a5c0abd3f72b42ebec9f..ca43a08d123499d9cbde316c3e8c27f7cdfa434c 100644
--- a/chrome_elf/chrome_elf_main.h
+++ b/chrome_elf/chrome_elf_main.h
@@ -5,6 +5,15 @@
#ifndef CHROME_ELF_CHROME_ELF_MAIN_H_
#define CHROME_ELF_CHROME_ELF_MAIN_H_
+#include <map>
+#include <string>
+
+#include "chrome_elf/chrome_elf_types.h"
+
extern "C" void InitChromeElf();
+void Init();
+
+CHROME_ELF_API FunctionLookupTable g_ntdll_lookup;
robertshield 2013/11/28 13:57:46 why does this need to be exported? It can still be
Cait (Slow) 2013/12/03 03:06:14 Done.
+
#endif // CHROME_ELF_CHROME_ELF_MAIN_H_

Powered by Google App Engine
This is Rietveld 408576698