summaryrefslogtreecommitdiff
path: root/src/elfxx.h
diff options
context:
space:
mode:
authorDaniel Moody <daniel.moody@mongodb.com>2022-12-27 22:47:11 -0600
committerDave Watson <dade.watson@gmail.com>2022-12-28 09:43:54 -0800
commitd25b9e0a9a8a51921b7e34e7e14a011c23c0175b (patch)
tree847263431a97830c238f56e26daf2cc66e80acbc /src/elfxx.h
parentb0b4d98804bf28d9afd71919a8800e7c5a13b4e6 (diff)
downloadlibunwind-d25b9e0a9a8a51921b7e34e7e14a011c23c0175b.tar.gz
fix the way load offset is detected so it works with lld linker
Diffstat (limited to 'src/elfxx.h')
-rw-r--r--src/elfxx.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/elfxx.h b/src/elfxx.h
index fe5fcbcd..cd36eb42 100644
--- a/src/elfxx.h
+++ b/src/elfxx.h
@@ -50,7 +50,6 @@ extern int elf_w (get_proc_name) (unw_addr_space_t as,
extern int elf_w (get_proc_name_in_image) (unw_addr_space_t as,
struct elf_image *ei,
unsigned long segbase,
- unsigned long mapoff,
unw_word_t ip,
char *buf, size_t buf_len, unw_word_t *offp);