Lines Matching refs:CHECK
4 @ Check whether the section is switched back or not.
31 @ Check the .text section. There should be two "bx lr" instructions.
33 @ CHECK: Sections [
34 @ CHECK: Section {
35 @ CHECK: Name: .text
36 @ CHECK: SectionData (
37 @ CHECK: 0000: 1EFF2FE1 1EFF2FE1 |../.../.|
38 @ CHECK: )
39 @ CHECK: }
43 @ Check the .ARM.exidx section.
46 @ CHECK: Section {
47 @ CHECK: Name: .ARM.exidx
48 @ CHECK: SectionData (
54 @ CHECK: 0000: 00000000 B0B0B080 04000000 B0B0B080 |................|
55 @ CHECK: )
56 @ CHECK: }
57 @ CHECK: ]
62 @ CHECK: Relocations [
63 @ CHECK: 0x0 R_ARM_PREL31 .text 0x0
64 @ CHECK: 0x0 R_ARM_NONE __aeabi_unwind_cpp_pr0 0x0
65 @ CHECK: 0x8 R_ARM_PREL31 .text 0x0
66 @ CHECK: ]
70 @ Check the symbols "func1" and "func2". They should belong to .text section.
72 @ CHECK: Symbols [
73 @ CHECK: Symbol {
74 @ CHECK: Name: func1
75 @ CHECK: Section: .text (0x1)
76 @ CHECK: }
77 @ CHECK: Symbol {
78 @ CHECK: Name: func2
79 @ CHECK: Section: .text (0x1)
80 @ CHECK: }
81 @ CHECK: ]