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 a5865c3 commit 97eff26Copy full SHA for 97eff26
llvm/include/llvm/BinaryFormat/ELF.h
@@ -1476,6 +1476,7 @@ enum {
1476
PT_OPENBSD_RANDOMIZE = 0x65a3dbe6, // Fill with random data.
1477
PT_OPENBSD_WXNEEDED = 0x65a3dbe7, // Program does W^X violations.
1478
PT_OPENBSD_NOBTCFI = 0x65a3dbe8, // Do not enforce branch target CFI.
1479
+ PT_OPENBSD_SYSCALLS = 0x65a3dbe9, // System call sites.
1480
PT_OPENBSD_BOOTDATA = 0x65a41be6, // Section for boot arguments.
1481
1482
// ARM program header types.
0 commit comments