diff objgrep/intstruct.h @ 173:77cd647375e5

objgrep -r: dump symbols in other sections recovered through relocs
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Fri, 04 Jul 2014 06:34:33 +0000
parents c25367bb7656
children
line wrap: on
line diff
--- a/objgrep/intstruct.h	Fri Jul 04 03:22:41 2014 +0000
+++ b/objgrep/intstruct.h	Fri Jul 04 06:34:33 2014 +0000
@@ -13,6 +13,8 @@
 	unsigned	nlineent;
 	unsigned	flags;
 	unsigned	nsymbols;
+	unsigned	recov_flag;
+	unsigned	recov_addr;
 };
 
 struct internal_syment {
@@ -32,4 +34,5 @@
 	struct internal_syment *extsym;
 	int		type;
 	unsigned	addend;
+	unsigned	symvalue;
 };