summaryrefslogtreecommitdiff
path: root/src/format/executable.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.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.h')
-rw-r--r--src/format/executable.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/format/executable.h b/src/format/executable.h
index 28ac201..1a3febf 100644
--- a/src/format/executable.h
+++ b/src/format/executable.h
@@ -72,9 +72,6 @@ GType g_executable_format_get_type(void);
/* Indique le type d'architecture visée par le format. */
FormatTargetMachine g_exe_format_get_target_machine(const GExeFormat *);
-/* Fournit l'adresse mémoire du point d'entrée du programme. */
-vmpa_t g_exe_format_get_entry_point(const GExeFormat *);
-
/* Décrit les différentes portions qui composent le binaire. */
GBinPortion *g_exe_format_get_portions(GExeFormat *);