diff options
Diffstat (limited to 'src/binary-reader.h')
-rw-r--r-- | src/binary-reader.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/binary-reader.h b/src/binary-reader.h index 861c592f..d3751fae 100644 --- a/src/binary-reader.h +++ b/src/binary-reader.h @@ -369,6 +369,10 @@ class BinaryReaderDelegate { virtual Result OnSectionSymbol(Index index, uint32_t flags, Index section_index) = 0; + virtual Result OnEventSymbol(Index index, + uint32_t flags, + string_view name, + Index event_index) = 0; virtual Result OnSegmentInfoCount(Index count) = 0; virtual Result OnSegmentInfo(Index index, string_view name, |