summaryrefslogtreecommitdiffhomepage
path: root/include/perk/perk_output.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-11-16 09:41:57 -0500
committermidipix <writeonce@midipix.org>2016-11-16 09:50:42 -0500
commit016925a048e34c3eeb2815d6830d61771f0ed999 (patch)
tree701bc47cb86ab0f4da049f2a9b955de3424b812d /include/perk/perk_output.h
parent39af3cb59a5bc2dff1fa1429623e1219d002a4b2 (diff)
downloadperk-016925a048e34c3eeb2815d6830d61771f0ed999.tar.bz2
perk-016925a048e34c3eeb2815d6830d61771f0ed999.tar.xz
driver: added --symbols support (list symbols found in coff symbol table).
Diffstat (limited to 'include/perk/perk_output.h')
-rw-r--r--include/perk/perk_output.h1
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 */