X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fglibc.git;a=blobdiff_plain;f=elf%2Felf.h;h=28296c7efd2dcedbd017d753c418fba4d5b29251;hp=01648bdb4c1da730361c0f89cfaee3e0c0de927c;hb=38b52865d4ccfee3647f27e969e539a4396a73b1;hpb=08504de71813ddbd447bfbca4a325cbe8ce8bcda diff --git a/elf/elf.h b/elf/elf.h index 01648bdb4c1..28296c7efd2 100644 --- a/elf/elf.h +++ b/elf/elf.h @@ -987,6 +987,9 @@ typedef struct #define DF_1_SINGLETON 0x02000000 /* Singleton symbols are used. */ #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 /* Flags for the feature selection in DT_FEATURE_1. */ #define DTF_1_PARINIT 0x00000001