Lines Matching full:content
4 ## "Libraries", "Size" and "Content" properies.
24 # LIBRARIES: Name: .deplibs.content
63 - Name: .deplibs.content
65 Content: "112233"
70 ## Check we report an error when "Libraries" and "Content"/"Size" keys are used together.
75 # LIBS-ERR: error: "Libraries" cannot be used with "Content" or "Size"
85 Content: [[CONTENT=<none>]]
89 ## Check we create an empty section when none of "Libraries", "Size" or "Content" are specified.
97 ## Check we can use the "Content" key with the "Size" key when the size is greater
98 ## than or equal to the content size.
101 # RUN: FileCheck %s --check-prefix=CONTENT-SIZE-ERR
103 # CONTENT-SIZE-ERR: error: Section size must be greater than or equal to the content size
107 # RUN: FileCheck %s --check-prefix=CHECK-CONTENT -DDATA="0011"
111 # RUN: FileCheck %s --check-prefix=CHECK-CONTENT -DDATA="001100"
113 # CHECK-CONTENT: Name: .deplibs
114 # CHECK-CONTENT: SectionData (
115 # CHECK-CONTENT-NEXT: 0000: [[DATA]] |
116 # CHECK-CONTENT-NEXT: )