diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/perk/perk_output.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/perk/perk_output.h b/include/perk/perk_output.h index dd080e9..a036ef9 100644 --- a/include/perk/perk_output.h +++ b/include/perk/perk_output.h @@ -13,6 +13,8 @@ #define PERK_OUTPUT_IMAGE_SECTIONS 0x00000010 #define PERK_OUTPUT_IMAGE_SYMBOLS 0x00000020 #define PERK_OUTPUT_IMAGE_STRINGS 0x00000040 +#define PERK_OUTPUT_MDSO_LIBS 0x00000200 +#define PERK_OUTPUT_MDSO_SYMS 0x00000400 /* pretty-printer flags */ |