[TargetVersion] Only enable on RISC-V and AArch64 (#115991)
[llvm-project.git] / bolt / test / AArch64 / Inputs / spurious-marker-symbol.yaml
blob446397b911d9e00a413e22cbc7ebde232743a2bd
1 --- !ELF
2 FileHeader:
3   Class:            ELFCLASS64
4   Data:             ELFDATA2LSB
5   Type:             ET_EXEC
6   Machine:          EM_AARCH64
7   Entry:            0x2a0000
8 ProgramHeaders:
9   - Type:           PT_PHDR
10     Flags:          [ PF_R ]
11     VAddr:          0x40
12     Align:          0x8
13     FileSize:       0xa8
14     MemSize:        0xa8
15     Offset:         0x40
16   - Type:           PT_LOAD
17     Flags:          [ PF_R ]
18     VAddr:          0x0
19     Align:          0x10000
20     FileSize:       0xf8
21     MemSize:        0xf8
22     Offset:         0x0
23   - Type:           PT_LOAD
24     Flags:          [ PF_X, PF_R ]
25     VAddr:          0x2a0000
26     Align:          0x10000
27     FirstSec:       .text
28     LastSec:        .ignored
29 Sections:
30   - Name:           .text
31     Type:           SHT_PROGBITS
32     Flags:          [ SHF_ALLOC, SHF_EXECINSTR ]
33     Address:        0x2a0000
34     AddressAlign:   0x4
35     Content:        400580d2c0035fd6
36   - Name:           .ignored
37     Type:           SHT_PROGBITS
38     Flags:          [ SHF_ALLOC ]
39     Address:        0x2a0008
40     AddressAlign:   0x8
41     Size:           0x8
42   - Name:           .eh_frame
43     Type:           SHT_PROGBITS
44     Flags:          [ SHF_ALLOC ]
45     Address:        0x2a0010
46     AddressAlign:   0x8
47     Content:        1000000000000000017a520004781e010b0c1f00140000001800000000002a0008000000000e01410e010000
48 Symbols:
49   - Name:           func
50     Section:        .text
51     Value:          0x2a0000
52     Size:           0x8
53   - Name:           '$d.42'
54     Section:        .ignored
55     Value:          0x2a0004
56 ...