summaryrefslogtreecommitdiff
path: root/src/third_party/unwind/dist/include/libunwind-dynamic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/unwind/dist/include/libunwind-dynamic.h')
-rw-r--r--src/third_party/unwind/dist/include/libunwind-dynamic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/third_party/unwind/dist/include/libunwind-dynamic.h b/src/third_party/unwind/dist/include/libunwind-dynamic.h
index edb0bbd343d..dc31b12efc9 100644
--- a/src/third_party/unwind/dist/include/libunwind-dynamic.h
+++ b/src/third_party/unwind/dist/include/libunwind-dynamic.h
@@ -141,6 +141,7 @@ typedef struct unw_dyn_info
unw_word_t gp; /* global-pointer in effect for this entry */
int32_t format; /* real type: unw_dyn_info_format_t */
int32_t pad;
+ unw_word_t load_offset; /* ELF load offset */
union
{
unw_dyn_proc_info_t pi;