summaryrefslogtreecommitdiffstats
path: root/runtime/unwind/unwind.h
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2009-10-21 11:47:47 +0200
committerMark Wielaard <mjw@redhat.com>2009-10-21 11:47:47 +0200
commita8f1332f49206b314871fbdea50ab1045401a024 (patch)
tree62d03638f49f11b8d50754db721a35ae52f3f6f3 /runtime/unwind/unwind.h
parent96c57a86bb8d14b49b2e8b0ab8e9a044b2fadf42 (diff)
parentbc0b26aa958253192328bc4084ba367536fb4842 (diff)
downloadsystemtap-steved-a8f1332f49206b314871fbdea50ab1045401a024.tar.gz
systemtap-steved-a8f1332f49206b314871fbdea50ab1045401a024.tar.xz
systemtap-steved-a8f1332f49206b314871fbdea50ab1045401a024.zip
Merge branch 'unwind_robust'
Diffstat (limited to 'runtime/unwind/unwind.h')
-rw-r--r--runtime/unwind/unwind.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/runtime/unwind/unwind.h b/runtime/unwind/unwind.h
index 285a3a34..023ea603 100644
--- a/runtime/unwind/unwind.h
+++ b/runtime/unwind/unwind.h
@@ -143,8 +143,10 @@ static unsigned long read_pointer(const u8 **pLoc,
const void *end,
signed ptrType);
static const u32 bad_cie, not_fde;
-static const u32 *cie_for_fde(const u32 *fde, void *table, int is_ehframe);
-static signed fde_pointer_type(const u32 *cie);
+static const u32 *cie_for_fde(const u32 *fde, void *table,
+ uint32_t table_len, int is_ehframe);
+static signed fde_pointer_type(const u32 *cie,
+ void *table, uint32_t table_len);
#endif /* STP_USE_DWARF_UNWINDER */