summaryrefslogtreecommitdiff
path: root/src/binary-reader-logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/binary-reader-logging.h')
-rw-r--r--src/binary-reader-logging.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/binary-reader-logging.h b/src/binary-reader-logging.h
index f70b530e..5d28c1b2 100644
--- a/src/binary-reader-logging.h
+++ b/src/binary-reader-logging.h
@@ -267,6 +267,8 @@ class BinaryReaderLogging : public BinaryReaderDelegate {
uint32_t mem_align,
uint32_t table_size,
uint32_t table_align) override;
+ Result OnDylinkNeededCount(Index count) override;
+ Result OnDylinkNeeded(string_view needed) override;
Result EndDylinkSection() override;
Result BeginLinkingSection(Offset size) override;