summaryrefslogtreecommitdiff
path: root/src/format/executable-int.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-01-31 00:55:26 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-01-31 00:55:26 (GMT)
commit21a05df6423bdc13ca148ff2b96aec80bf7af2b2 (patch)
tree87043734800103178ee49e771dcacab18b19cc74 /src/format/executable-int.h
parentd246c98c515cb44c5bc4c742a674bae2e824872b (diff)
Defined many entry points from many identified potential candidates.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@463 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 a421ce3..51a2625 100644
--- a/src/format/executable-int.h
+++ b/src/format/executable-int.h
@@ -35,9 +35,6 @@
/* Indique le type d'architecture visée par le format. */
typedef FormatTargetMachine (* get_target_machine_fc) (const GExeFormat *);
-/* Fournit l'adresse mémoire du point d'entrée du programme. */
-typedef vmpa_t (* get_entry_point_fc) (const GExeFormat *);
-
/* Etend la définition des portions au sein d'un binaire. */
typedef void (* refine_portions_fc) (const GExeFormat *, GBinPortion *);
@@ -59,7 +56,6 @@ struct _GExeFormat
GBinFormat parent; /* A laisser en premier */
get_target_machine_fc get_machine; /* Architecture ciblée */
- get_entry_point_fc get_entry_point; /* Obtention du point d'entrée */
refine_portions_fc refine_portions; /* Décrit les portions binaires*/
get_parts_fc get_parts; /* Liste des parties binaires */