diff objgrep/tables.c @ 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/tables.c	Fri Jul 04 03:22:41 2014 +0000
+++ b/objgrep/tables.c	Fri Jul 04 06:34:33 2014 +0000
@@ -107,6 +107,7 @@
 	"warning: section #%u (%s): some nonzero value in s_page bytes\n",
 				n, sections[n].name);
 		sections[n].nsymbols = 0;
+		sections[n].recov_flag = 0;
 	}
 }