Home | History | Annotate | Download | only in ARM

Lines Matching full:test1

11 @ In this example, func1 and func2 should be defined in .TEST1 section.
12 @ It is incorrect if the func2 is in .text, .ARM.extab.TEST1, or
13 @ .ARM.exidx.TEST1 sections.
17 .section .TEST1
52 @ Check the .TEST1 section. There should be two "bx lr" instructions.
55 @ CHECK: Name: .TEST1
64 @ Check the .ARM.extab.TEST1 section.
67 @ CHECK: Name: .ARM.extab.TEST1
79 @ Check the .ARM.exidx.TEST1 section.
82 @ CHECK: Name: .ARM.exidx.TEST1
85 @ The first word should be the offset to .TEST1.
86 @ The second word should be the offset to .ARM.extab.TEST1
94 @ The first word of each entry should be relocated to .TEST1 section.
99 @ CHECK: 0x0 R_ARM_PREL31 .TEST1 0x0
100 @ CHECK: 0x4 R_ARM_PREL31 .ARM.extab.TEST1 0x0
101 @ CHECK: 0x8 R_ARM_PREL31 .TEST1 0x0
102 @ CHECK: 0xC R_ARM_PREL31 .ARM.extab.TEST1 0x0
107 @ Check the symbols "func1" and "func2". They should belong to .TEST1 section.
117 @ CHECK: Section: .TEST1 (0x4)
126 @ CHECK: Section: .TEST1 (0x4)