Lines Matching full:notes

1 ## Test tools are able to dump different types of notes.
4 # RUN: llvm-readelf --notes %t1.so | FileCheck %s --check-prefix=GNU --strict-whitespace --match-fu…
5 # RUN: llvm-readobj --notes %t1.so | FileCheck %s --check-prefix=LLVM
7 # RUN: llvm-readelf --notes %t1.stripped.so | FileCheck %s --check-prefix=GNU-STRIPPED --strict-whi…
8 # RUN: llvm-readobj --notes %t1.stripped.so | FileCheck %s --check-prefix=LLVM-STRIPPED
10 # GNU:Displaying notes found in: .note.ABI-tag
15 # GNU-NEXT:Displaying notes found in: .note.gnu.build-id
20 # GNU-NEXT:Displaying notes found in: .note.gnu.gold-version
25 # GNU-NEXT:Displaying notes found in: .note.gnu.unknown
36 # LLVM-NEXT: Notes [
50 # LLVM-NEXT: Notes [
63 # LLVM-NEXT: Notes [
76 # LLVM-NEXT: Notes [
95 # LLVM-STRIPPED-NEXT: Notes [
108 # GNU-STRIPPED:Displaying notes found at file offset 0x00000078 with length 0x00000020:
149 # RUN: llvm-readelf --notes %t2.so 2>&1 | FileCheck -DFILE=%t2.so %s --check-prefix=ERR1-GNU
150 # RUN: llvm-readobj --notes %t2.so 2>&1 | FileCheck -DFILE=%t2.so %s --check-prefix=ERR1-LLVM
152 # ERR1-GNU: Displaying notes found in: .note
154 # ERR1-GNU-NEXT: warning: '[[FILE]]': unable to read notes from the SHT_NOTE section with index 1: …
162 # ERR1-LLVM-NEXT: Notes [
163 # ERR1-LLVM-NEXT: warning: '[[FILE]]': unable to read notes from the SHT_NOTE section with index 1:…
176 Notes: []
184 # RUN: llvm-readelf --notes %t3.so 2>&1 | FileCheck -DFILE=%t3.so %s --check-prefix=ERR2-GNU
185 # RUN: llvm-readobj --notes %t3.so 2>&1 | FileCheck -DFILE=%t3.so %s --check-prefix=ERR2-LLVM
187 # ERR2-GNU: Displaying notes found in: .note
189 # ERR2-GNU-NEXT: warning: '[[FILE]]': unable to read notes from the SHT_NOTE section with index 1: …
197 # ERR2-LLVM-NEXT: Notes [
198 # ERR2-LLVM-NEXT: warning: '[[FILE]]': unable to read notes from the SHT_NOTE section with index 1:…
207 # RUN: llvm-readelf --notes %t4.so 2>&1 | FileCheck -DFILE=%t4.so %s --check-prefix=ERR3-GNU
208 # RUN: llvm-readobj --notes %t4.so 2>&1 | FileCheck -DFILE=%t4.so %s --check-prefix=ERR3-LLVM
210 # ERR3-GNU: Displaying notes found at file offset 0xffff0000 with length 0x00000000:
212 # ERR3-GNU-NEXT: warning: '[[FILE]]': unable to read notes from the PT_NOTE segment with index 0: i…
220 # ERR3-LLVM-NEXT: Notes [
221 # ERR3-LLVM-NEXT: warning: '[[FILE]]': unable to read notes from the PT_NOTE segment with index 0: …
240 # RUN: llvm-readelf --notes %t5.so 2>&1 | FileCheck -DFILE=%t5.so %s --check-prefix=ERR4-GNU
241 # RUN: llvm-readobj --notes %t5.so 2>&1 | FileCheck -DFILE=%t5.so %s --check-prefix=ERR4-LLVM
243 # ERR4-GNU: Displaying notes found at file offset 0x00000000 with length 0xffff0000:
245 # ERR4-GNU-NEXT: warning: '[[FILE]]': unable to read notes from the PT_NOTE segment with index 0: i…
253 # ERR4-LLVM-NEXT: Notes [
254 # ERR4-LLVM-NEXT: warning: '[[FILE]]': unable to read notes from the PT_NOTE segment with index 0: …
262 # RUN: llvm-readelf --notes %t6.so 2>&1 | FileCheck %s -DFILE=%t6.so --check-prefix=PHENTSIZE-WARN-…
263 # RUN: llvm-readobj --notes %t6.so 2>&1 | FileCheck %s -DFILE=%t6.so --check-prefix=PHENTSIZE-WARN-…