Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / bolt / test / RISCV / Inputs / mapping-syms-isa.yaml
bloba47ecfde5dead03db0f770ef20f395e42c145d5f
1 --- !ELF
2 FileHeader:
3   Class:           ELFCLASS64
4   Data:            ELFDATA2LSB
5   Type:            ET_EXEC
6   Machine:         EM_RISCV
7   Flags:           [ EF_RISCV_RVC, EF_RISCV_FLOAT_ABI_DOUBLE ]
8   Entry:           0x100B0
9 ProgramHeaders:
10   - Type:            0x70000003
11     Flags:           [ PF_R ]
12     FirstSec:        .riscv.attributes
13     LastSec:         .riscv.attributes
14     Offset:          0xB8
15   - Type:            PT_LOAD
16     Flags:           [ PF_X, PF_R ]
17     FirstSec:        .text
18     LastSec:         .text
19     VAddr:           0x10000
20     Align:           0x1000
21     Offset:          0x0
22 Sections:
23   - Name:            .text
24     Type:            SHT_PROGBITS
25     Flags:           [ SHF_ALLOC, SHF_EXECINSTR ]
26     Address:         0x100B0
27     AddressAlign:    0x2
28     Content:         '0100000000008280'
29   - Name:            .riscv.attributes
30     Type:            SHT_RISCV_ATTRIBUTES
31     AddressAlign:    0x1
32     Content:         4144000000726973637600013A0000000572763634693270315F6D3270305F613270315F663270325F643270325F633270305F7A696373723270305F7A6D6D756C31703000
33 Symbols:
34   - Name:            '_start'
35     Section:         .text
36     Binding:         STB_GLOBAL
37     Value:           0x100B0
38   - Name:            '$xrv64i2p1_m2p0_a2p1_f2p2_d2p2_c2p0_zicsr2p0_zmmul1p0'
39     Section:         .text
40     Value:           0x100B0
41   - Name:            '$d'
42     Section:         .text
43     Value:           0x100B2
44   - Name:            '$x'
45     Section:         .text
46     Value:           0x100B6
47 ...