Lines Matching refs:section
1 // Note that most of the section names used here aren't legal as operands
2 // to either .section or .xdata/.xreal/.xstring (quoted strings aren't in
3 // general), but since generic code accepts them for .section we also test
5 // shortcut of a pair of .section/.secalias for each of them.
7 .section .xdata1, "a", @progbits
8 .section ".xdata2", "a", @progbits
9 .section ",xdata3", "a", @progbits
10 .section ".xdata,4", "a", @progbits
11 .section "\".xdata5\"", "a", @progbits
13 .section ".xreal\\1", "a", @progbits
14 .section ".xreal+2", "a", @progbits
15 .section ".xreal(3)", "a", @progbits
16 .section ".xreal[4]", "a", @progbits
18 .section ".xstr<1>", "a", @progbits
19 .section ".xstr{2}", "a", @progbits