summaryrefslogtreecommitdiffstats
path: root/runtime/sym.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/sym.h')
-rw-r--r--runtime/sym.h5
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;
};