brintos

brintos / llvm-project-archived public Read only

0
0
Text · 900 B · 97bc788 Raw
34 lines · yaml
1# RUN: yaml2obj %s -o %t2# RUN: lldb-test object-file %t | FileCheck %s3 4# CHECK: Base VM address: 0x4000005 6--- !ELF7FileHeader:      8  Class:           ELFCLASS649  Data:            ELFDATA2LSB10  Type:            ET_EXEC11  Machine:         EM_X86_6412  Entry:           0x000000000040007813Sections:        14  - Name:            .pad15    Type:            SHT_PROGBITS16    Flags:           [ SHF_ALLOC ]17    Address:         0x000000000040000018    AddressAlign:    0x000000000000100019    Size:            0x7820  - Name:            .text21    Type:            SHT_PROGBITS22    Flags:           [ SHF_ALLOC, SHF_EXECINSTR ]23    Address:         0x000000000040007824    AddressAlign:    0x000000000000000125    Content:         48C7C0E700000048C7C72F0000000F05CC26ProgramHeaders:27  - Type: PT_LOAD28    Flags: [ PF_X, PF_R ]29    VAddr: 0x40000030    Align: 0x20000031    FirstSec: .pad32    LastSec:  .text33...34