Home
last modified time | relevance | path

Searched refs:OTOOL (Results 1 – 6 of 6) sorted by relevance

/iperf/examples/
H A DMakefile.in237 OTOOL = @OTOOL@
/iperf/
H A DMakefile.in265 OTOOL = @OTOOL@
H A Dconfigure7990 if test -n "$OTOOL"; then
7991 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
8014 OTOOL=$ac_cv_prog_OTOOL
8015 if test -n "$OTOOL"; then
8017 printf "%s\n" "$OTOOL" >&6; }
8026 ac_ct_OTOOL=$OTOOL
8069 OTOOL=":"
8077 OTOOL=$ac_ct_OTOOL
8080 OTOOL="$ac_cv_prog_OTOOL"
15856 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
[all …]
H A Daclocal.m41000 AC_CHECK_TOOL([OTOOL], [otool], [:])
1008 _LT_DECL([], [OTOOL], [1],
/iperf/src/
H A DMakefile.in563 OTOOL = @OTOOL@
/iperf/config/
H A Dltmain.sh8794 darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`