summaryrefslogtreecommitdiff
path: root/plugins/elf/loading.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2020-02-09 22:02:42 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2020-02-09 22:02:42 (GMT)
commit3674529a39efe30672fd386ae25367fea1502a69 (patch)
treedfcbc96b56e596cc78975c9de6e5bc8fd8db2f42 /plugins/elf/loading.h
parentea19719b17ff319c6c728271907f8f2ac7d8c9df (diff)
Hardened the renaming of Elf external entries.
Diffstat (limited to 'plugins/elf/loading.h')
-rw-r--r--plugins/elf/loading.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/elf/loading.h b/plugins/elf/loading.h
index 62d8efe..8fb4ce9 100644
--- a/plugins/elf/loading.h
+++ b/plugins/elf/loading.h
@@ -52,7 +52,7 @@ typedef struct _GElfLoadingClass GElfLoadingClass;
typedef bool (* elf_loading_cb) (GElfLoading *, GElfFormat *, phys_t *);
/* Assure l'intégration d'un symbole issu des relocalisations. */
-typedef bool (* elf_applying_cb) (GElfLoading *, GElfFormat *, GBinSymbol *);
+typedef bool (* elf_applying_cb) (GElfLoading *, GElfFormat *, virt_t *, GBinSymbol *);
/* Indique le type défini pour les tâches de chargements pour format ELF. */