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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/binary-reader-logging.h b/src/binary-reader-logging.h
index 423a321c..e15801b5 100644
--- a/src/binary-reader-logging.h
+++ b/src/binary-reader-logging.h
@@ -324,6 +324,12 @@ class BinaryReaderLogging : public BinaryReaderDelegate {
uint32_t table_align) override;
Result OnDylinkNeededCount(Index count) override;
Result OnDylinkNeeded(string_view needed) override;
+ Result OnDylinkImportCount(Index count) override;
+ Result OnDylinkExportCount(Index count) override;
+ Result OnDylinkImport(string_view module,
+ string_view name,
+ uint32_t flags) override;
+ Result OnDylinkExport(string_view name, uint32_t flags) override;
Result EndDylinkSection() override;
Result BeginLinkingSection(Offset size) override;