File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 11
11
# CHECK-NEXT: filesz 0x0000000000000000 memsz 0x0000000000000000 flags ---
12
12
# CHECK-NEXT: OPENBSD_NOBTCFI off 0x0000000000000000 vaddr 0x0000000000000000 paddr 0x0000000000000000 align 2**0
13
13
# CHECK-NEXT: filesz 0x0000000000000000 memsz 0x0000000000000000 flags ---
14
+ # CHECK-NEXT: OPENBSD_SYSCALLS off 0x0000000000000000 vaddr 0x0000000000000000 paddr 0x0000000000000000 align 2**0
15
+ # CHECK-NEXT: filesz 0x0000000000000000 memsz 0x0000000000000000 flags ---
14
16
# CHECK-NEXT: OPENBSD_BOOTDATA off 0x0000000000000000 vaddr 0x0000000000000000 paddr 0x0000000000000000 align 2**0
15
17
# CHECK-NEXT: filesz 0x0000000000000000 memsz 0x0000000000000000 flags ---
16
18
@@ -25,4 +27,5 @@ ProgramHeaders:
25
27
- Type: 0x65a3dbe6 ## PT_OPENBSD_RANDOMIZE
26
28
- Type: 0x65a3dbe7 ## PT_OPENBSD_WXNEEDED
27
29
- Type: 0x65a3dbe8 ## PT_OPENBSD_NOBTCFI
30
+ - Type: 0x65a3dbe9 ## PT_OPENBSD_SYSCALLS
28
31
- Type: 0x65a41be6 ## PT_OPENBSD_BOOTDATA
Original file line number Diff line number Diff line change @@ -291,6 +291,9 @@ template <class ELFT> void ELFDumper<ELFT>::printProgramHeaders() {
291
291
case ELF::PT_OPENBSD_RANDOMIZE:
292
292
outs () << " OPENBSD_RANDOMIZE " ;
293
293
break ;
294
+ case ELF::PT_OPENBSD_SYSCALLS:
295
+ outs () << " OPENBSD_SYSCALLS " ;
296
+ break ;
294
297
case ELF::PT_OPENBSD_WXNEEDED:
295
298
outs () << " OPENBSD_WXNEEDED " ;
296
299
break ;
You can’t perform that action at this time.
0 commit comments