Home | History | Annotate | Download | only in ARM

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.
52 @ CHECK: Section {
61 @ Check the .ARM.extab.TEST1 section, the EXTAB of .TEST1 section.
63 @ CHECK: Section {
70 @ RELOC: Section {
79 @ Check the.ARM.exidx.TEST1 section, the EXIDX of .TEST1 section.
81 @ CHECK: 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.
99 @ RELOC: Section {
109 @ Check the TEST2 section (without the dot in the beginning)
111 @ CHECK: Section {
120 @ Check the .ARM.extabTEST2 section, the EXTAB of TEST2 section.
122 @ CHECK: Section {
129 @ RELOC: Section {
138 @ Check the .ARM.exidxTEST2 section, the EXIDX of TEST2 section.
140 @ CHECK: 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.
158 @ RELOC: Section {
174 @ CHECK: Section: .TEST1
178 @ CHECK: Section: TEST2