summaryrefslogtreecommitdiff
path: root/plugins/elf/python/dynamic.h
diff options
context:
space:
mode:
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 4ef2936..2f209ec 100644
--- a/plugins/elf/python/dynamic.h
+++ b/plugins/elf/python/dynamic.h
@@ -33,6 +33,9 @@
/* Retrouve un élément dans la section dynamique par son indice. */
PyObject *py_elf_format_find_dynamic_item_by_index(PyObject *, PyObject *);
+/* Retrouve un élément dans la section dynamique par son type. */
+PyObject *py_elf_format_find_dynamic_item_by_type(PyObject *, PyObject *);
+
/* Fournit la liste des objets partagés requis. */
PyObject *py_elf_format_get_needed(PyObject *, void *);