diff options
author | midipix <writeonce@midipix.org> | 2016-11-16 09:41:57 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-16 09:50:42 -0500 |
commit | 016925a048e34c3eeb2815d6830d61771f0ed999 (patch) | |
tree | 701bc47cb86ab0f4da049f2a9b955de3424b812d /src/internal | |
parent | 39af3cb59a5bc2dff1fa1429623e1219d002a4b2 (diff) | |
download | perk-016925a048e34c3eeb2815d6830d61771f0ed999.tar.bz2 perk-016925a048e34c3eeb2815d6830d61771f0ed999.tar.xz |
driver: added --symbols support (list symbols found in coff symbol table).
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/perk_driver_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/internal/perk_driver_impl.h b/src/internal/perk_driver_impl.h index 0386d81..4229977 100644 --- a/src/internal/perk_driver_impl.h +++ b/src/internal/perk_driver_impl.h @@ -17,6 +17,7 @@ enum app_tags { TAG_PRETTY, TAG_CATEGORY, TAG_SECTIONS, + TAG_SYMBOLS, TAG_EXPSYMS, TAG_IMPLIBS, TAG_IMPSYMS, |