summaryrefslogtreecommitdiffstats
path: root/runtime/sym.h
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2010-01-21 11:46:30 -0500
committerDave Brolley <brolley@redhat.com>2010-01-21 11:46:30 -0500
commitcabde31c2b2e13d253f2ba70921d6f01a6278af1 (patch)
tree3bbcf9b696e4ab7405b67cf79d01c406d87a23eb /runtime/sym.h
parentc32d53de58e44c31893fdc465d04fffdd98bc121 (diff)
parent4b5627b1afbdfb3f41d1d322e7fc0f8ebe69abe5 (diff)
downloadsystemtap-steved-cabde31c2b2e13d253f2ba70921d6f01a6278af1.tar.gz
systemtap-steved-cabde31c2b2e13d253f2ba70921d6f01a6278af1.tar.xz
systemtap-steved-cabde31c2b2e13d253f2ba70921d6f01a6278af1.zip
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'runtime/sym.h')
-rw-r--r--runtime/sym.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/sym.h b/runtime/sym.h
index ce6ab736..e7022877 100644
--- a/runtime/sym.h
+++ b/runtime/sym.h
@@ -49,6 +49,7 @@ struct _stp_module {
uint32_t eh_frame_len;
uint32_t unwind_hdr_len;
unsigned long eh_frame_addr; /* Orig load address (offset) .eh_frame */
+ unsigned long unwind_hdr_addr; /* same for .eh_frame_hdr */
/* build-id information */
unsigned char *build_id_bits;
unsigned long build_id_offset;