summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objcopy/ELF/Inputs/ihex-elf-pt-null.yaml
blob: 3f142aeb284063a59ea0240a045219532c2d4dfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
!ELF
FileHeader:
  Class:           ELFCLASS64
  Data:            ELFDATA2LSB
  Type:            ET_EXEC
  Machine:         EM_X86_64
Sections:
  - Name:            .text
    Type:            SHT_PROGBITS
    Flags:           [ SHF_ALLOC, SHF_EXECINSTR ]
    Address:         0x0
    AddressAlign:    0x8
    Content:         "0001020304"
ProgramHeaders:
  - Type: PT_NULL
    Flags: [ PF_X, PF_R ]
    VAddr: 0xF00000000
    PAddr: 0x100000
    Sections:
      - Section: .text
OpenPOWER on IntegriCloud