Home
last modified time | relevance | path

Searched refs:ERR3 (Results 1 – 24 of 24) sorted by relevance

/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dgnu-notes.test170 # 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
[all …]
Dhash-table.test239 # RUN: FileCheck %s --check-prefix=ERR3 -DFILE=%t5.4.o --implicit-check-not="warning:"
241 # RUN: FileCheck %s --check-prefix=ERR3 -DFILE=%t5.4.o --implicit-check-not="warning:"
243 # ERR3: warning: '[[FILE]]': hash table nchain (94) differs from symbol count derived from SHT…
244 # ERR3: warning: '[[FILE]]': the size (0x5e0) of the dynamic symbol table at 0x78, derived fro…
245 # ERR3: HashTable {
246 # ERR3-NEXT: Num Buckets: 1
247 # ERR3-NEXT: Num Chains: 94
248 # ERR3-NEXT: warning: '[[FILE]]': the hash table at offset 0x54 goes past the end of the file (0x1…
249 # ERR3-NEXT: }
Dmips-plt.test114 # RUN: llvm-readobj -A %t.err3.o 2>&1 | FileCheck %s -DFILE=%t.err3.o -check-prefixes=NO-OUTPUT,ERR3
160 # ERR3-NEXT: warning: '[[FILE]]': there is no non-empty PLTGOT section at 0xffff
Dhash-histogram.test165 # RUN: FileCheck %s --check-prefix=ERR3 -DFILE=%t4.3.o --implicit-check-not="warning:"
166 # ERR3: warning: '[[FILE]]': hash table nchain (93) differs from symbol count derived from SHT_DYNS…
167 # ERR3: warning: '[[FILE]]': the size (0x5d0) of the dynamic symbol table at 0x78, derived from the…
Dhash-symbols.test433 # RUN: llvm-readelf --hash-symbols %t7.4.o 2>&1 | FileCheck %s --check-prefix=ERR3 -DFILE=%t7.4.o
434 # ERR3: Symbol table of .hash for image:
435 # ERR3-NEXT: warning: '[[FILE]]': the hash table at offset 0x54 goes past the end of the file (0x1d…
436 # ERR3-NOT: {{.}}
Dmips-got.test377 # RUN: llvm-readobj -A %t.err3.o 2>&1 | FileCheck %s -DFILE=%t.err3.o -check-prefixes=NO-OUTPUT,ERR3
428 # ERR3-NEXT: warning: '[[FILE]]': cannot find MIPS_GOTSYM dynamic tag
/external/llvm-project/lld/test/ELF/
Dgnu-property-err.s17 # RUN: not ld.lld %t3.o -o /dev/null 2>&1 | FileCheck %s --check-prefix=ERR3
19 # RUN: not ld.lld %t3be.o -o /dev/null 2>&1 | FileCheck %s --check-prefix=ERR3
21 # ERR3: error: {{.*}}.o:(.note.gnu.property+0x10): FEATURE_1_AND entry is too short
Dinvalid-dynamic-list.test15 # RUN: not ld.lld --dynamic-list %t3 2>&1 | FileCheck -check-prefix=ERR3 %s
16 # ERR3: {{.*}}:1: ; expected, but got }
Dversion-script-noundef.s18 # RUN: %t.o -o %t.so 2>&1 | FileCheck -check-prefix=ERR3 %s
19 # ERR3: version script assignment of 'local' to symbol 'und' failed: symbol not defined
Dinvalid-linkerscript.test27 # RUN: not ld.lld %t3 no-such-file 2>&1 | FileCheck -check-prefix=ERR3 %s
28 # ERR3: unclosed comment
29 # ERR3: cannot open no-such-file:
Darchive-thin-missing-member.s21 …ld.lld --entry=_Z1fi --whole-archive %t-syms.a -o /dev/null 2>&1 | FileCheck %s --check-prefix=ERR3
22 # ERR3: {{.*}}-syms.a: could not get the buffer for a child of the archive: '{{.*}}.o': {{[Nn]}}o s…
Dsectionstart.s41 # RUN: | FileCheck -check-prefix=ERR3 %s
42 # ERR3: invalid argument: -Ttext=1w0000
/external/llvm-project/llvm/test/tools/llvm-lto2/
Derrors.ll4 ; RUN: not llvm-lto2 run -o %t2.o -r %t.bc,foo,q %t.bc 2>&1 | FileCheck --check-prefix=ERR3 %s
9 ; ERR3: invalid character q in resolution: {{.*}}.bc,foo
/external/llvm-project/lld/test/ELF/invalid/
Dbad-reloc-target.test54 # RUN: not ld.lld %t2.o -o /dev/null 2>&1 | FileCheck %s --check-prefix=ERR3
55 # ERR3: error: {{.*}}.o: invalid symbol index
/external/llvm-project/lld/test/ELF/linkerscript/
Dregion-alias.s45 # RUN: FileCheck %s --check-prefix=ERR3
46 # ERR3: {{.*}}script.inc:1: memory region 'FOO' is not defined
Dnumbers.s43 # RUN: FileCheck --check-prefix=ERR3 %s
44 # ERR3: malformed number: 0x11m
Dmemory-err.s19 # RUN: not ld.lld -o /dev/null -T %t.script %t.o 2>&1 | FileCheck --check-prefix=ERR3 %s
20 # ERR3: {{.*}}.script:1: region 'ram' already defined
Dsections-padding.s61 # RUN: not ld.lld -o /dev/null --script %t.script %t 2>&1 | FileCheck --check-prefix=ERR3 %s
62 # ERR3: filler expression result does not fit 32-bit: 0x1100000000
/external/llvm-project/llvm/test/FileCheck/
Dcheck-count.txt20 ; RUN: not FileCheck %s --input-file %s --check-prefix=CHECK-ERR3 2>&1 \
22 CHECK-ERR3-COUNT-100x: else
23 ERRCOUNT3: [[@LINE-1]]:21: error: invalid count in -COUNT specification on prefix 'CHECK-ERR3'
Dline-count.txt4 …eckOutput not FileCheck -check-prefix BAD3 -input-file %s %s 2>&1 | FileCheck -check-prefix ERR3 %s
32 32 ERR3: line-count.txt:[[#@LINE-1]]:17: error: unexpected whitespace
/external/llvm-project/llvm/test/tools/llvm-objcopy/ELF/
Dadd-section.test50 …: not llvm-objcopy --add-section=.section.name= %t %t.out 2>&1 | FileCheck %s --check-prefixes=ERR3
52 # ERR3: error: bad format for --add-section: missing file name
Dadd-symbol.test23 # RUN: not llvm-objcopy --add-symbol='test=0,cool' %t %t7 2>&1 | FileCheck %s --check-prefix=ERR3
78 # ERR3: error: unsupported flag for --add-symbol: 'cool'
/external/llvm-project/llvm/test/tools/llvm-objcopy/COFF/
Dadd-section.test72 …RUN: not llvm-objcopy --add-section=.section.name= %t %t3 2>&1 | FileCheck %s --check-prefixes=ERR3
74 # ERR3: error: bad format for --add-section: missing file name
/external/pcre/dist2/src/
Dpcre2_compile.c793 ERR1, ERR2, ERR3, ERR4, ERR5, ERR6, ERR7, ERR8, ERR9, ERR10, enumerator
1593 *errorcodeptr = ERR3; in PRIV()
2027 *errorcodeptr = ERR3; in PRIV()