diff options
author | Mark Wielaard <mjw@redhat.com> | 2009-04-15 19:20:41 +0200 |
---|---|---|
committer | Mark Wielaard <mjw@redhat.com> | 2009-04-15 19:20:41 +0200 |
commit | 9a8911ac796aa9cefb504b825802246ef3c8e45f (patch) | |
tree | d3bff12b8ef89d703cd23e0751719eb6b3b1ba5b /runtime/sym.h | |
parent | 7a51212ca1895b85f400fafe0e5198525996af1d (diff) | |
parent | c1af604e1c626b90834113ba7d71c4a2ea1bda68 (diff) | |
download | systemtap-steved-9a8911ac796aa9cefb504b825802246ef3c8e45f.tar.gz systemtap-steved-9a8911ac796aa9cefb504b825802246ef3c8e45f.tar.xz systemtap-steved-9a8911ac796aa9cefb504b825802246ef3c8e45f.zip |
Merge branch 'sections'
Diffstat (limited to 'runtime/sym.h')
-rw-r--r-- | runtime/sym.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/sym.h b/runtime/sym.h index 586b10ca..80c334fb 100644 --- a/runtime/sym.h +++ b/runtime/sym.h @@ -18,6 +18,7 @@ struct _stp_symbol { struct _stp_section { const char *name; unsigned long addr; /* XXX: belongs in per-address-space tables */ + unsigned long size; /* length of the address space module covers. */ struct _stp_symbol *symbols; /* ordered by address */ unsigned num_symbols; }; |