summaryrefslogtreecommitdiffhomepage
path: root/src/driver/pe_amain.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/driver/pe_amain.c')
-rw-r--r--src/driver/pe_amain.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/driver/pe_amain.c b/src/driver/pe_amain.c
index 59cb8f2..e9167fb 100644
--- a/src/driver/pe_amain.c
+++ b/src/driver/pe_amain.c
@@ -58,6 +58,9 @@ static void pe_perform_unit_actions(
if (flags & PERK_OUTPUT_IMAGE_SECTIONS)
pe_output_image_sections(dctx,uctx->meta,0);
+ if (flags & PERK_OUTPUT_IMAGE_SYMBOLS)
+ pe_output_image_symbols(dctx,uctx->meta,0);
+
if (flags & PERK_OUTPUT_EXPORT_SYMS)
pe_output_export_symbols(dctx,uctx->meta,0);