diff options
Diffstat (limited to 'src/format/elf/symbols.h')
| -rw-r--r-- | src/format/elf/symbols.h | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/src/format/elf/symbols.h b/src/format/elf/symbols.h index 634158d..086cb0d 100644 --- a/src/format/elf/symbols.h +++ b/src/format/elf/symbols.h @@ -37,6 +37,12 @@ bool get_elf_symbol_by_index(GElfFormat *, const elf_shdr *, off_t, elf_sym *);  /* Récupère la désignation d'un symbole donné. */  const char *get_elf_symbol_name(GElfFormat *, const elf_shdr *, const elf_shdr *, off_t); +/* Récupère la définition complète d'un symbole donné. */ +bool get_elf_symbol_by_index(GElfFormat *, const elf_shdr *, off_t, elf_sym *); + +/* Récupère la désignation d'un symbole donné. */ +const char *get_elf_symbol_name(GElfFormat *, const elf_shdr *, const elf_shdr *, off_t); +  #endif  /* _FORMAT_ELF_SYMBOLS_H */  | 
