Lines Matching full:table

12 # WARN: warning: '[[FILE]]': no valid dynamic table was found
21 # WARN-GNU: warning: '[[FILE]]': no valid dynamic table was found
23 # WARN-GNU: Symbol table '.symtab' contains 1 entries:
49 # RUN: llvm-readobj --dynamic-table %t.bad-entsize | FileCheck %s --check-prefix BAD-ENTSIZE-LLVM
50 # RUN: llvm-readelf --dynamic-table %t.bad-entsize | FileCheck %s --check-prefix BAD-ENTSIZE-GNU
89 ## Test handling of string references pointing past the end of the dynamic string table.
91 # RUN: llvm-readobj --dynamic-table %t.bad-string 2>&1 | \
93 # RUN: llvm-readelf --dynamic-table %t.bad-string 2>&1 | \
96 … warning: '[[FILE]]': string table at offset 0xb0: unable to read the string at 0xb6: it goes pa…
102 …T: warning: '[[FILE]]': string table at offset 0xb0: unable to read the string at 0xb2: it goes pa…
104 …T: warning: '[[FILE]]': string table at offset 0xb0: unable to read the string at 0xb3: it goes pa…
106 …T: warning: '[[FILE]]': string table at offset 0xb0: unable to read the string at 0xb4: it goes pa…
108 …T: warning: '[[FILE]]': string table at offset 0xb0: unable to read the string at 0xb5: it goes pa…
110 ## Note: there is no "string table at offset 0xb0..." warning here, because it was printed earlier.
112 …T: warning: '[[FILE]]': string table at offset 0xb0: unable to read the string at 0xb7: it goes pa…
114 …T: warning: '[[FILE]]': string table at offset 0xb0: unable to read the string at 0xb8: it goes pa…
123 …T: warning: '[[FILE]]': string table at offset 0xb0: unable to read the string at 0xb2: it goes pa…
125 …T: warning: '[[FILE]]': string table at offset 0xb0: unable to read the string at 0xb3: it goes pa…
127 …T: warning: '[[FILE]]': string table at offset 0xb0: unable to read the string at 0xb4: it goes pa…
129 …T: warning: '[[FILE]]': string table at offset 0xb0: unable to read the string at 0xb5: it goes pa…
131 …T: warning: '[[FILE]]': string table at offset 0xb0: unable to read the string at 0xb6: it goes pa…
133 …T: warning: '[[FILE]]': string table at offset 0xb0: unable to read the string at 0xb7: it goes pa…
135 …T: warning: '[[FILE]]': string table at offset 0xb0: unable to read the string at 0xb8: it goes pa…
186 # RUN: llvm-readobj --dynamic-table %t.bad-strtab 2>&1 >/dev/null | \
188 # RUN: llvm-readelf --dynamic-table %t.bad-strtab 2>&1 >/dev/null | \
191 # BAD-STRTAB-ERR: warning: '[[FILE]]': string table was not found
194 # RUN: llvm-readobj --dynamic-table --needed-libs %t.bad-strtab 2>&1 | \
196 # RUN: llvm-readelf --dynamic-table --needed-libs %t.bad-strtab 2>&1 | \
201 # BAD-STRTAB: warning: '[[FILE]]': string table was not found
242 # RUN: llvm-readobj --dynamic-table %t.bad-rela 2>&1 | FileCheck -DFILE=%t.bad-rela %s --check-pref…
243 # RUN: llvm-readelf --dynamic-table %t.bad-rela 2>&1 | FileCheck -DFILE=%t.bad-rela %s --check-pref…
282 ## Check how we handle cases when the dynamic string table is not null-terminated.
285 ## the not null-terminated dynamic string table.
287 # RUN: llvm-readobj --dynamic-table %t6 2>&1 | \
290 # RUN: llvm-readelf --dynamic-table %t6 2>&1 | \
295 ## the not null-terminated dynamic string table.
297 # RUN: llvm-readobj --dynamic-table %t7 2>&1 | \
300 # RUN: llvm-readelf --dynamic-table %t7 2>&1 | \
305 ## the not null-terminated dynamic string table.
307 # RUN: llvm-readobj --dynamic-table %t8 2>&1 | \
310 # RUN: llvm-readelf --dynamic-table %t8 2>&1 | \
314 …NATED-LLVM: warning: '[[FILE]]': string table at offset 0xb0: unable to read the string at 0xb4: t…
315 …NATED: warning: '[[FILE]]': string table at offset 0xb0: unable to read the string at 0xb0: t…
317 …NATED-NEXT: warning: '[[FILE]]': string table at offset 0xb0: unable to read the string at 0xb1: t…
319 …NATED-NEXT: warning: '[[FILE]]': string table at offset 0xb0: unable to read the string at 0xb2: t…
321 …NATED-NEXT: warning: '[[FILE]]': string table at offset 0xb0: unable to read the string at 0xb3: t…
323 …-GNU-NEXT: warning: '[[FILE]]': string table at offset 0xb0: unable to read the string at 0xb4: t…
325 …NATED-NEXT: warning: '[[FILE]]': string table at offset 0xb0: unable to read the string at 0xb5: t…
327 …-GREQ-NEXT: warning: '[[FILE]]': string table at offset 0xb0: unable to read the string at 0xb6: t…
328 …T: warning: '[[FILE]]': string table at offset 0xb0: unable to read the string at 0xb6: it goes pa…
379 ## Check that we emit an appropriate warning when the dynamic string table ends past the end of the…
381 ## Case A: the value of DT_STRSZ tag is set so that the string table ends
384 # RUN: llvm-readobj --dynamic-table %t9.1 | \
386 # RUN: llvm-readelf --dynamic-table %t9.1 | \
389 ## Note: The code reads the data in [DT_STRTAB, DT_STRTAB + DT_STRSZ] as the string table
402 ## Case B: the value of DT_STRSZ tag is set so that the string table goes 1 byte past the EOF.
404 # RUN: llvm-readobj --dynamic-table %t9.2 2>&1 | FileCheck %s -DFILE=%t9.2 --check-prefix=PAST-THE-…
405 # RUN: llvm-readelf --dynamic-table %t9.2 2>&1 | FileCheck %s -DFILE=%t9.2 --check-prefix=PAST-THE-…
407 # PAST-THE-EOF: warning: '[[FILE]]': the dynamic string table at 0xb0 goes past the end of the…
408 # PAST-THE-EOF: warning: '[[FILE]]': string table was not found
423 # RUN: llvm-readobj --dynamic-table %t10 2>&1 | \
425 # RUN: llvm-readelf --dynamic-table %t10 2>&1 | \