summaryrefslogtreecommitdiff
path: root/source/ucli/elf.h
diff options
context:
space:
mode:
authorJohn Doe <[email protected]>2023-12-11 10:47:15 +0000
committerJohn Doe <[email protected]>2023-12-11 10:47:15 +0000
commitfddda83a880748d62dce1cfb1a3e13e09f0e0ba7 (patch)
tree9fa373a28e2c6c0a56f9d1fae5c976afcfd63a5f /source/ucli/elf.h
parentfecaa06c794f93982afb0ab316a1ad469a8715aa (diff)
when .symtab is null, use gdb info function
Diffstat (limited to 'source/ucli/elf.h')
-rw-r--r--source/ucli/elf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/ucli/elf.h b/source/ucli/elf.h
index 7b4c5e9..df33f91 100644
--- a/source/ucli/elf.h
+++ b/source/ucli/elf.h
@@ -6,6 +6,6 @@
#include "symbol.h"
-bool get_symbol_from_elf(std::set<symbol> &ss, const char *path);
+bool get_symbol_from_elf(std::set<symbol> &ss, const char *path, size_t file_base_addr);
#endif