23 lines · yaml
1# Test whether NetBSD executables are recognized correctly.2 3# RUN: yaml2obj %s -o %t4# RUN: lldb-test object-file %t | FileCheck %s5# CHECK: Architecture: x86_64--netbsd8.99.306# CHECK: Type: executable7 8--- !ELF9FileHeader: 10 Class: ELFCLASS6411 Data: ELFDATA2LSB12 Type: ET_EXEC13 Machine: EM_X86_6414 Entry: 0x00000000002006F015Sections: 16 - Name: .note.netbsd.ident17 Type: SHT_NOTE18 Flags: [ SHF_ALLOC ]19 Address: 0x00000000002005A820 AddressAlign: 0x000000000000000421 Content: 0700000004000000010000004E6574425344000078B2953522...23