From 9d75af02d905f6005b9cee7f79615569d7d14dd4 Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 15 Nov 2016 00:07:23 -0500 Subject: driver: added --sections support (print image sections). --- include/perk/perk_output.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/perk/perk_output.h') diff --git a/include/perk/perk_output.h b/include/perk/perk_output.h index b5ad5c5..ab91f87 100644 --- a/include/perk/perk_output.h +++ b/include/perk/perk_output.h @@ -10,6 +10,7 @@ #define PERK_OUTPUT_IMPORT_LIBS 0x00000002 #define PERK_OUTPUT_IMPORT_SYMS 0x00000004 #define PERK_OUTPUT_IMAGE_TYPE 0x00000008 +#define PERK_OUTPUT_IMAGE_SECTIONS 0x00000010 /* pretty-printer flags */ -- cgit v1.2.3