Lines Matching +full:2017 +full:- +full:001
2 # Copyright (C) 2017 Red Hat, Inc.
18 . $srcdir/test-subr.sh
20 # strip -o output and -f debug files
27 echo strip --keep-section=.strtab testfile
28 testrun ${abs_top_builddir}/src/strip --keep-section=.strtab -o testfile.elf -f testfile.debug test…
30 testrun ${abs_top_builddir}/src/elflint --gnu testfile.elf
32 testrun ${abs_top_builddir}/src/elflint --gnu -d testfile.debug
34 testrun_compare ${abs_top_builddir}/src/readelf -S testfile.elf <<\EOF
41 [ 2] .note.ABI-tag NOTE 08048108 000108 000020 0 A 0 0 4
69 testrun_compare ${abs_top_builddir}/src/readelf -S testfile.debug <<\EOF
76 [ 2] .note.ABI-tag NOTE 08048108 0000f4 000020 0 A 0 0 4
113 echo strip --keep-section=.symtab testfile
114 testrun ${abs_top_builddir}/src/strip --keep-section=.symtab -o testfile.elf -f testfile.debug test…
116 testrun ${abs_top_builddir}/src/elflint --gnu testfile.elf
118 testrun ${abs_top_builddir}/src/elflint --gnu -d testfile.debug
120 testrun_compare ${abs_top_builddir}/src/readelf -S testfile.elf <<\EOF
127 [ 2] .note.ABI-tag NOTE 08048108 000108 000020 0 A 0 0 4
156 testrun_compare ${abs_top_builddir}/src/readelf -S testfile.debug <<\EOF
163 [ 2] .note.ABI-tag NOTE 08048108 0000f4 000020 0 A 0 0 4
202 echo strip --keep-section=.strtab testfile69.so
203 testrun ${abs_top_builddir}/src/strip --keep-section=.strtab -o testfile.elf -f testfile.debug test…
205 testrun ${abs_top_builddir}/src/elflint --gnu testfile.elf
207 testrun ${abs_top_builddir}/src/elflint --gnu -d testfile.debug
209 testrun_compare ${abs_top_builddir}/src/readelf -S testfile.elf <<\EOF
215 [ 1] .note.gnu.build-id NOTE 0000000000000190 00000190 00000024 0 A 0 0 4
244 testrun_compare ${abs_top_builddir}/src/readelf -S testfile.debug <<\EOF
250 [ 1] .note.gnu.build-id NOTE 0000000000000190 00000190 00000024 0 A 0 0 4
280 # Use --remove-comment to make sure testfile.debug isn't empty.
281 echo strip --keep-section=.symtab --remove-comment testfile69.so
282 testrun ${abs_top_builddir}/src/strip --keep-section=.symtab --remove-comment -o testfile.elf -f te…
284 testrun ${abs_top_builddir}/src/elflint --gnu testfile.elf
286 testrun ${abs_top_builddir}/src/elflint --gnu -d testfile.debug
288 testrun_compare ${abs_top_builddir}/src/readelf -S testfile.elf <<\EOF
294 [ 1] .note.gnu.build-id NOTE 0000000000000190 00000190 00000024 0 A 0 0 4
323 testrun_compare ${abs_top_builddir}/src/readelf -S testfile.debug <<\EOF
329 [ 1] .note.gnu.build-id NOTE 0000000000000190 00000190 00000024 0 A 0 0 4
359 echo strip -g --remove-section=.symtab testfile
360 testrun ${abs_top_builddir}/src/strip -g --remove-section=.symtab -o testfile.elf -f testfile.debug…
362 testrun ${abs_top_builddir}/src/elflint --gnu testfile.elf
364 testrun ${abs_top_builddir}/src/elflint --gnu -d testfile.debug
366 testrun_compare ${abs_top_builddir}/src/readelf -S testfile.elf <<\EOF
373 [ 2] .note.ABI-tag NOTE 08048108 000108 000020 0 A 0 0 4
402 testrun_compare ${abs_top_builddir}/src/readelf -S testfile.debug <<\EOF
409 [ 2] .note.ABI-tag NOTE 08048108 0000f4 000020 0 A 0 0 4
446 echo strip -g --remove-section=".s[yt][mr]tab" --keep-section=".stab*" testfile
447 testrun ${abs_top_builddir}/src/strip -g --remove-section=".s[yt][mr]tab" --keep-section=".stab*" -…
449 testrun ${abs_top_builddir}/src/elflint --gnu testfile.elf
451 testrun ${abs_top_builddir}/src/elflint --gnu -d testfile.debug
453 testrun_compare ${abs_top_builddir}/src/readelf -S testfile.elf <<\EOF
460 [ 2] .note.ABI-tag NOTE 08048108 000108 000020 0 A 0 0 4
490 testrun_compare ${abs_top_builddir}/src/readelf -S testfile.debug <<\EOF
497 [ 2] .note.ABI-tag NOTE 08048108 0000f4 000020 0 A 0 0 4
525 [30] .debug_line PROGBITS 00000000 001a1f 000223 0 0 0 1
526 [31] .note NOTE 00000000 001c42 0000a0 0 0 0 1
527 [32] .shstrtab STRTAB 00000000 001ce2 00012e 0 0 0 1
528 [33] .symtab SYMTAB 00000000 001e10 0005a0 16 34 68 4
534 echo strip -g --remove-section=.symtab testfile69.so
535 testrun ${abs_top_builddir}/src/strip -g --remove-section=.symtab -o testfile.elf -f testfile.debug…
537 testrun ${abs_top_builddir}/src/elflint --gnu testfile.elf
539 testrun ${abs_top_builddir}/src/elflint --gnu -d testfile.debug
541 testrun_compare ${abs_top_builddir}/src/readelf -S testfile.elf <<\EOF
547 [ 1] .note.gnu.build-id NOTE 0000000000000190 00000190 00000024 0 A 0 0 4
576 testrun_compare ${abs_top_builddir}/src/readelf -S testfile.debug <<\EOF
582 [ 1] .note.gnu.build-id NOTE 0000000000000190 00000190 00000024 0 A 0 0 4
612 echo strip -g --remove-section=".s[yt][mr]tab" --keep-section=.comment testfile69.so
613 testrun ${abs_top_builddir}/src/strip -g --remove-section=".s[yt][mr]tab" --keep-section=.comment -…
615 testrun ${abs_top_builddir}/src/elflint --gnu testfile.elf
617 testrun ${abs_top_builddir}/src/elflint --gnu -d testfile.debug
619 testrun_compare ${abs_top_builddir}/src/readelf -S testfile.elf <<\EOF
625 [ 1] .note.gnu.build-id NOTE 0000000000000190 00000190 00000024 0 A 0 0 4
653 testrun_compare ${abs_top_builddir}/src/readelf -S testfile.debug <<\EOF
659 [ 1] .note.gnu.build-id NOTE 0000000000000190 00000190 00000024 0 A 0 0 4