Declare bin_parser_free();

2006-11-19   Soren Sandmann <sandmann@redhat.com>

        * binparser.h: Declare bin_parser_free();

        * elfparser.c (elf_parser_get_crc32): Use madvise(DONT_NEED) on
        the file.

        * process.c (struct Process): Remove do_offset.
This commit is contained in:
Soren Sandmann
2006-11-19 22:48:28 +00:00
committed by Søren Sandmann Pedersen
parent 66fc976342
commit 9af533a11f
6 changed files with 34 additions and 7 deletions

View File

@ -40,9 +40,6 @@ struct Map
gulong end;
gulong offset;
gulong inode;
#if 0
gboolean do_offset;
#endif
BinFile * bin_file;
};
@ -50,14 +47,14 @@ struct Map
struct Process
{
char * cmdline;
int n_maps;
Map * maps;
GList * bad_pages;
int pid;
const char *undefined;
};