summaryrefslogtreecommitdiff
path: root/src/format/executable-int.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-02-03 23:21:49 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-02-03 23:21:49 (GMT)
commit425860b441b21e4aca7bf2473be26b0fe1e756e2 (patch)
tree341a0fc8b370d76566f3e332c344ffae5c065916 /src/format/executable-int.h
parent5511e355e7810f06bd610b79bcc94402c88d7ec9 (diff)
Removed all references to binary parts (GBinPart) and updated the code.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@465 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/format/executable-int.h')
-rw-r--r--src/format/executable-int.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/format/executable-int.h b/src/format/executable-int.h
index 51a2625..119c251 100644
--- a/src/format/executable-int.h
+++ b/src/format/executable-int.h
@@ -38,9 +38,6 @@ typedef FormatTargetMachine (* get_target_machine_fc) (const GExeFormat *);
/* Etend la définition des portions au sein d'un binaire. */
typedef void (* refine_portions_fc) (const GExeFormat *, GBinPortion *);
-/* Fournit les références aux zones de code à analyser. */
-typedef GBinPart ** (* get_parts_fc) (const GExeFormat *, size_t *);
-
/* Fournit la position correspondant à une adresse virtuelle. */
typedef bool (* translate_addr_fc) (const GExeFormat *, vmpa_t, off_t *);
@@ -57,7 +54,6 @@ struct _GExeFormat
get_target_machine_fc get_machine; /* Architecture ciblée */
refine_portions_fc refine_portions; /* Décrit les portions binaires*/
- get_parts_fc get_parts; /* Liste des parties binaires */
translate_addr_fc translate_addr; /* Correspondance addr -> pos */
translate_off_fc translate_off; /* Correspondance pos -> addr */