]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/elf/Inputs/undef2-so.o.yaml
Vendor import of lld trunk r233088:
[FreeBSD/FreeBSD.git] / test / elf / Inputs / undef2-so.o.yaml
1 ---
2 FileHeader:
3   Class:           ELFCLASS64
4   Data:            ELFDATA2LSB
5   Type:            ET_REL
6   Machine:         EM_X86_64
7 Sections:
8   - Name:            .text
9     Type:            SHT_PROGBITS
10     Flags:           [ SHF_ALLOC, SHF_EXECINSTR ]
11     AddressAlign:    0x0000000000000001
12     Content:         554889E5488B05000000008B005DC3
13   - Name:            .rela.text
14     Type:            SHT_RELA
15     Link:            .symtab
16     AddressAlign:    0x0000000000000008
17     Info:            .text
18     Relocations:
19       - Offset:          0x0000000000000007
20         Symbol:          myexportedsymbol
21         Type:            R_X86_64_GOTPCREL
22         Addend:          -4
23   - Name:            .data
24     Type:            SHT_PROGBITS
25     Flags:           [ SHF_WRITE, SHF_ALLOC ]
26     AddressAlign:    0x0000000000000001
27     Content:         ''
28   - Name:            .bss
29     Type:            SHT_NOBITS
30     Flags:           [ SHF_WRITE, SHF_ALLOC ]
31     AddressAlign:    0x0000000000000001
32     Content:         ''
33 Symbols:
34   Local:
35     - Name:            .text
36       Type:            STT_SECTION
37       Section:         .text
38     - Name:            .data
39       Type:            STT_SECTION
40       Section:         .data
41     - Name:            .bss
42       Type:            STT_SECTION
43       Section:         .bss
44   Global:
45     - Name:            func
46       Type:            STT_FUNC
47       Section:         .text
48       Size:            0x000000000000000F
49     - Name:            _GLOBAL_OFFSET_TABLE_
50     - Name:            myexportedsymbol