summaryrefslogtreecommitdiffhomepage
path: root/src/driver
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-11-15 21:09:36 -0500
committermidipix <writeonce@midipix.org>2016-11-15 21:10:14 -0500
commit4377060a2796df43a700dad39cfc3c13f7f1dea7 (patch)
tree3a2843bd3d070fbb40c10788b399e414e21e40db /src/driver
parent67b1e98a64e5f5160dce4535ab38052031cef965 (diff)
downloadperk-4377060a2796df43a700dad39cfc3c13f7f1dea7.tar.bz2
perk-4377060a2796df43a700dad39cfc3c13f7f1dea7.tar.xz
output: pe_output_image_sections(): implementation and integration.
Diffstat (limited to 'src/driver')
-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 40eaf9d..59cb8f2 100644
--- a/src/driver/pe_amain.c
+++ b/src/driver/pe_amain.c
@@ -55,6 +55,9 @@ static void pe_perform_unit_actions(
if (flags & PERK_OUTPUT_IMAGE_CATEGORY)
pe_output_image_category(dctx,uctx->meta,0);
+ if (flags & PERK_OUTPUT_IMAGE_SECTIONS)
+ pe_output_image_sections(dctx,uctx->meta,0);
+
if (flags & PERK_OUTPUT_EXPORT_SYMS)
pe_output_export_symbols(dctx,uctx->meta,0);