xref: /llvm-project/lldb/test/Shell/ObjectFile/ELF/netbsd-exec-8.99.30-amd64.yaml (revision b587ca93be114d07ec3bf654add97d7872325281)
1# Test whether NetBSD executables are recognized correctly.
2
3# RUN: yaml2obj %s -o %t
4# RUN: lldb-test object-file %t | FileCheck %s
5# CHECK: Architecture: x86_64--netbsd8.99.30
6# CHECK: Type: executable
7
8--- !ELF
9FileHeader:      
10  Class:           ELFCLASS64
11  Data:            ELFDATA2LSB
12  Type:            ET_EXEC
13  Machine:         EM_X86_64
14  Entry:           0x00000000002006F0
15Sections:        
16  - Name:            .note.netbsd.ident
17    Type:            SHT_NOTE
18    Flags:           [ SHF_ALLOC ]
19    Address:         0x00000000002005A8
20    AddressAlign:    0x0000000000000004
21    Content:         0700000004000000010000004E6574425344000078B29535
22...
23