summaryrefslogtreecommitdiff
path: root/plugins/elf/python/dynamic.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-02-16 17:58:35 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-02-16 17:58:35 (GMT)
commitd5e94fd2895a5f9c4903bdaddf75727a54aec181 (patch)
treed2f11a1862e6df3d86c4f65aeb98e6fc04e7cf3b /plugins/elf/python/dynamic.h
parentd93d67a2408fd5c09e73b40fdbd28d4914254a90 (diff)
Extended the ELF format support.
Diffstat (limited to 'plugins/elf/python/dynamic.h')
-rw-r--r--plugins/elf/python/dynamic.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/elf/python/dynamic.h b/plugins/elf/python/dynamic.h
index b1c4008..4ef2936 100644
--- a/plugins/elf/python/dynamic.h
+++ b/plugins/elf/python/dynamic.h
@@ -30,6 +30,9 @@
+/* Retrouve un élément dans la section dynamique par son indice. */
+PyObject *py_elf_format_find_dynamic_item_by_index(PyObject *, PyObject *);
+
/* Fournit la liste des objets partagés requis. */
PyObject *py_elf_format_get_needed(PyObject *, void *);