From c63b6d1fd73e61e48018487420f75ee218c41586 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 14 Dec 2017 05:53:56 -0500 Subject: output: pe_output_mdso_libraries(): implementation and integration. --- src/driver/pe_amain.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/driver') diff --git a/src/driver/pe_amain.c b/src/driver/pe_amain.c index 0593a74..8fb1788 100644 --- a/src/driver/pe_amain.c +++ b/src/driver/pe_amain.c @@ -69,6 +69,9 @@ static void pe_perform_unit_actions( if ((flags & PERK_OUTPUT_IMPORT_LIBS) || (flags & PERK_OUTPUT_IMPORT_SYMS)) pe_output_import_libraries(dctx,uctx->meta,0); + + if ((flags & PERK_OUTPUT_MDSO_LIBS) || (flags & PERK_OUTPUT_MDSO_SYMS)) + pe_output_mdso_libraries(dctx,uctx->meta,0); } static int pe_exit(struct pe_driver_ctx * dctx, int ret) -- cgit v1.2.3