mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
New function
2006-08-20 Soren Sandmann <sandmann@daimi.au.dk> * elfparser.c (elf_parser_new_from_file): New function
This commit is contained in:
committed by
Søren Sandmann Pedersen
parent
1b72901c4d
commit
7d8f3c232d
@ -5,6 +5,8 @@ typedef struct ElfParser ElfParser;
|
||||
|
||||
ElfParser *elf_parser_new (const guchar *data,
|
||||
gsize length);
|
||||
ElfParser *elf_parser_new_from_file (const char *filename,
|
||||
GError **err);
|
||||
void elf_parser_free (ElfParser *parser);
|
||||
|
||||
/* Lookup a symbol in the file.
|
||||
|
||||
Reference in New Issue
Block a user