Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / bolt / test / AArch64 / Inputs / symbol-hashes.yaml
blobce7f5928187fa9265130d30868e68b1640caf988
1 --- !ELF
2 FileHeader:
3   Class:           ELFCLASS64
4   Data:            ELFDATA2LSB
5   Type:            ET_EXEC
6   Machine:         EM_AARCH64
7   Entry:           0x90
8 ProgramHeaders:
9   - Type:            PT_LOAD
10     Flags:           [ PF_X, PF_R ]
11     FirstSec:        .rodata
12     LastSec:         .text
13     Align:           0x10000
14     Offset:          0x0
15 Sections:
16   - Name:            .rodata
17     Type:            SHT_PROGBITS
18     Flags:           [ SHF_ALLOC ]
19     Address:         0x78
20     AddressAlign:    0x1
21     Content:         '7800000000000000'
22   - Name:            .dummy
23     Type:            SHT_PROGBITS
24     Flags:           [ SHF_ALLOC ]
25     Address:         0x80
26     AddressAlign:    0x1
27     Content:         '78000000000000009000000000000000'
28   - Name:            .text
29     Type:            SHT_PROGBITS
30     Flags:           [ SHF_ALLOC, SHF_EXECINSTR ]
31     Address:         0x90
32     AddressAlign:    0x4
33     Content:         FF4300D11F2003D508FFFF10080140F9E80700F9A80B8052010000D4FF430091C0035FD6
34   - Name:            .rela.text
35     Type:            SHT_RELA
36     Flags:           [ SHF_INFO_LINK ]
37     Link:            .symtab
38     AddressAlign:    0x8
39     Info:            .text
40     Relocations:
41       - Offset:          0x94
42         Symbol:          Symbol
43         Type:            R_AARCH64_ADR_GOT_PAGE
44       - Offset:          0x98
45         Symbol:          Symbol
46         Type:            R_AARCH64_LD64_GOT_LO12_NC
47   - Name:            .rela.dummy
48     Type:            SHT_RELA
49     Flags:           [ SHF_INFO_LINK ]
50     Link:            .symtab
51     AddressAlign:    0x8
52     Info:            .dummy
53     Relocations:
54       - Offset:          0x80
55         Symbol:          Symbol
56         Type:            R_AARCH64_ABS64
57       - Offset:          0x88
58         Symbol:          _start
59         Type:            R_AARCH64_ABS64
60 Symbols:
61   - Name:            tmp.c
62     Type:            STT_FILE
63     Index:           SHN_ABS
64   - Name:            '$x.0'
65     Section:         .text
66     Value:           0x90
67   - Name:            '$d.1'
68     Index:           SHN_ABS
69   - Name:            .text
70     Type:            STT_SECTION
71     Section:         .text
72     Value:           0x90
73   - Name:            _start
74     Type:            STT_FUNC
75     Section:         .text
76     Binding:         STB_GLOBAL
77     Value:           0x90
78     Size:            0x24
79   - Name:            Symbol
80     Section:         .rodata
81     Binding:         STB_GLOBAL
82     Value:           0x78
83 ...