Lines Matching full:entries
67 # RUN: llvm-readobj --sections --section-data %t2.le64 | FileCheck %s --check-prefix=ENTRIES-LE64-B…
69 # RUN: llvm-readobj --sections --section-data %t2.be64 | FileCheck %s --check-prefix=ENTRIES-BE64-B…
71 # RUN: llvm-readobj --sections --section-data %t2.le32 | FileCheck %s --check-prefix=ENTRIES-LE32-B…
73 # RUN: llvm-readobj --sections --section-data %t2.be32 | FileCheck %s --check-prefix=ENTRIES-BE32-B…
75 # ENTRIES-LE64-BOTH: Name: .stack_sizes
76 # ENTRIES-LE64-BOTH: SectionData (
77 # ENTRIES-LE64-BOTH-NEXT: 0000: 10000000 00000000 20300000 00000000 |
78 # ENTRIES-LE64-BOTH-NEXT: 0010: 0040 |
80 # ENTRIES-BE64-BOTH: Name: .stack_sizes
81 # ENTRIES-BE64-BOTH: SectionData (
82 # ENTRIES-BE64-BOTH-NEXT: 0000: 00000000 00000010 20000000 00000000 |
83 # ENTRIES-BE64-BOTH-NEXT: 0010: 3040
85 # ENTRIES-LE32-BOTH: Name: .stack_sizes
86 # ENTRIES-LE32-BOTH: SectionData (
87 # ENTRIES-LE32-BOTH-NEXT: 0000: 10000000 20300000 0040 |
89 # ENTRIES-BE32-BOTH: Name: .stack_sizes
90 # ENTRIES-BE32-BOTH: SectionData (
91 # ENTRIES-BE32-BOTH-NEXT: 0000: 00000010 20000000 3040 |
101 Entries:
110 # RUN: llvm-readobj --sections --section-data %t3 | FileCheck %s --check-prefix=ENTRIES-NOADDR
112 # ENTRIES-NOADDR: Name: .stack_sizes
113 # ENTRIES-NOADDR: SectionData (
114 # ENTRIES-NOADDR-NEXT: 0000: 00000000 00000000 10000000 00000000 |
115 # ENTRIES-NOADDR-NEXT: 0010: 0020 |
125 Entries:
129 ## Check that "Size" tag is mandatory when we describe .stack_sizes using "Entries".
131 # RUN: not yaml2obj --docnum=4 %s 2>&1 | FileCheck %s --check-prefix=ENTRIES-NOSIZE
133 # ENTRIES-NOSIZE: error: missing required key 'Size'
143 Entries:
146 ## Check we can't use both "Content" and "Entries" tags at the same time.
148 # RUN: not yaml2obj --docnum=5 %s 2>&1 | FileCheck %s --check-prefix=ENTRIES-AND-CONTENT
150 # ENTRIES-AND-CONTENT: error: "Entries" cannot be used with "Content" or "Size"
161 Entries:
165 ## Check we emit an empty section if neither "Content", "Size" nor "Entries" were set.
182 ## Check we can't use both "Size" and "Entries" tags at the same time.
184 # RUN: not yaml2obj --docnum=7 %s 2>&1 | FileCheck %s --check-prefix=ENTRIES-AND-SIZE
186 # ENTRIES-AND-SIZE: error: "Entries" cannot be used with "Content" or "Size"
197 Entries:
283 Entries:
288 Entries: