summaryrefslogtreecommitdiff
path: root/plugins/elf/helper_arm.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-01-29 20:56:31 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-01-29 21:04:47 (GMT)
commit6c51b9eed427fd55ce1457834853386cc8d543cd (patch)
tree47b8106bdb086278386d05c838178a06cc00f805 /plugins/elf/helper_arm.h
parent8a7d7b3303dee1a381893391c04acab35dec6942 (diff)
Handled properly imported/exported ELF symbols, as well as all other symbols.
Diffstat (limited to 'plugins/elf/helper_arm.h')
-rw-r--r--plugins/elf/helper_arm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/elf/helper_arm.h b/plugins/elf/helper_arm.h
index d4be96c..07549ad 100644
--- a/plugins/elf/helper_arm.h
+++ b/plugins/elf/helper_arm.h
@@ -32,8 +32,8 @@
/* Fournit la description humaine d'un type de segment ELF. */
const char *get_elf_program_arm_type_desc(uint32_t);
-/* Charge en mémoire la liste des symboles relogés. */
-bool load_elf_arm_relocated_symbols(GElfFormat *, const elf_shdr *, const elf_shdr *, const elf_shdr *);
+/* Retrouve le décalage appliqué lors d'une résolution. */
+bool retrieve_arm_linkage_offset(GElfFormat *, const mrange_t *, uint64_t *);