p_lx_elf.h: turn file_image into a MemBuffer.

This commit is contained in:
Markus F.X.J. Oberhumer
2016-09-21 22:22:41 +02:00
parent 60a1214d7e
commit 242f606a29
5 changed files with 32 additions and 29 deletions
+2 -6
View File
@@ -72,7 +72,7 @@ protected:
unsigned e_type;
unsigned e_phnum; /* Program header table entry count */
unsigned e_shnum;
char *file_image; // if ET_DYN investigation
MemBuffer file_image; // if ET_DYN investigation
char const *dynstr; // from DT_STRTAB
unsigned sz_phdrs; // sizeof Phdr[]
@@ -600,8 +600,4 @@ protected:
#endif /*} already included */
/*
vi:ts=4:et
*/
/* vim:set ts=4 sw=4 et: */