Home | History | Annotate | Download | only in binutils-all

Lines Matching refs:DLLTOOL

33 if {![info exists DLLTOOL]} then {
37 if {[which $DLLTOOL] == 0} then {
41 verbose "$DLLTOOL --leading-underscore -d $srcdir/$subdir/fastcall.def" 1
42 catch "exec $DLLTOOL --leading-underscore -d $srcdir/$subdir/fastcall.def" err
47 fail "dlltool (fastcall export)"
49 pass "dlltool (fastcall export)"
56 verbose "$DLLTOOL -l libversion.a --def $srcdir/$subdir/version.def $dlltool_gas_flag" 1
57 catch "exec $DLLTOOL -l libersion.a --def $srcdir/$subdir/version.def $dlltool_gas_flag" err
62 fail "dlltool (version.dll)"
64 pass "dlltool (version.dll)"
71 verbose "$DLLTOOL -p prefix --leading-underscore -l tmpdir/libalias.a -d $srcdir/$subdir/alias.def $dlltool_gas_flag" 1
72 catch "exec $DLLTOOL -p prefix --leading-underscore -l tmpdir/libalias.a -d $srcdir/$subdir/alias.def $dlltool_gas_flag" err
77 fail "dlltool -p (execution)"
81 pass "dlltool -p (execution)"
87 pass "dlltool -p (symbol names)"
89 fail "dlltool -p (symbol names)"
96 pass "dlltool -p (import name)"
98 fail "dlltool -p (import name)"
101 verbose "$DLLTOOL -p prefix --leading-underscore -l tmpdir/libalias2.a -d $srcdir/$subdir/alias-2.def $dlltool_gas_flag" 1
102 catch "exec $DLLTOOL -p prefix --leading-underscore -l tmpdir/libalias2.a -d $srcdir/$subdir/alias-2.def $dlltool_gas_flag" err
107 fail "dlltool -p (execution) alias-2.def"
111 pass "dlltool -p (execution) alias-2.def"
117 pass "dlltool -p (symbol names) alias-2.def"
119 fail "dlltool -p (symbol names) alias-2.def"
126 pass "dlltool -p (import name) alias-2.def"
128 fail "dlltool -p (import name) alias-2.def"
133 verbose "$DLLTOOL --no-leading-underscore -d $srcdir/$subdir/fastcall.def" 1
134 catch "exec $DLLTOOL --no-leading-underscore -d $srcdir/$subdir/fastcall.def" err
139 fail "dlltool (fastcall export no leading underscore)"
141 pass "dlltool (fastcall export no leading underscore)"
148 verbose "$DLLTOOL --no-leading-underscore -p prefix -l tmpdir/libalias_nu.a -d $srcdir/$subdir/alias.def $dlltool_gas_flag" 1
149 catch "exec $DLLTOOL --no-leading-underscore -p prefix -l tmpdir/libalias_nu.a -d $srcdir/$subdir/alias.def $dlltool_gas_flag" err
154 fail "dlltool -p (execution no leading underscore)"
158 pass "dlltool -p (execution no leading underscore)"
164 pass "dlltool -p (symbol names no leading underscore)"
166 fail "dlltool -p (symbol names no leading underscore)"
173 pass "dlltool -p (import name no leading underscore)"
175 fail "dlltool -p (import name no leading underscore)"
178 verbose "$DLLTOOL --no-leading-underscore -p prefix -l tmpdir/libalias_nu2.a -d $srcdir/$subdir/alias-2.def $dlltool_gas_flag" 1
179 catch "exec $DLLTOOL --no-leading-underscore -p prefix -l tmpdir/libalias_nu2.a -d $srcdir/$subdir/alias-2.def $dlltool_gas_flag" err
184 fail "dlltool -p (execution no leading underscore) alias-2.def"
188 pass "dlltool -p (execution no leading underscore) alias-2.def"
194 pass "dlltool -p (symbol names no leading underscore) alias-2.def"
196 fail "dlltool -p (symbol names no leading underscore) alias-2.def"
203 pass "dlltool -p (import name no leading underscore) alias-2.def"
205 fail "dlltool -p (import name no leading underscore) alias-2.def"
209 verbose "$DLLTOOL --leading-underscore -d $srcdir/$subdir/fastcall.def" 1
210 catch "exec $DLLTOOL --leading-underscore -d $srcdir/$subdir/fastcall.def" err
215 fail "dlltool (fastcall export leading underscore)"
217 pass "dlltool (fastcall export leading underscore)"
224 verbose "$DLLTOOL --leading-underscore -p prefix -l tmpdir/libalias_u.a -d $srcdir/$subdir/alias.def $dlltool_gas_flag" 1
225 catch "exec $DLLTOOL --leading-underscore -p prefix -l tmpdir/libalias_u.a -d $srcdir/$subdir/alias.def $dlltool_gas_flag" err
230 fail "dlltool -p (execution leading underscore)"
234 pass "dlltool -p (execution leading-underscore)"
240 pass "dlltool -p (symbol names leading underscore)"
242 fail "dlltool -p (symbol names leading underscore)"
249 pass "dlltool -p (import name leading underscore)"
251 fail "dlltool -p (import name leading underscore)"
254 verbose "$DLLTOOL --leading-underscore -p prefix -l tmpdir/libalias_u2.a -d $srcdir/$subdir/alias-2.def $dlltool_gas_flag" 1
255 catch "exec $DLLTOOL --leading-underscore -p prefix -l tmpdir/libalias_u2.a -d $srcdir/$subdir/alias-2.def $dlltool_gas_flag" err
260 fail "dlltool -p (execution) alias-2.def"
264 pass "dlltool -p (execution leading underscore) alias-2.def"
270 pass "dlltool -p (symbol names leading underscore) alias-2.def"
272 fail "dlltool -p (symbol names leading underscore) alias-2.def"
279 pass "dlltool -p (import name leading underscore) alias-2.def"
281 fail "dlltool -p (import name leading underscore) alias-2.def"