diff options
author | midipix <writeonce@midipix.org> | 2017-12-14 04:27:18 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2017-12-14 11:36:09 -0500 |
commit | ee981e016f27efe4b1d5df027dc03accdd662cb0 (patch) | |
tree | 597ac0ca7cbb04a71240e4fc7eed073722c19df1 /src/internal | |
parent | f5eb13ba3a0d8f1ef1e170e41b7491210b3028d3 (diff) | |
download | perk-ee981e016f27efe4b1d5df027dc03accdd662cb0.tar.bz2 perk-ee981e016f27efe4b1d5df027dc03accdd662cb0.tar.xz |
driver: added -d and -D (list mdso libs [and referenced symbols]).
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/perk_driver_impl.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |