summaryrefslogtreecommitdiff
path: root/plugins/elf/python/dynamic.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-12-27 22:24:07 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-12-27 22:24:07 (GMT)
commitd33e8935c5186ab2459dfa6c9340396377524fb1 (patch)
tree951e4dd3edcf9782c90fda5f564d390c01abce35 /plugins/elf/python/dynamic.h
parentc8dce9ce407b2f8248d669df196a4bf0f9523723 (diff)
Extended the Python bindings.
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 *);