summaryrefslogtreecommitdiff
path: root/plugins/elf/helper_arm.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/elf/helper_arm.h')
-rw-r--r--plugins/elf/helper_arm.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/plugins/elf/helper_arm.h b/plugins/elf/helper_arm.h
index d8c9ca3..88d75bf 100644
--- a/plugins/elf/helper_arm.h
+++ b/plugins/elf/helper_arm.h
@@ -25,7 +25,7 @@
#define _PLUGINS_ELF_HELPER_ARM_H
-#include "section.h"
+#include "format.h"
@@ -35,8 +35,11 @@ const char *get_elf_program_arm_type_desc(uint32_t);
/* Fournit une adresse virtuelle prête à emploi. */
virt_t fix_elf_arm_virtual_address(virt_t);
+/* Détermine l'emplacement de la première entrée dans la PLT. */
+bool find_first_plt_entry(GElfFormat *, vmpa2t *);
+
/* Retrouve le décalage appliqué lors d'une résolution. */
-bool retrieve_arm_linkage_offset(GElfFormat *, const mrange_t *, uint64_t *);
+bool retrieve_arm_linkage_offset(GElfFormat *, vmpa2t *, uint64_t *);