summaryrefslogtreecommitdiff
path: root/src/format/elf/helper_arm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/format/elf/helper_arm.c')
-rw-r--r--src/format/elf/helper_arm.c13
1 files changed, 12 insertions, 1 deletions
diff --git a/src/format/elf/helper_arm.c b/src/format/elf/helper_arm.c
index 7282d23..e44222f 100644
--- a/src/format/elf/helper_arm.c
+++ b/src/format/elf/helper_arm.c
@@ -21,15 +21,26 @@
*/
-#include "helper_x86.h"
+#include "helper_arm.h"
#include "elf-int.h"
+#include "symbols.h"
+#include "../mangling/demangler.h"
+
+
+
+/* symbols.c : Récupère la désignation d'un symbole donné. */
+//extern const char *get_elf_symbol_name(GElfFormat *, const elf_shdr *, const elf_shdr *, off_t);
+
+
+
+