From f484179454761d3a35f6d98751d62ccebbc986aa Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Sat, 21 Aug 2021 23:53:02 +0200 Subject: add check for symbol version --- src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 18c1b74..e20207d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -17,6 +17,8 @@ pub enum Error { /// Requested symbol not found in the ELF file. /// Captures the name of the requested symbol. SymbolNotFound(String), + /// Error during symbol version lookup. + SymbolVersionError(String), } /// Representation of an 64-bit virtual address. -- cgit v1.2.3