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 ae27600 commit c5e1885Copy full SHA for c5e1885
llvm/include/llvm/BinaryFormat/ELF.h
@@ -1464,6 +1464,7 @@ enum {
1464
PT_OPENBSD_RANDOMIZE = 0x65a3dbe6, // Fill with random data.
1465
PT_OPENBSD_WXNEEDED = 0x65a3dbe7, // Program does W^X violations.
1466
PT_OPENBSD_NOBTCFI = 0x65a3dbe8, // Do not enforce branch target CFI.
1467
+ PT_OPENBSD_SYSCALLS = 0x65a3dbe9, // System call sites.
1468
PT_OPENBSD_BOOTDATA = 0x65a41be6, // Section for boot arguments.
1469
1470
// ARM program header types.
0 commit comments