summaryrefslogtreecommitdiff
path: root/plugins/elf/elf_def.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2020-02-08 00:21:49 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2020-02-08 00:21:49 (GMT)
commitbacf50f92fb497b201925b010cae78bf44584072 (patch)
tree1c7194ad080d6f3bb5746d78ce2aee0f8011c606 /plugins/elf/elf_def.h
parent063383ee06a472515ddd39a071c449a7e34f5c6b (diff)
Counted Elf symbols using the DT_GNU_HASH dynamic item.
Diffstat (limited to 'plugins/elf/elf_def.h')
-rw-r--r--plugins/elf/elf_def.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/elf/elf_def.h b/plugins/elf/elf_def.h
index 355fa2f..915eb15 100644
--- a/plugins/elf/elf_def.h
+++ b/plugins/elf/elf_def.h
@@ -518,6 +518,8 @@ typedef union _elf_dyn
#define DT_PREINIT_ARRAYSZ 33 /* Taille de DT_PREINIT_ARRAY */
#define DT_NUM 34 /* Nombre utilisé */
+#define DT_GNU_HASH 0x6ffffef5 /* Table d'empreintes version GNU */
+
/* ---------------------------- SYMBOLES DE BINAIRES ELF ---------------------------- */