mirror of
https://github.com/RPCSX/llvm.git
synced 2025-04-03 16:51:42 +00:00
[Support/ELF] - Sort PT_OPENBSD_* added previously. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@283992 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
126de9311e
commit
c45984be61
@ -1036,12 +1036,12 @@ enum {
|
||||
PT_SUNW_EH_FRAME = 0x6474e550,
|
||||
PT_SUNW_UNWIND = 0x6464e550,
|
||||
|
||||
PT_GNU_STACK = 0x6474e551, // Indicates stack executability.
|
||||
PT_GNU_RELRO = 0x6474e552, // Read-only after relocation.
|
||||
|
||||
PT_OPENBSD_RANDOMIZE = 0x65a3dbe6, // Fill with random data.
|
||||
PT_OPENBSD_WXNEEDED = 0x65a3dbe7, // Program does W^X violations.
|
||||
|
||||
PT_GNU_STACK = 0x6474e551, // Indicates stack executability.
|
||||
PT_GNU_RELRO = 0x6474e552, // Read-only after relocation.
|
||||
|
||||
// ARM program header types.
|
||||
PT_ARM_ARCHEXT = 0x70000000, // Platform architecture compatibility info
|
||||
// These all contain stack unwind tables.
|
||||
|
Loading…
x
Reference in New Issue
Block a user