summaryrefslogtreecommitdiff
path: root/src/format/dwarf/symbols.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-07-08 21:54:13 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-07-08 21:54:13 (GMT)
commit21af77b7c44126c05b62319f99a679fc748b579e (patch)
tree07414fb7bb16cf60e2e827b507d1e5ffbb623414 /src/format/dwarf/symbols.c
parent6f3c4bc6ec571dcca8e25b9f82a0c2e72310900c (diff)
Cleaned the demangling system.
Diffstat (limited to 'src/format/dwarf/symbols.c')
-rw-r--r--src/format/dwarf/symbols.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/format/dwarf/symbols.c b/src/format/dwarf/symbols.c
index f0a7300..3ddfb96 100644
--- a/src/format/dwarf/symbols.c
+++ b/src/format/dwarf/symbols.c
@@ -110,7 +110,7 @@ static bool load_routine_as_symbol_from_dwarf(GDwarfFormat *format, const dw_die
/* Intégration en bonne et due forme */
- routine = try_to_demangle_routine(name);
+ routine = g_binary_format_decode_routine(G_BIN_FORMAT(format), name);
symbol = G_BIN_SYMBOL(routine);
g_binary_symbol_set_range(symbol, &range);