File tree Expand file tree Collapse file tree 4 files changed +139
-112
lines changed Expand file tree Collapse file tree 4 files changed +139
-112
lines changed Original file line number Diff line number Diff line change 3
3
# RUN: yaml2obj %s -o %t
4
4
# RUN: llvm-objdump -p %t | FileCheck %s
5
5
6
- # CHECK: OPENBSD_RANDOMIZE off 0x0000000000000000 vaddr 0x0000000000000000 paddr 0x0000000000000000 align 2**0
6
+ # CHECK: OPENBSD_MUTABLE off 0x0000000000000000 vaddr 0x0000000000000000 paddr 0x0000000000000000 align 2**0
7
+ # CHECK-NEXT: filesz 0x0000000000000000 memsz 0x0000000000000000 flags ---
8
+ # CHECK-NEXT: OPENBSD_RANDOMIZE off 0x0000000000000000 vaddr 0x0000000000000000 paddr 0x0000000000000000 align 2**0
7
9
# CHECK-NEXT: filesz 0x0000000000000000 memsz 0x0000000000000000 flags ---
8
10
# CHECK-NEXT: OPENBSD_WXNEEDED off 0x0000000000000000 vaddr 0x0000000000000000 paddr 0x0000000000000000 align 2**0
9
11
# CHECK-NEXT: filesz 0x0000000000000000 memsz 0x0000000000000000 flags ---
@@ -17,6 +19,7 @@ FileHeader:
17
19
Type: ET_EXEC
18
20
Machine: EM_X86_64
19
21
ProgramHeaders:
22
+ - Type: 0x65a3dbe5 ## PT_OPENBSD_MUTABLE
20
23
- Type: 0x65a3dbe6 ## PT_OPENBSD_RANDOMIZE
21
24
- Type: 0x65a3dbe7 ## PT_OPENBSD_WXNEEDED
22
25
- Type: 0x65a41be6 ## PT_OPENBSD_BOOTDATA
You can’t perform that action at this time.
0 commit comments