aboutsummaryrefslogtreecommitdiff
path: root/src/common/linux/stabs_reader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/linux/stabs_reader.h')
-rw-r--r--src/common/linux/stabs_reader.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/common/linux/stabs_reader.h b/src/common/linux/stabs_reader.h
index 2465942b..06bd115e 100644
--- a/src/common/linux/stabs_reader.h
+++ b/src/common/linux/stabs_reader.h
@@ -96,6 +96,13 @@ class StabsReader {
StabsHandler *handler_;
+ // The offset of the current compilation unit's strings within stabstr_.
+ size_t string_offset_;
+
+ // The value string_offset_ should have for the next compilation unit,
+ // as established by N_UNDF entries.
+ size_t next_cu_string_offset_;
+
// The current symbol we're processing.
const struct nlist *symbol_;