Home
last modified time | relevance | path

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

/iperf/examples/
H A DMakefile.in202 DUMPBIN = @DUMPBIN@
/iperf/
H A Dconfigure5264 if test -n "$DUMPBIN"; then :
5278 if test -n "$DUMPBIN"; then
5302 DUMPBIN=$ac_cv_prog_DUMPBIN
5303 if test -n "$DUMPBIN"; then
5315 if test -z "$DUMPBIN"; then
5316 ac_ct_DUMPBIN=$DUMPBIN
5365 DUMPBIN=":"
5373 DUMPBIN=$ac_ct_DUMPBIN
5379 DUMPBIN="$DUMPBIN -symbols -headers"
5382 DUMPBIN=:
[all …]
H A DMakefile.in230 DUMPBIN = @DUMPBIN@
H A Daclocal.m43748 if test -n "$DUMPBIN"; then :
3751 AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
3752 case `$DUMPBIN -symbols -headers /dev/null 2>&1 | $SED '1q'` in
3754 DUMPBIN="$DUMPBIN -symbols -headers"
3757 DUMPBIN=:
3761 AC_SUBST([DUMPBIN])
3762 if test : != "$DUMPBIN"; then
3763 NM=$DUMPBIN
/iperf/src/
H A DMakefile.in528 DUMPBIN = @DUMPBIN@