summaryrefslogtreecommitdiff
path: root/plugins/elf/helper_arm.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-01-29 22:49:43 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-01-29 22:49:43 (GMT)
commit896b31fbbef2fba442566a422fa4d409771b61dd (patch)
treeb75725f043d54e5a454216a11d89018956ee9c26 /plugins/elf/helper_arm.h
parent6c51b9eed427fd55ce1457834853386cc8d543cd (diff)
Introduced specific operations for ELF architectures.
Diffstat (limited to 'plugins/elf/helper_arm.h')
-rw-r--r--plugins/elf/helper_arm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/elf/helper_arm.h b/plugins/elf/helper_arm.h
index 07549ad..3db9324 100644
--- a/plugins/elf/helper_arm.h
+++ b/plugins/elf/helper_arm.h
@@ -32,6 +32,9 @@
/* Fournit la description humaine d'un type de segment ELF. */
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);
+
/* Retrouve le décalage appliqué lors d'une résolution. */
bool retrieve_arm_linkage_offset(GElfFormat *, const mrange_t *, uint64_t *);