X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Felf%2Fcommon.h;h=4399d0285e51c834de066ae0985606229772c179;hb=34b600287684d6297de838a388b1f9729952aae5;hp=244e27fde2d776436b632dfac57ee3d439430501;hpb=3d3163562cf264c22176ebc1359de133c419d916;p=external%2Fbinutils.git diff --git a/include/elf/common.h b/include/elf/common.h index 244e27f..4399d02 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -826,7 +826,19 @@ #define DF_1_INTERPOSE 0x00000400 #define DF_1_NODEFLIB 0x00000800 #define DF_1_NODUMP 0x00001000 -#define DF_1_CONLFAT 0x00002000 +#define DF_1_CONFALT 0x00002000 +#define DF_1_ENDFILTEE 0x00004000 +#define DF_1_DISPRELDNE 0x00008000 +#define DF_1_DISPRELPND 0x00010000 +#define DF_1_NODIRECT 0x00020000 +#define DF_1_IGNMULDEF 0x00040000 +#define DF_1_NOKSYMS 0x00080000 +#define DF_1_NOHDR 0x00100000 +#define DF_1_EDITED 0x00200000 +#define DF_1_NORELOC 0x00400000 +#define DF_1_SYMINTPOSE 0x00800000 +#define DF_1_GLOBAUDIT 0x01000000 +#define DF_1_SINGLETON 0x02000000 /* Flag values for the DT_FLAGS entry. */ #define DF_ORIGIN (1 << 0)