Home
last modified time | relevance | path

Searched refs:TMPO (Results 1 – 4 of 4) sorted by relevance

/ndk/build/tools/
Dndk-common.sh412 TMPO=$TMPDIR/tmp/tests/test-$$.o
419 rm -f $TMPC $TMPO $TMPL $TMPE
527 log "Object : $CC -o $TMPO -c $CFLAGS $TMPC"
528 $CC -o $TMPO -c $CFLAGS $TMPC 2> $TMPL
533 log "Object : $CXX -o $TMPO -c $CXXFLAGS $TMPC"
534 $CXX -o $TMPO -c $CXXFLAGS $TMPC 2> $TMPL
541 log "Link : $LD -o $TMPE $TMPO $LDFLAGS"
542 $LD -o $TMPE $TMPO $LDFLAGS 2> $TMPL
Ddev-system-import.sh336 $TOOLCHAIN_PREFIX-gcc -Wl,-shared,-Bsymbolic -nostdlib -o $TMPO $TMPC 1>/dev/null 2>&1
345 local newfuncs="`extract_shared_library_functions $TMPO`"
346 local newvars="`extract_shared_library_variables $TMPO`"
358 mkdir -p "$libdir" && cp -f $TMPO "$2"
Dgen-platforms.sh56 TMPO=$TMPDIR/tmp/tests/tmp-platform.o
417 …COMMAND="$CC -Wl,-shared,-Bsymbolic -Wl,-soname,$LIBRARY -nostdlib -o $TMPO $TMPC -Wl,--exclude-li…
431 mkdir -p "$libdir" && rm -f "$DSTFILE" && cp -f $TMPO "$DSTFILE"
Dprebuilt-common.sh959 log $CC $HOST_CFLAGS -c -o $TMPO $TMPC
960 $NDK_CCACHE $CC $HOST_CFLAGS -c -o $TMPO $TMPC >$TMPL 2>&1