FreeCalypso > hg > freecalypso-reveng
diff objgrep/globals.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/globals.c Fri Jul 04 03:22:41 2014 +0000 +++ b/objgrep/globals.c Fri Jul 04 06:34:33 2014 +0000 @@ -19,5 +19,7 @@ struct internal_syment **symtab; u_char *pattern_match, *pattern_mask; unsigned pattern_len; + struct internal_reloc *relocs; +unsigned nreloc_int, nreloc_ext; unsigned match_offset;