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 */ |