Lines Matching full:content
4 ## Check we can use "Options", "Size" and "Content" alone to describe the data.
55 Content: "00112233"
90 ## Check we can't use "Options" or "Size" keys together with the "Content" key.
98 # TOGETHER: error: "Options" cannot be used with "Content" or "Size"
109 Content: [[CONTENT=<none>]]
112 ## Check we can omit "Options", "Content" and "Size" keys. This produces an empty section.
120 ## Check we can use the "Content" key with the "Size" key when the size is greater
121 ## than or equal to the content size.
124 # RUN: FileCheck %s --check-prefix=CONTENT-SIZE-ERR
126 # CONTENT-SIZE-ERR: error: Section size must be greater than or equal to the content size
130 # RUN: FileCheck %s --check-prefix=CHECK-CONTENT -DDATA="0011"
132 # CHECK-CONTENT: Name: .linker-options (1)
133 # CHECK-CONTENT: SectionData (
134 # CHECK-CONTENT-NEXT: 0000: [[DATA]] |
135 # CHECK-CONTENT-NEXT: )
139 # RUN: FileCheck %s --check-prefix=CHECK-CONTENT -DDATA="001100"