We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a935c61 commit 40640a9Copy full SHA for 40640a9
src/elf.h
@@ -366,7 +366,9 @@ typedef struct
366
required */
367
#define SHF_GROUP (1 << 9) /* Section is member of a group. */
368
#define SHF_TLS (1 << 10) /* Section hold thread-local data. */
369
+#define SHF_COMPRESSED (1 << 11) /* Section with compressed data */
370
#define SHF_MASKOS 0x0ff00000 /* OS-specific. */
371
+#define SHF_GNU_BUILD_NOTE (1 << 20) /* Section contains GNU BUILD ATTRIBUTE notes. */
372
#define SHF_MASKPROC 0xf0000000 /* Processor-specific */
373
#define SHF_ORDERED (1 << 30) /* Special ordering requirement
374
(Solaris). */
0 commit comments