Lines Matching refs:TMPO
1037 test_cmd $cc $CPPFLAGS $CFLAGS "$@" $CC_C $(cc_o $TMPO) $TMPC
1044 test_cmd $cxx $CPPFLAGS $CFLAGS $CXXFLAGS "$@" $CXX_C -o $TMPO $TMPCPP
1051 test_cmd $objcc -Werror=missing-prototypes $CPPFLAGS $CFLAGS $OBJCFLAGS "$@" $OBJCC_C $(cc_o $TMPO) $TMPM
1059 tmpo_=$TMPO
1081 test_cmd $cc $CPPFLAGS $CFLAGS "$@" $(cc_e $TMPO) $TMPC
1088 test_cmd $as $CPPFLAGS $ASFLAGS "$@" $AS_C $(as_o $TMPO) $TMPS
1096 test_cmd $x86asmexe $X86ASMFLAGS -Werror "$@" $(x86asm_o $TMPO) $TMPASM
1144 test_cmd $cc $CPPFLAGS $CFLAGS $flags "$@" $CC_C $(cc_o $TMPO) $TMPC &&
1171 test_cmd $ld $LDFLAGS $LDEXEFLAGS $flags $(ld_o $TMPE) $TMPO $libs $extralibs
1260 # call test_cc to get a fresh TMPO
1264 test_cmd $strip $ASMSTRIPFLAGS "$@" $TMPO
1287 rm -f -- "$TMPO"
1294 } | test_objcc && test_stat "$TMPO" && enable_sanitized $header
1640 test_cmd $host_cc $host_cflags "$@" $HOSTCC_C $(hostcc_o $TMPO) $TMPC
1647 test_cmd $host_cc $host_cppflags $host_cflags "$@" $(hostcc_e $TMPO) $TMPC
4528 tmpfile TMPO .o
4962 $cc $1=native -v -c -o $TMPO $TMPC >$TMPE 2>&1 || return
4973 $cc $1=native -v -c -o $TMPO $TMPC >$TMPE 2>&1 || return
5884 sym=$($nm $TMPO | awk '/ff_extern/{ print substr($0, match($0, /[^ \t]*ff_extern/)) }')
5899 od -t x1 $TMPO | grep -q '42 *49 *47 *45' && enable bigendian