Lines Matching full:notes
3 ## Check we can describe SHT_NOTE using the "Notes" tag. We can define
4 ## notes using names, descriptions and types.
47 Notes:
69 Notes:
99 Notes:
112 Notes:
130 Notes:
152 Notes:
175 ## Check we emit an empty section if neither "Content", "Size" nor "Notes" were set.
192 ## "Content" and "Notes" cannot be used together to describe the SHT_NOTE section.
194 # RUN: not yaml2obj --docnum=9 %s 2>&1 | FileCheck %s --check-prefix=CONTENT-NOTES
196 # CONTENT-NOTES: error: "Notes" cannot be used with "Content" or "Size"
207 Notes: []
209 ## "Size" and "Notes" cannot be used together to describe the SHT_NOTE section.
211 # RUN: not yaml2obj --docnum=10 %s 2>&1 | FileCheck %s --check-prefix=CONTENT-NOTES
222 Notes: []
292 ## Check we can't use "Size" and "Notes" tags together.
294 # RUN: not yaml2obj --docnum=14 %s 2>&1 | FileCheck %s --check-prefix=CONTENT-NOTES
305 Notes: []
329 Notes:
351 Notes:
358 # RUN: llvm-readobj --sections --section-data --notes - | \
362 # RUN: llvm-readobj --sections --section-data --notes - | \
385 # TEST17-NEXT: Notes [
414 # TEST17-NEXT: Notes [
450 Notes:
461 Notes:
475 # RUN: llvm-readobj --sections --section-data --notes - | \
479 # RUN: llvm-readobj --sections --section-data --notes - | \
483 # RUN: llvm-readobj --sections --section-data --notes - | \
509 Notes:
518 ## Check that an incorrect offset for generating notes is reported.
532 Notes:
535 ## Do not issue an error if the notes array is empty.
567 Notes: []