Lines Matching refs:ERR3
170 # RUN: llvm-readelf --notes %t4.so 2>&1 | FileCheck -DFILE=%t4.so %s --check-prefix=ERR3-GNU
171 # RUN: llvm-readobj --notes %t4.so 2>&1 | FileCheck -DFILE=%t4.so %s --check-prefix=ERR3-LLVM
173 # ERR3-GNU: Displaying notes found at file offset 0xffff0000 with length 0x00000000:
174 # ERR3-GNU-NEXT: Owner Data size Description
175 # ERR3-GNU-NEXT: warning: '[[FILE]]': unable to read notes from the PT_NOTE segment with index 1: i…
176 # ERR3-GNU-NOT: {{.}}
178 # ERR3-LLVM: Notes [
179 # ERR3-LLVM-NEXT: NoteSection {
180 # ERR3-LLVM-NEXT: Name: <?>
181 # ERR3-LLVM-NEXT: Offset: 0xFFFF0000
182 # ERR3-LLVM-NEXT: Size: 0x0
183 # ERR3-LLVM-NEXT: warning: '[[FILE]]': unable to read notes from the PT_NOTE segment with index 1: …
184 # ERR3-LLVM-NEXT: }
185 # ERR3-LLVM-NEXT: ]