Skip to content

Commit

Permalink
[Support/ELF] Add OpenBSD PT_OPENBSD_SYSCALLS constant.
Browse files Browse the repository at this point in the history
  • Loading branch information
fcambus authored and tstellar committed Feb 20, 2024
1 parent ae27600 commit c5e1885
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/include/llvm/BinaryFormat/ELF.h
Original file line number Diff line number Diff line change
Expand Up @@ -1464,6 +1464,7 @@ enum {
PT_OPENBSD_RANDOMIZE = 0x65a3dbe6, // Fill with random data.
PT_OPENBSD_WXNEEDED = 0x65a3dbe7, // Program does W^X violations.
PT_OPENBSD_NOBTCFI = 0x65a3dbe8, // Do not enforce branch target CFI.
PT_OPENBSD_SYSCALLS = 0x65a3dbe9, // System call sites.
PT_OPENBSD_BOOTDATA = 0x65a41be6, // Section for boot arguments.

// ARM program header types.
Expand Down

0 comments on commit c5e1885

Please sign in to comment.