Lines Matching +full:35 +full:- +full:dynamic

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
59 [20] .dynamic DYNAMIC 08049528 000528 0000a0 8 WA 5 0 4
69 testrun_compare ${abs_top_builddir}/src/readelf -S testfile.debug <<\EOF
70 There are 35 section headers, starting at offset 0x463c:
76 [ 2] .note.ABI-tag NOTE 08048108 0000f4 000020 0 A 0 0 4
94 [20] .dynamic NOBITS 08049528 000120 0000a0 8 WA 5 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
145 [20] .dynamic DYNAMIC 08049528 000528 0000a0 8 WA 5 0 4
156 testrun_compare ${abs_top_builddir}/src/readelf -S testfile.debug <<\EOF
157 There are 35 section headers, starting at offset 0x3e64:
163 [ 2] .note.ABI-tag NOTE 08048108 0000f4 000020 0 A 0 0 4
181 [20] .dynamic NOBITS 08049528 000120 0000a0 8 WA 5 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
233 [19] .dynamic DYNAMIC 0000000000200678 00000678 00000180 16 WA 4 0 8
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
268 [19] .dynamic NOBITS 0000000000200678 000001c0 00000180 16 WA 4 0 8
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
312 [19] .dynamic DYNAMIC 0000000000200678 00000678 00000180 16 WA 4 0 8
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
347 [19] .dynamic NOBITS 0000000000200678 000001c0 00000180 16 WA 4 0 8
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
391 [20] .dynamic DYNAMIC 08049528 000528 0000a0 8 WA 5 0 4
402 testrun_compare ${abs_top_builddir}/src/readelf -S testfile.debug <<\EOF
403 There are 35 section headers, starting at offset 0x463c:
409 [ 2] .note.ABI-tag NOTE 08048108 0000f4 000020 0 A 0 0 4
427 [20] .dynamic NOBITS 08049528 000120 0000a0 8 WA 5 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
478 [20] .dynamic DYNAMIC 08049528 000528 0000a0 8 WA 5 0 4
490 testrun_compare ${abs_top_builddir}/src/readelf -S testfile.debug <<\EOF
491 There are 35 section headers, starting at offset 0x25e8:
497 [ 2] .note.ABI-tag NOTE 08048108 0000f4 000020 0 A 0 0 4
515 [20] .dynamic NOBITS 08049528 000120 0000a0 8 WA 5 0 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
565 [19] .dynamic DYNAMIC 0000000000200678 00000678 00000180 16 WA 4 0 8
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
600 [19] .dynamic NOBITS 0000000000200678 000001c0 00000180 16 WA 4 0 8
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
643 [19] .dynamic DYNAMIC 0000000000200678 00000678 00000180 16 WA 4 0 8
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
677 [19] .dynamic NOBITS 0000000000200678 000001c0 00000180 16 WA 4 0 8