/external/clang/utils/VtableTest/ |
Makefile | 10 test-gcc.sum: test.cc 11 time $(GXX) test.cc -o test-gcc.s -S 12 $(GXX) test-gcc.s -o test-gcc 13 ./test-gcc >test-gcc.sum 20 one: test-gcc.sum test-clang.sum 21 cmp test-gcc.sum test-clang.sum 24 rm -f gen test-gcc test-clang test.cc test-gcc.sum test-clang.sum test-gcc.s test-clang. [all...] |
check-zti | 11 sed -n "/^__ZTI.*s$i:/,/\.[sg][el]/p" test-gcc.s | 12 grep -v '\.[sg][el]' | sed 's/(\([0-9][0-9]*\))/\1/' >test-gcc-zti 13 diff -U3 test-gcc-zti test-clang-zti
|
check-ztt | 11 sed -n "/^__ZTT.*s$i:/,/\.[sgm][elo]/p" test-gcc.s | 12 grep -v '\.[sgm][elo]' | sed -e 's/[()]//g' -e 's/ + /+/' >test-gcc-ztt 13 diff -U3 test-gcc-ztt test-clang-ztt
|
check-zvt | 10 sed -n "/^__ZTV.*s$i:/,/\.[sg][el]/p" test-gcc.s | grep -v '\.[sg][el]' >test-gcc-ztv 11 diff -U3 test-gcc-ztv test-clang-ztv
|
/frameworks/wilhelm/tools/permute/ |
Makefile | 2 gcc -o $@ -Wall permute.c -lsndfile
|
/external/stlport/test/compiler/StTerm-order/ |
Makefile | 4 COMPILER_NAME := gcc
|
/external/valgrind/main/VEX/switchback/ |
Makefile | 3 gcc -m64 -Wall -O -g -o switchback switchback.c linker.c ../libvex_ppc64_linux.a 4 # gcc -Wall -O -g -o switchback switchback.c linker.c ../libvex.a 7 gcc -Wall -m64 -mregnames -O -c test_ppc_jm1.c
|
/external/openssl/crypto/threads/ |
pthread2.sh | 6 gcc -DPTHREADS -I../../include -g mttest.c -o mttest -L../.. -lssl -lcrypto -lpthread
|
/external/llvm/test/CodeGen/Generic/ |
Makefile | 9 %.gcc.s: %.c 10 gcc -O0 -S $< -o $@ 13 gcc -O0 -lm $< -o $@
|
/external/valgrind/main/drd/scripts/ |
download-and-build-gcc | 13 SRC=$HOME/software/gcc-${GCC_VERSION} 15 TAR=gcc-${GCC_VERSION}.tar.bz2 16 PREFIX=$HOME/gcc-${GCC_VERSION} 50 wget -q $FSF_MIRROR/gcc/gcc-${GCC_VERSION}/$TAR \ 51 || { wget -q -O- $FSF_MIRROR/gcc/gcc-${GCC_VERSION}/${TAR%bz2}gz \
|
/build/core/combo/ |
HOST_linux-x86.mk | 35 HOST_SDK_TOOLCHAIN_PREFIX := prebuilts/tools/gcc-sdk 37 ifneq (,$(strip $(wildcard $(HOST_SDK_TOOLCHAIN_PREFIX)/gcc))) 38 HOST_CC := $(HOST_SDK_TOOLCHAIN_PREFIX)/gcc 41 endif # $(HOST_SDK_TOOLCHAIN_PREFIX)/gcc exists
|
/external/compiler-rt/lib/tsan/go/ |
buildgo.sh | 69 echo gcc gotsan.cc -S -o tmp.s $FLAGS $CFLAGS 70 gcc gotsan.cc -S -o tmp.s $FLAGS $CFLAGS 75 gcc test.c race_$SUFFIX.syso -lpthread -o test
|
/external/qemu/distrib/kernel-toolchain/ |
android-kernel-toolchain-ar | 31 # $PROGPREFIX-gcc --> $0 38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain 46 if [ "$PROGSUFFIX" = gcc ]; then
|
android-kernel-toolchain-as | 31 # $PROGPREFIX-gcc --> $0 38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain 46 if [ "$PROGSUFFIX" = gcc ]; then
|
android-kernel-toolchain-gcc | 31 # $PROGPREFIX-gcc --> $0 38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain 46 if [ "$PROGSUFFIX" = gcc ]; then
|
android-kernel-toolchain-ld | 31 # $PROGPREFIX-gcc --> $0 38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain 46 if [ "$PROGSUFFIX" = gcc ]; then
|
android-kernel-toolchain-nm | 31 # $PROGPREFIX-gcc --> $0 38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain 46 if [ "$PROGSUFFIX" = gcc ]; then
|
android-kernel-toolchain-objcopy | 31 # $PROGPREFIX-gcc --> $0 38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain 46 if [ "$PROGSUFFIX" = gcc ]; then
|
android-kernel-toolchain-objdump | 31 # $PROGPREFIX-gcc --> $0 38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain 46 if [ "$PROGSUFFIX" = gcc ]; then
|
android-kernel-toolchain-ranlib | 31 # $PROGPREFIX-gcc --> $0 38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain 46 if [ "$PROGSUFFIX" = gcc ]; then
|
android-kernel-toolchain-strip | 31 # $PROGPREFIX-gcc --> $0 38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain 46 if [ "$PROGSUFFIX" = gcc ]; then
|
toolbox.sh | 31 # $PROGPREFIX-gcc --> $0 38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain 46 if [ "$PROGSUFFIX" = gcc ]; then
|
/external/qemu-pc-bios/bochs/bios/ |
bios_usage | 2 gcc -E rombios.c | grep "^\.org" | sed -e 's/\.org //' | sed -e 's/ .*//' | sort >! temp.usage
|
/external/stlport/test/compiler/ |
gcc.mak | 4 COMPILER_NAME := gcc
|
/external/chromium/build/ |
sanitize-mac-build-log.sed | 31 s|^Distributed-CompileC \(.*\) normal i386 c++ com.apple.compilers.gcc.4_2| CC \1| 32 s|^CompileC \(.*\) normal i386 c++ com.apple.compilers.gcc.4_2| CC \1|
|