From ee981e016f27efe4b1d5df027dc03accdd662cb0 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 14 Dec 2017 04:27:18 -0500 Subject: driver: added -d and -D (list mdso libs [and referenced symbols]). --- src/internal/perk_driver_impl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/internal') diff --git a/src/internal/perk_driver_impl.h b/src/internal/perk_driver_impl.h index 6fe5513..25edf37 100644 --- a/src/internal/perk_driver_impl.h +++ b/src/internal/perk_driver_impl.h @@ -24,6 +24,8 @@ enum app_tags { TAG_EXPSYMS, TAG_IMPLIBS, TAG_IMPSYMS, + TAG_DSOLIBS, + TAG_DSOSYMS, }; struct pe_driver_ctx_impl { -- cgit v1.2.3