Lines Matching refs:exclude
1 # Expect script for --exclude-libs tests
50 set test3 "ld link shared library with --exclude-libs"
51 set test4 "ld exclude symbols from archive - --exclude-libs libexclude"
52 set test5 "ld exclude symbols from archive - --exclude-libs libexclude.a"
53 set test6 "ld exclude symbols from archive - --exclude-libs ALL"
54 set test7 "ld exclude symbols from archive - --exclude-libs foo:libexclude.a"
55 set test8 "ld exclude symbols from archive - --exclude-libs foo,libexclude.a"
56 set test9 "ld don't exclude symbols from archive - --exclude-libs foo:bar"
73 if { [ld_simple_link $ld tmpdir/exclude.so "--shared tmpdir/exclude1.o -Ltmpdir -lexclude"] } {
84 if ![ld_nm $nm "-D" tmpdir/exclude.so] {
92 # Test --exclude-libs libexclude
94 if { [ld_simple_link $ld tmpdir/exclude.so "--exclude-libs libexclude --shared tmpdir/exclude1.o -Ltmpdir -lexclude"] } {
100 if ![ld_nm $nm "-D" tmpdir/exclude.so] {
108 # Test alternate spellings of --exclude-libs
110 if { [ld_simple_link $ld tmpdir/exclude.so "--exclude-libs libexclude.a --shared tmpdir/exclude1.o -Ltmpdir -lexclude"]
111 && [ld_nm $nm "-D" tmpdir/exclude.so]
118 if { [ld_simple_link $ld tmpdir/exclude.so "--exclude-libs ALL --shared tmpdir/exclude1.o -Ltmpdir -lexclude"]
119 && [ld_nm $nm "-D" tmpdir/exclude.so]
126 if { [ld_simple_link $ld tmpdir/exclude.so "--exclude-libs foo:libexclude.a --shared tmpdir/exclude1.o -Ltmpdir -lexclude"]
127 && [ld_nm $nm "-D" tmpdir/exclude.so]
134 if { [ld_simple_link $ld tmpdir/exclude.so "--exclude-libs foo,libexclude.a --shared tmpdir/exclude1.o -Ltmpdir -lexclude"]
135 && [ld_nm $nm "-D" tmpdir/exclude.so]
142 if { [ld_simple_link $ld tmpdir/exclude.so "--exclude-libs foo:bar --shared tmpdir/exclude1.o -Ltmpdir -lexclude"]
143 && [ld_nm $nm "-D" tmpdir/exclude.so]