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

Unified Diff: src/trusted/validator/ncfileutil.h

Issue 7799013: Intial Thumb2 Sandbox (naclrev 6680) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: fix comma Created 9 years, 3 months 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: src/trusted/validator/ncfileutil.h
diff --git a/src/trusted/validator/ncfileutil.h b/src/trusted/validator/ncfileutil.h
index d188cf0fe544c32e8f56ddf49ad2c40276d6c200..020e0433495991cba84010438297d4b5c3acf753 100644
--- a/src/trusted/validator/ncfileutil.h
+++ b/src/trusted/validator/ncfileutil.h
@@ -35,6 +35,7 @@ typedef struct {
NaClPcAddress vbase; /* base address in virtual memory */
NaClMemorySize size; /* size of program memory */
uint8_t* data; /* the actual loaded bytes */
+ Elf_Ehdr* eheader; /* copy of the Elf header */
Elf_Half phnum; /* number of Elf program headers */
Elf_Phdr* pheaders; /* copy of the Elf program headers */
Elf_Half shnum; /* number of Elf section headers */

Powered by Google App Engine
This is Rietveld 408576698