Home
last modified time | relevance | path

Searched refs:DUMPBIN (Results 1 – 3 of 3) sorted by relevance

/libev/
H A Dconfigure4533 if test -n "$DUMPBIN"; then
4553 DUMPBIN=$ac_cv_prog_DUMPBIN
4554 if test -n "$DUMPBIN"; then
4556 $as_echo "$DUMPBIN" >&6; }
4566 if test -z "$DUMPBIN"; then
4567 ac_ct_DUMPBIN=$DUMPBIN
4611 DUMPBIN=":"
4619 DUMPBIN=$ac_ct_DUMPBIN
4625 DUMPBIN="$DUMPBIN -symbols"
4628 DUMPBIN=:
[all …]
H A DMakefile.in241 DUMPBIN = @DUMPBIN@
H A Daclocal.m43474 if test -n "$DUMPBIN"; then :
3477 AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
3478 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
3480 DUMPBIN="$DUMPBIN -symbols"
3483 DUMPBIN=:
3487 AC_SUBST([DUMPBIN])
3488 if test "$DUMPBIN" != ":"; then
3489 NM="$DUMPBIN"