]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/pecoff/Inputs/armnt-addr32.obj.yaml
Vendor import of lld trunk r233088:
[FreeBSD/FreeBSD.git] / test / pecoff / Inputs / armnt-addr32.obj.yaml
1 ---
2 header:
3   Machine:         IMAGE_FILE_MACHINE_ARMNT
4   Characteristics: [  ]
5 sections:
6   - Name:            .rdata
7     Characteristics: [ IMAGE_SCN_CNT_INITIALIZED_DATA, IMAGE_SCN_MEM_READ ]
8     Alignment:       4
9     SectionData:     '0000000000000000'
10     Relocations:
11       - VirtualAddress:  0
12         SymbolName:      i
13         Type:            1
14 symbols:
15   - Name:            .rdata
16     Value:           0
17     SectionNumber:   1
18     SimpleType:      IMAGE_SYM_TYPE_NULL
19     ComplexType:     IMAGE_SYM_DTYPE_NULL
20     StorageClass:    IMAGE_SYM_CLASS_STATIC
21     SectionDefinition:
22       Length:          8
23       NumberOfRelocations: 1
24       NumberOfLinenumbers: 0
25       CheckSum:        0
26       Number:          1
27   - Name:            i
28     Value:           0
29     SectionNumber:   1
30     SimpleType:      IMAGE_SYM_TYPE_NULL
31     ComplexType:     IMAGE_SYM_DTYPE_NULL
32     StorageClass:    IMAGE_SYM_CLASS_STATIC
33   - Name:            is
34     Value:           4
35     SectionNumber:   1
36     SimpleType:      IMAGE_SYM_TYPE_NULL
37     ComplexType:     IMAGE_SYM_DTYPE_NULL
38     StorageClass:    IMAGE_SYM_CLASS_EXTERNAL
39 ...