[InstCombine] Signed saturation patterns
[llvm-complete.git] / test / tools / llvm-readobj / all.test
blob944ad0384001201db72dbefab8571c52a5c77cb0
1 # RUN: yaml2obj %s -o %t.o
2 # RUN: llvm-readobj -a %t.o | FileCheck %s --check-prefix LLVM-ALL
3 # RUN: llvm-readobj --all %t.o | FileCheck %s --check-prefix LLVM-ALL
5 # LLVM-ALL: Format: ELF32-i386
6 # LLVM-ALL: Arch: i386
7 # LLVM-ALL: AddressSize: 32bit
8 # LLVM-ALL: LoadName:
9 # LLVM-ALL: ElfHeader {
10 # LLVM-ALL: Sections [
11 # LLVM-ALL: Relocations [
12 # LLVM-ALL: Symbols [
13 # LLVM-ALL: EHFrameHeader {
14 # LLVM-ALL: .eh_frame section at offset 0x1128 address 0x0:
15 # LLVM-ALL: ProgramHeaders [
16 # LLVM-ALL: VersionSymbols [
17 # LLVM-ALL: VersionDefinitions [
18 # LLVM-ALL: VersionRequirements [
19 # LLVM-ALL: Addrsig [
20 # LLVM-ALL: Notes [
21 # LLVM-ALL: StackSizes [
23 # RUN: llvm-readelf -a %t.o | FileCheck %s --check-prefix GNU-ALL
24 # RUN: llvm-readelf --all %t.o | FileCheck %s --check-prefix GNU-ALL
26 # GNU-ALL: ELF Header:
27 # GNU-ALL: There are {{.*}} section headers, starting at offset {{.*}}:
28 # GNU-ALL: Relocation section '.rela.data' at offset {{.*}} contains {{.*}} entries:
29 # GNU-ALL: Symbol table '.symtab' contains {{.*}} entries:
30 # GNU-ALL: EHFrameHeader {
31 # GNU-ALL: .eh_frame section at offset {{.*}} address 0x0:
32 # GNU-ALL: Dynamic section at offset {{.*}} contains {{.*}} entries:
33 # GNU-ALL: Program Headers:
34 # GNU-ALL: Version symbols section '.gnu.version' contains {{.*}} entries:
35 # GNU-ALL: Version definition section '.gnu.version_d' contains {{.*}} entries:
36 # GNU-ALL: Version needs section '.gnu.version_r' contains {{.*}} entries:
37 # GNU-ALL: There are no section groups in this file.
38 # GNU-ALL: Histogram for bucket list length (total of 1 buckets)
39 # GNU-ALL: Displaying notes found at file offset {{.*}} with length {{.*}}:
41 --- !ELF
42 FileHeader:
43   Class:   ELFCLASS32
44   Data:    ELFDATA2LSB
45   Type:    ET_REL
46   Machine: EM_386
47 Sections:
48   - Name: .data
49     Type: SHT_PROGBITS
50   - Name: .rela.data
51     Type: SHT_REL
52     Relocations:
53   - Name:    .gnu.version
54     Type:    SHT_GNU_versym
55     Entries: [ 0 ]
56   - Name:    .gnu.version_d
57     Type:    SHT_GNU_verdef
58     Info:    0x0
59     Entries: []
60   - Name: .gnu.version_r
61     Type: SHT_GNU_verneed
62     Info: 0x0
63     Dependencies:
64       - Version: 1
65         File:    verneed1.so.0
66         Entries: []
67   - Name:         .dynamic
68     Type:         SHT_DYNAMIC
69     Address:      0x1000
70     AddressAlign: 0x1000
71     Entries:
72       - Tag:   DT_HASH
73         Value: 0x1100
74       - Tag:   DT_NULL
75         Value: 0
76   - Name:         .hash
77     Type:         SHT_HASH
78     Link:         0
79     Bucket:       [ 1 ]
80     Chain:        [ 0, 0 ]
81     Address:      0x1100
82     AddressAlign: 0x100
83   - Name:    .eh_frame_hdr
84     Type:    SHT_PROGBITS
85 ## An arbitrary linker-generated valid content.
86     Content: 011b033b140000000100000000f0ffff30000000
87   - Name:         .eh_frame
88     Type:         SHT_PROGBITS
89     AddressAlign: 8
90 ## An arbitrary linker-generated valid content.
91     Content:      1400000000000000017a5200017810011b0c070890010000100000001c000000c8efffff0100000000000000
92   - Name:    .note.gnu.build-id
93     Type:    SHT_NOTE
94     Flags:   [ SHF_ALLOC ]
95     Address: 0x1500
96 ## An arbitrary linker-generated valid content.
97     Content: 040000001000000003000000474E55004FCB712AA6387724A9F465A32CD8C14B
98 ProgramHeaders:
99   - Type:  PT_LOAD
100     VAddr: 0x1000
101     Sections:
102       - Section: .dynamic
103       - Section: .hash
104   - Type: PT_DYNAMIC
105     Sections:
106       - Section: .dynamic
107   - Type: PT_GNU_EH_FRAME
108     Sections:
109       - Section: .eh_frame_hdr
110   - Type: PT_NOTE
111     Sections:
112       - Section: .note.gnu.build-id