summaryrefslogtreecommitdiff
path: root/src/binary-reader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/binary-reader.h')
-rw-r--r--src/binary-reader.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/binary-reader.h b/src/binary-reader.h
index a22b9e62..cf09ddba 100644
--- a/src/binary-reader.h
+++ b/src/binary-reader.h
@@ -332,6 +332,9 @@ class BinaryReaderDelegate {
uint32_t flags,
string_view name,
Index global_index) = 0;
+ virtual Result OnSectionSymbol(Index index,
+ uint32_t flags,
+ Index section_index) = 0;
virtual Result OnSegmentInfoCount(Index count) = 0;
virtual Result OnSegmentInfo(Index index,
string_view name,