diff options
author | ddomingo <ddomingo@redhat.com> | 2008-10-09 13:12:08 +1000 |
---|---|---|
committer | ddomingo <ddomingo@redhat.com> | 2008-10-09 13:12:08 +1000 |
commit | 37cda13ed305fc4887536166c232f4aee087d862 (patch) | |
tree | 6b877ba9b2ed71f32842dacb18e09732e0c307a4 /runtime/sym.h | |
parent | 9e522dfc27872bd28ab5a4f7fbfbfd7cc843e3cb (diff) | |
parent | 0d633db21595f7160d0f7a767ab92181284d8adb (diff) | |
download | systemtap-steved-37cda13ed305fc4887536166c232f4aee087d862.tar.gz systemtap-steved-37cda13ed305fc4887536166c232f4aee087d862.tar.xz systemtap-steved-37cda13ed305fc4887536166c232f4aee087d862.zip |
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'runtime/sym.h')
-rw-r--r-- | runtime/sym.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/sym.h b/runtime/sym.h index 5888d2c7..9d6a4ded 100644 --- a/runtime/sym.h +++ b/runtime/sym.h @@ -45,6 +45,11 @@ struct _stp_module { uint32_t unwind_data_len; uint32_t unwind_hdr_len; uint32_t unwind_is_ehframe; /* unwind data comes from .eh_frame */ + /* build-id information */ + unsigned char *build_id_bits; + unsigned long build_id_offset; + unsigned long notes_sect; + int build_id_len; }; |