Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / bolt / test / AArch64 / Inputs / unmarked-data.yaml
bloba91b62e42ab52afe264aec4d547835c0f1ca7409
1 --- !ELF
2 FileHeader:
3   Class:           ELFCLASS64
4   Data:            ELFDATA2LSB
5   Type:            ET_EXEC
6   Machine:         EM_AARCH64
7   Entry:           0x210134
8 ProgramHeaders:
9   - Type:            PT_PHDR
10     Flags:           [ PF_R ]
11     VAddr:           0x200040
12     Align:           0x8
13     FileSize:        0x0000e0
14     MemSize:         0x0000e0
15     Offset:          0x000040
16   - Type:            PT_LOAD
17     Flags:           [ PF_R ]
18     VAddr:           0x200000
19     Align:           0x10000
20     FileSize:        0x000120
21     MemSize:         0x000120
22     Offset:          0x000000
23   - Type:            PT_LOAD
24     Flags:           [ PF_X, PF_R ]
25     FirstSec:        .text
26     LastSec:         .text
27     VAddr:           0x210120
28     Align:           0x10000
29   - Type:            PT_GNU_STACK
30     Flags:           [ PF_W, PF_R ]
31     Align:           0x0
32 Sections:
33   - Name:            .text
34     Type:            SHT_PROGBITS
35     Flags:           [ SHF_ALLOC, SHF_EXECINSTR ]
36     Address:         0x210120
37     AddressAlign:    0x4
38     Content:         030F0B0700000000030F0B0700000000C0035FD6FFFFFF97000080D2A80B8052010000D4
39   - Name:            .rela.text
40     Type:            SHT_RELA
41     Flags:           [ SHF_INFO_LINK ]
42     Link:            .symtab
43     AddressAlign:    0x8
44     Info:            .text
45     Relocations:
46       - Offset:          0x210134
47         Symbol:          dummy
48         Type:            R_AARCH64_CALL26
49   - Name:            .comment
50     Type:            SHT_PROGBITS
51     Flags:           [ SHF_MERGE, SHF_STRINGS ]
52     AddressAlign:    0x1
53     EntSize:         0x1
54     Content:         4C696E6B65723A204C4C442031352E302E3000
55 Symbols:
56   - Name:            val
57     Index:           SHN_ABS
58     Value:           0x70B0F03
59   - Name:            first
60     Section:         .text
61     Value:           0x210120
62     Size:            0x8
63   - Name:            '$d.0'
64     Section:         .text
65     Value:           0x210120
66   - Name:            second
67     Section:         .text
68     Value:           0x210128
69     Size:            0x8
70   - Name:            '$x.1'
71     Section:         .text
72     Value:           0x210130
73   - Name:            .text
74     Type:            STT_SECTION
75     Section:         .text
76     Value:           0x210120
77   - Name:            .comment
78     Type:            STT_SECTION
79     Section:         .comment
80   - Name:            dummy
81     Type:            STT_FUNC
82     Section:         .text
83     Binding:         STB_GLOBAL
84     Value:           0x210130
85   - Name:            _start
86     Type:            STT_FUNC
87     Section:         .text
88     Binding:         STB_GLOBAL
89     Value:           0x210134
90 ...