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 cc9554e commit b0db1edCopy full SHA for b0db1ed
include/uapi/linux/elf.h
@@ -291,8 +291,18 @@ typedef struct elf64_phdr {
291
#define SHF_WRITE 0x1
292
#define SHF_ALLOC 0x2
293
#define SHF_EXECINSTR 0x4
294
+#define SHF_MERGE 0x10
295
+#define SHF_STRINGS 0x20
296
+#define SHF_INFO_LINK 0x40
297
+#define SHF_LINK_ORDER 0x80
298
+#define SHF_OS_NONCONFORMING 0x100
299
+#define SHF_GROUP 0x200
300
+#define SHF_TLS 0x400
301
#define SHF_RELA_LIVEPATCH 0x00100000
302
#define SHF_RO_AFTER_INIT 0x00200000
303
+#define SHF_ORDERED 0x04000000
304
+#define SHF_EXCLUDE 0x08000000
305
+#define SHF_MASKOS 0x0ff00000
306
#define SHF_MASKPROC 0xf0000000
307
308
/* special section indexes */
0 commit comments