DT_FLAGS_1: Add Solaris bits
[deliverable/binutils-gdb.git] / include / elf / common.h
index 61a1ca7c1e99ba10d73f67cf453f6e0c4c870eda..f4354721bf5d2a7794dd6bb6c53a66d851288e10 100644 (file)
 #define        DF_1_SINGLETON  0x02000000
 #define        DF_1_STUB       0x04000000
 #define        DF_1_PIE        0x08000000
+#define        DF_1_KMOD       0x10000000
+#define        DF_1_WEAKFILTER 0x20000000
+#define        DF_1_NOCOMMON   0x40000000
 
 /* Flag values for the DT_FLAGS entry. */
 #define DF_ORIGIN      (1 << 0)
This page took 0.024539 seconds and 4 git commands to generate.