Lines Matching full:section
5 .section .foo$bar; .long 1
6 .section .foo@bar; .long 1
7 .section ABCDEFGHIJKLMNOPQRSTUVWXYZ; .long 1
8 .section abcdefghijklmnopqrstuvwxyz; .long 1
9 .section _0123456789; .long 1
12 // CHECK: Section {
15 // CHECK: Section {
18 // CHECK: Section {
21 // CHECK: Section {
24 // CHECK: Section {
29 .section s ; .long 1
30 .section s_, "" ; .long 1
31 .section s_a,"a"; .long 1
32 .section s_b,"b"; .long 1
33 .section s_d,"d"; .long 1
34 .section s_D,"D"; .long 1
35 .section s_n,"n"; .long 1
36 .section s_r,"r"; .long 1
37 .section s_s,"s"; .long 1
38 .section s_w,"w"; .long 1
39 .section s_x,"x"; .long 1
40 .section s_y,"y"; .long 1
41 .section s_i,"i"; .long 1
43 // CHECK: Section {
52 // CHECK: Section {
61 // CHECK: Section {
70 // CHECK: Section {
79 // CHECK: Section {
88 // CHECK: Section {
97 // CHECK: Section {
106 // CHECK: Section {
114 // CHECK: Section {
124 // CHECK: Section {
133 // CHECK: Section {
142 // CHECK: Section {
148 // CHECK: Section {
159 .section s_rw,"rw"; .long 1
160 // CHECK: Section {
171 .section s_wr,"wr"; .long 1
172 // CHECK: Section {
182 .section s_rwy,"rwy"; .long 1
183 // CHECK: Section {
193 .section .debug_asdf,"dr"; .long 1
194 // CHECK: Section {
204 /// The section name can be quoted.
205 .section "@#$-{","n"
206 // CHECK: Section {
210 // CHECK-NOT: Section {
213 .section data1; .quad 0
218 // Back to section data1
221 // CHECK: Section {
226 // CHECK: Section {
231 .section .data3,"dw"; .quad 1
239 // in section .data3
242 // Notice the different section flags here.
243 // This shouldn't overwrite the intial section flags.
247 // CHECK: Section {
258 // CHECK: Section {
269 // CHECK: Section {