/external/clang/utils/VtableTest/ |
H A D | 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 [all...] |
H A D | 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
|
H A D | 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
|
H A D | 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
|
/external/valgrind/main/auxprogs/ |
H A D | update-demangler | 39 mkdir gcc-$old_gcc_revision 40 cd gcc-$old_gcc_revision 41 svn co -$old_gcc_revision svn://gcc.gnu.org/svn/gcc/trunk/libiberty libiberty > /dev/null 42 svn co -$old_gcc_revision svn://gcc.gnu.org/svn/gcc/trunk/include include > /dev/null 50 cp ../gcc-$old_gcc_revision/include/ansidecl.h . 51 cp ../gcc-$old_gcc_revision/include/demangle.h . 52 cp ../gcc-$old_gcc_revision/include/dyn-string.h . 53 cp ../gcc [all...] |
/external/chromium_org/third_party/sqlite/src/ |
H A D | mkextu.sh | 11 echo gcc $CFLAGS -shared fts2amal.c -o fts2.so 12 gcc $CFLAGS -shared fts2amal.c -o fts2.so
|
H A D | mkso.sh | 25 echo gcc -shared *.o $TCLSTUBLIB -o tclsqlite3.so 26 gcc -shared *.o $TCLSTUBLIB -o tclsqlite3.so 29 echo gcc -shared *.o -o sqlite3.so 30 gcc -shared *.o -o sqlite3.so
|
H A D | Makefile.arm-wince-mingw32ce-gcc | 28 BCC = gcc -g -O2 79 #TCC = gcc -O6 80 #TCC = gcc -g -O0 -Wall 81 #TCC = gcc -g -O0 -Wall -fprofile-arcs -ftest-coverage 82 #TCC = /opt/mingw/bin/i386-mingw32-gcc -O6 83 TCC = $(MINGW32CE)/$(TARGET)-gcc -O2 95 #MKSHLIB = gcc -shared 98 MKSHLIB = $(MINGW32CE)/$(TARGET)-gcc -shared
|
H A D | Makefile.linux-gcc | 22 BCC = gcc -g -O2 93 TCC = gcc -O6 94 #TCC = gcc -g -O0 -Wall 95 #TCC = gcc -g -O0 -Wall -fprofile-arcs -ftest-coverage 96 #TCC = /opt/mingw/bin/i386-mingw32-gcc -O6 106 MKSHLIB = gcc -shared
|
/external/fio/compiler/ |
H A D | compiler.h | 9 #error Compiler too old, need gcc at least gcc 3.x 17 * Mark unused variables passed to ops functions as unused, to silence gcc
|
/external/ltrace/testsuite/lib/ |
H A D | compiler.c | 48 set compiler_info [join {gcc __GNUC__ __GNUC_MINOR__ __GNUC_PATCHLEVEL__} -] 50 set compiler_info [join {gcc __GNUC__ __GNUC_MINOR__ "unknown"} -]
|
H A D | compiler.cc | 36 set compiler_info [join {gcc __GNUC__ __GNUC_MINOR__ __GNUC_PATCHLEVEL__} -] 38 set compiler_info [join {gcc __GNUC__ __GNUC_MINOR__ "unknown"} -]
|
/external/stlport/test/compiler/StTerm-order/ |
H A D | Makefile | 4 COMPILER_NAME := gcc
|
/external/chromium_org/third_party/openssl/openssl/crypto/threads/ |
H A D | pthread2.sh | 6 gcc -DPTHREADS -I../../include -g mttest.c -o mttest -L../.. -lssl -lcrypto -lpthread
|
/external/openssl/crypto/threads/ |
H A D | pthread2.sh | 6 gcc -DPTHREADS -I../../include -g mttest.c -o mttest -L../.. -lssl -lcrypto -lpthread
|
/external/llvm/test/CodeGen/Generic/ |
H A D | Makefile | 9 %.gcc.s: %.c 10 gcc -O0 -S $< -o $@ 13 gcc -O0 -lm $< -o $@
|
/external/valgrind/main/drd/scripts/ |
H A D | 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 \
|
/external/nanopb-c/tests/ |
H A D | Makefile | 11 scons CC=gcc-4.6 CXX=gcc-4.6
|
/external/qemu/distrib/kernel-toolchain/ |
H A D | 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
|
H A D | 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
|
H A D | 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
|
H A D | 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
|
H A D | 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
|
H A D | 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
|
H A D | 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
|