Home | History | Annotate | Download | only in ARM

Lines Matching refs:CHECK

4 @ Check the .group section for the function in comdat section.
12 @ This test case will check the content of .group section. The section index
41 @ Check the .group section
43 @ CHECK: Sections [
44 @ CHECK: Section {
45 @ CHECK: Index: 1
46 @ CHECK: Name: .group
47 @ CHECK: Type: SHT_GROUP (0x11)
48 @ CHECK: Flags [ (0x0)
49 @ CHECK: ]
50 @ CHECK: SectionData (
55 @ CHECK: 0000: 01000000 05000000 06000000 08000000 |................|
56 @ CHECK: )
57 @ CHECK: }
61 @ Check the .TEST1 section
63 @ CHECK: Section {
64 @ CHECK: Index: 5
65 @ CHECK: Name: .TEST1
66 @ CHECK: Type: SHT_PROGBITS (0x1)
70 @ CHECK: Flags [ (0x206)
71 @ CHECK: SHF_ALLOC (0x2)
72 @ CHECK: SHF_EXECINSTR (0x4)
73 @ CHECK: SHF_GROUP (0x200)
74 @ CHECK: ]
75 @ CHECK: }
79 @ Check the .ARM.extab.TEST1 section
81 @ CHECK: Section {
82 @ CHECK: Index: 6
83 @ CHECK: Name: .ARM.extab.TEST1
84 @ CHECK: Type: SHT_PROGBITS (0x1)
88 @ CHECK: Flags [ (0x202)
89 @ CHECK: SHF_ALLOC (0x2)
90 @ CHECK: SHF_GROUP (0x200)
91 @ CHECK: ]
92 @ CHECK: }
96 @ Check the .ARM.exidx.TEST1 section
98 @ CHECK: Section {
99 @ CHECK: Index: 8
100 @ CHECK: Name: .ARM.exidx.TEST1
101 @ CHECK: Type: SHT_ARM_EXIDX (0x70000001)
105 @ CHECK: Flags [ (0x282)
106 @ CHECK: SHF_ALLOC (0x2)
107 @ CHECK: SHF_GROUP (0x200)
108 @ CHECK: SHF_LINK_ORDER (0x80)
109 @ CHECK: ]
110 @ CHECK: Link: 5
111 @ CHECK: }
112 @ CHECK: ]
117 @ Check symbol func1. It should be weak binding, and belong to .TEST1 section.
119 @ CHECK: Symbols [
120 @ CHECK: Symbol {
121 @ CHECK: Name: func1
122 @ CHECK: Binding: Weak (0x2)
123 @ CHECK: Type: Function (0x2)
124 @ CHECK: Section: .TEST1 (0x5)
125 @ CHECK: }
126 @ CHECK: ]