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 /include | |
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 'include')
-rw-r--r-- | include/perk/perk_output.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/perk/perk_output.h b/include/perk/perk_output.h index 6ef9054..d0a9c19 100644 --- a/include/perk/perk_output.h +++ b/include/perk/perk_output.h @@ -11,6 +11,7 @@ #define PERK_OUTPUT_IMPORT_SYMS 0x00000004 #define PERK_OUTPUT_IMAGE_CATEGORY 0x00000008 #define PERK_OUTPUT_IMAGE_SECTIONS 0x00000010 +#define PERK_OUTPUT_IMAGE_SYMBOLS 0x00000020 /* pretty-printer flags */ |