From e0959d0641b0696ecaf348eab3db3c43580afe9a Mon Sep 17 00:00:00 2001 From: Farid Zakaria Date: Thu, 14 Sep 2023 21:27:23 +0000 Subject: [PATCH] collapsed symbol resolution section in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aa3fe39..4fd1ebc 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,8 @@ For instance, to have _sqelf_ emit JSON you can do the following: ### Queries -#### List all symbol resolutions +
+List all symbol resolutions (match import & export) ```console ❯ sqlelf /usr/bin/ruby --sql "SELECT caller.path as 'caller.path', @@ -198,8 +199,7 @@ LIMIT 25;" │ /lib/x86_64-linux-gnu/libruby-3.1.so.3.1 │ /lib/x86_64-linux-gnu/libm.so.6 │ atan2 │ atan2 │ └──────────────────────────────────────────┴──────────────────────────────────────────┴──────────────────────┴──────────────────────┘ ``` - -## Symbol Aliasing +
Find symbols that are exported by more than one library