Lines Matching refs:section
6 @ Check the combination of .section, .fnstart, and .fnend directives.
8 @ For the functions in .text section, the exception handling index (EXIDX)
12 @ For the functions in custom section specified by .section directives,
19 @ .TEST1 section
21 .section .TEST1
34 @ TEST2 section (without the dot in the beginning)
36 .section TEST2
49 @ Check the .TEST1 section.
61 @ Check the .ARM.extab.TEST1 section, the EXTAB of .TEST1 section.
79 @ Check the.ARM.exidx.TEST1 section, the EXIDX of .TEST1 section.
85 @ This section should linked with .TEST1 section.
90 @ The first word should be relocated to the code address in .TEST1 section.
92 @ section.
109 @ Check the TEST2 section (without the dot in the beginning)
120 @ Check the .ARM.extabTEST2 section, the EXTAB of TEST2 section.
138 @ Check the .ARM.exidxTEST2 section, the EXIDX of TEST2 section.
144 @ This section should linked with TEST2 section.
149 @ The first word should be relocated to the code address in TEST2 section.
151 @ section.