/external/oss-fuzz/projects/cryptofuzz/ |
D | build.sh | 24 $CC $SRC/xxd.c -o /usr/bin/xxd 27 rm -rf $SRC/cryptofuzz/modules/reference/xxHash/ 28 cp -R $SRC/xxHash/ $SRC/cryptofuzz/modules/reference/ 31 cd $SRC/ 42 cd $SRC/cryptofuzz 56 export CXXFLAGS="$CXXFLAGS -I $SRC/cryptofuzz/fuzzing-headers/include" 66 cd $SRC/libfuzzer-js/ 72 export BN_JS_PATH="$SRC/bn.js/lib/bn.js" 74 cd $SRC/cryptofuzz/modules/bn.js/ 78 export BIGNUMBER_JS_PATH="$SRC/bignumber.js/bignumber.js" [all …]
|
/external/oss-fuzz/projects/wolfssl/ |
D | build.sh | 27 cd $SRC/ 38 cp -R $SRC/cryptofuzz/ $SRC/cryptofuzz-openssl-api/ 39 cd $SRC/cryptofuzz-openssl-api/ 47 cp -R $SRC/wolfssl/ $SRC/wolfssl-openssl-api/ 48 cd $SRC/wolfssl-openssl-api/ 59 export WOLFCRYPT_LIBWOLFSSL_A_PATH="$SRC/wolfssl-openssl-api/src/.libs/libwolfssl.a" 60 export WOLFCRYPT_INCLUDE_PATH="$SRC/wolfssl-openssl-api/" 61 cd $SRC/cryptofuzz-openssl-api/modules/wolfcrypt-openssl 63 cd $SRC/cryptofuzz-openssl-api/ 72 cd $SRC/cryptofuzz/ [all …]
|
/external/oss-fuzz/projects/bignum-fuzzer/ |
D | build.sh | 27 cd $SRC/openssl 36 cd $SRC/libgmp 42 cd $SRC/bignum-fuzzer/modules/openssl 43 OPENSSL_INCLUDE_PATH=$SRC/openssl/include OPENSSL_LIBCRYPTO_A_PATH=$SRC/openssl/libcrypto.a make 46 cd $SRC/bignum-fuzzer/modules/go 54 cd $SRC/bignum-fuzzer/modules/cpp_boost 58 cd $SRC/bignum-fuzzer/modules/libgmp 59 LIBGMP_INCLUDE_PATH=$SRC/libgmp LIBGMP_A_PATH=$SRC/libgmp/.libs/libgmp.a make 62 cd $SRC/bignum-fuzzer/modules/libmpdec 63 LIBMPDEC_A_PATH=$SRC/mpdecimal-2.5.0/libmpdec/libmpdec.a LIBMPDEC_INCLUDE_PATH=$SRC/mpdecimal-2.5.0… [all …]
|
/external/oss-fuzz/projects/mruby/ |
D | build.sh | 20 cd $SRC/mruby 26 FUZZ_TARGET=$SRC/mruby/oss-fuzz/mruby_fuzzer.c 31 $SRC/mruby/build/host/lib/libmruby.a -o $OUT/${name} 37 PROTO_FUZZ_TARGET=$SRC/mruby/oss-fuzz/mruby_proto_fuzzer.cpp 38 PROTO_CONVERTER=$SRC/mruby/oss-fuzz/proto_to_ruby.cpp 39 rm -rf $SRC/mruby/genfiles 40 mkdir $SRC/mruby/genfiles 41 …$SRC/LPM/external.protobuf/bin/protoc --proto_path=$SRC/mruby/oss-fuzz ruby.proto --cpp_out=$SRC/m… 42 …$CXX -c $CXXFLAGS $SRC/mruby/genfiles/ruby.pb.cc -o $SRC/mruby/genfiles/ruby.pb.o -I $SRC/LPM/exte… 43 …$CXX -I $SRC/mruby/include -I $SRC/LPM/external.protobuf/include $CXXFLAGS $PROTO_FUZZ_TARGET $SRC… [all …]
|
/external/oss-fuzz/projects/flac/ |
D | build.sh | 33 mkdir $SRC/libogg-install 34 cd $SRC/ogg 36 ./configure --prefix="$SRC/libogg-install" 41 cd $SRC/flac/ 45 …LD_LIBRARY_PATH="$SRC/libogg-install/lib" ./configure --with-ogg="$SRC/libogg-install" --enable-st… 47 …LD_LIBRARY_PATH="$SRC/libogg-install/lib" ./configure --with-ogg="$SRC/libogg-install" --enable-st… 51 cd $SRC/fuzzing-headers 55 cd $SRC/flac-fuzzers/ 56 $CXX $CXXFLAGS -I $SRC/flac/include/ -I $SRC/ExoPlayer/extensions/flac/src/main/jni/ -I /usr/lib/jv… 57 …$SRC/flac/src/libFLAC++/.libs/libFLAC++.a $SRC/flac/src/libFLAC/.libs/libFLAC.a $SRC/libogg-instal… [all …]
|
/external/oss-fuzz/projects/kimageformats/ |
D | build.sh | 18 cd $SRC 23 cd $SRC 28 cd $SRC 33 cd $SRC 47 cd $SRC 49 cmake . -DBUILD_SHARED_LIBS=OFF -DQt5Core_DIR=$SRC/qtbase/lib/cmake/Qt5Core/ -DBUILD_TESTING=OFF 52 cd $SRC 61 cd $SRC 62 ln -s "$SRC/aom" "$SRC/libavif/ext/" 69 cd $SRC [all …]
|
/external/oss-fuzz/projects/protobuf-c/ |
D | build.sh | 35 mkdir $SRC/protobuf-install/ 36 cd $SRC/protobuf/ 38 ./configure --prefix=$SRC/protobuf-install 42 export PROTOC="$SRC/protobuf-install/bin/protoc" 44 cd $SRC/protobuf-c/ 46 ./configure --enable-static=yes --enable-shared=false PKG_CONFIG_PATH=$SRC/protobuf-install/lib/pkg… 50 cd $SRC/fuzzing-headers/ 53 cd $SRC/protobuf-c-fuzzers/ 54 cp $SRC/protobuf-c/t/test-full.proto $SRC/protobuf-c-fuzzers/ 55 export PATH=$PATH:$SRC/protobuf-c/protoc-c [all …]
|
/external/libgsm/ |
D | Makefile | 122 SRC = $(ROOT)/src macro 162 GSM_SOURCES = $(SRC)/add.c \ 163 $(SRC)/code.c \ 164 $(SRC)/debug.c \ 165 $(SRC)/decode.c \ 166 $(SRC)/long_term.c \ 167 $(SRC)/lpc.c \ 168 $(SRC)/preprocess.c \ 169 $(SRC)/rpe.c \ 170 $(SRC)/gsm_destroy.c \ [all …]
|
/external/oss-fuzz/projects/boringssl/ |
D | build.sh | 32 $CMAKE_DEFINES $SRC/boringssl/ 35 fuzzerFiles=$(find $SRC/boringssl/fuzz/ -name "*.cc") 44 -I $SRC/boringssl/include ./ssl/libssl.a ./crypto/libcrypto.a 46 if [ -d "$SRC/boringssl/fuzz/${fuzzerName}_corpus" ]; then 47 zip -j $OUT/${fuzzerName}_seed_corpus.zip $SRC/boringssl/fuzz/${fuzzerName}_corpus/* 52 fuzzerLPMFiles=$(find $SRC/ -maxdepth 1 -name "*.cc") 54 cp $SRC/fuzzing/proto/asn1-pdu/* $SRC/ 56 … genfiles && mkdir genfiles && $SRC/LPM/external.protobuf/bin/protoc asn1_pdu.proto --cpp_out=genf… 63 …$CXX $CXXFLAGS -I genfiles -I . -I $SRC/libprotobuf-mutator/ -I $SRC/LPM/external.protobuf/include… 64 -I $SRC/boringssl/include \ [all …]
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | scheduler-backtracking.ll | 5 ; RUN: llc -mtriple=x86_64-- < %s -pre-RA-sched=source | FileCheck %s --check-prefix=SRC 151 ; SRC-LABEL: test1: 152 ; SRC: # %bb.0: 153 ; SRC-NEXT: pushq %rbx 154 ; SRC-NEXT: movq %rdi, %rax 155 ; SRC-NEXT: addl %esi, %esi 156 ; SRC-NEXT: leal 3(%rsi), %r9d 157 ; SRC-NEXT: movb $125, %cl 158 ; SRC-NEXT: subb %sil, %cl 159 ; SRC-NEXT: xorl %r8d, %r8d [all …]
|
/external/oss-fuzz/projects/python3-libraries/ |
D | build.sh | 44 export CPYTHON_INSTALL_PATH=$SRC/cpython-install 48 cd $SRC/cpython 49 cp $SRC/python-library-fuzzers/python_coverage.h Python/ 61 cd $SRC/python-library-fuzzers 64 cp $SRC/python-library-fuzzers/fuzzer-html $OUT/ 65 cp $SRC/python-library-fuzzers/html.py $OUT/ 68 cp $SRC/python-library-fuzzers/fuzzer-email $OUT/ 69 cp $SRC/python-library-fuzzers/email.py $OUT/ 72 cp $SRC/python-library-fuzzers/fuzzer-httpclient $OUT/ 73 cp $SRC/python-library-fuzzers/httpclient.py $OUT/ [all …]
|
/external/oss-fuzz/projects/poppler/ |
D | build.sh | 30 pushd $SRC/zlib 34 pushd $SRC/freetype2 40 pushd $SRC/Little-CMS 45 mkdir -p $SRC/openjpeg/build 46 pushd $SRC/openjpeg/build 52 pushd $SRC/fontconfig 62 pushd $SRC/glib-2.64.2 76 pushd $SRC/libpng 82 pushd $SRC/cairo 92 pushd $SRC/pango-1.48.0 [all …]
|
/external/oss-fuzz/projects/libtheora/ |
D | build.sh | 28 mkdir $SRC/libogg-install/ 29 cd $SRC/ogg 31 ./configure --prefix="$SRC/libogg-install" --enable-static --disable-shared --disable-crc 35 cd $SRC/fuzzing-headers/ 38 cd $SRC/libtheora/ 43 …LD_LIBRARY_PATH="$SRC/libogg-install/lib" ./configure --with-ogg="$SRC/libogg-install" --disable-e… 45 …LD_LIBRARY_PATH="$SRC/libogg-install/lib" ./configure --with-ogg="$SRC/libogg-install" --disable-e… 50 cd $SRC/oss-fuzz-fuzzers/libtheora/ 52 $CXX $CXXFLAGS -I $SRC/libtheora/include/ -I $SRC/libogg-install/include fuzzer.cpp $SRC/libtheora/…
|
/external/oss-fuzz/projects/nettle/ |
D | build.sh | 24 cd $SRC/ 33 cd $SRC/cryptofuzz 39 cd $SRC/ 55 mkdir $SRC/nettle-with-libgmp-install/ 56 cp -R $SRC/nettle $SRC/nettle-with-libgmp/ 57 cd $SRC/nettle-with-libgmp/ 82 cd $SRC/cryptofuzz/modules/nettle 87 cd $SRC/botan 97 export LIBBOTAN_A_PATH="$SRC/botan/libbotan-3.a" 98 export BOTAN_INCLUDE_PATH="$SRC/botan/build/include" [all …]
|
/external/oss-fuzz/projects/libressl/ |
D | build.sh | 20 cd $SRC/ 41 $CMAKE_DEFINES $SRC/libressl/ 44 LIBRESSL_FUZZERS=$SRC/libressl.fuzzers 52 -I $SRC/libressl/include -I $SRC/libressl 59 $F -I $SRC/libressl/include -I $SRC/libressl 70 cp $SRC/*.options $OUT/ 75 cd $SRC/cryptofuzz/ 83 cd $SRC/cryptofuzz/modules/openssl 84 OPENSSL_INCLUDE_PATH="$SRC/libressl/include" OPENSSL_LIBCRYPTO_A_PATH="$WORK/libressl/crypto/libcry… 86 cd $SRC/cryptofuzz/ [all …]
|
/external/oss-fuzz/projects/kcodecs/ |
D | build.sh | 18 cd $SRC 23 cd $SRC 35 cd $SRC 37 cmake . -DBUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=$SRC/qtbase 41 $CXX $CXXFLAGS -fPIC -std=c++11 $SRC/kcodecs_fuzzer.cc -o $OUT/kcodecs_fuzzer \ 42 -I $SRC/qtbase/include/QtCore/ -I $SRC/qtbase/include/ -I $SRC/kcodecs/src \ 43 -I $SRC/kcodecs/src/probers -L $SRC/qtbase/lib -L $SRC/kcodecs/lib \ 46 zip -qr $OUT/kcodecs_fuzzer_seed_corpus.zip $SRC/uchardet/test/ $SRC/kcodecs/autotests/data
|
/external/mesa3d/src/mesa/main/ |
D | macros.h | 286 #define COPY_4V( DST, SRC ) \ argument 288 (DST)[0] = (SRC)[0]; \ 289 (DST)[1] = (SRC)[1]; \ 290 (DST)[2] = (SRC)[2]; \ 291 (DST)[3] = (SRC)[3]; \ 307 #define COPY_SZ_4V(DST, SZ, SRC) \ argument 310 case 4: (DST)[3] = (SRC)[3]; /* fallthrough */ \ 311 case 3: (DST)[2] = (SRC)[2]; /* fallthrough */ \ 312 case 2: (DST)[1] = (SRC)[1]; /* fallthrough */ \ 313 case 1: (DST)[0] = (SRC)[0]; /* fallthrough */ \ [all …]
|
/external/oss-fuzz/projects/skia/ |
D | Dockerfile | 23 ENV PATH="${SRC}/depot_tools:${PATH}" 33 RUN mkdir $SRC/skia_data 35 RUN wget -O $SRC/skia_data/image_filter_deserialize_seed_corpus.zip https://storage.googleapis.com/… 37 RUN wget -O $SRC/skia_data/region_set_path_seed_corpus.zip https://storage.googleapis.com/skia-fuzz… 39 RUN wget -O $SRC/skia_data/textblob_deserialize_seed_corpus.zip https://storage.googleapis.com/skia… 41 RUN wget -O $SRC/skia_data/path_deserialize_seed_corpus.zip https://storage.googleapis.com/skia-fuz… 43 RUN wget -O $SRC/skia_data/image_decode_seed_corpus.zip https://storage.googleapis.com/skia-fuzzer/… 45 RUN wget -O $SRC/skia_data/animated_image_decode_seed_corpus.zip https://storage.googleapis.com/ski… 47 RUN wget -O $SRC/skia_data/api_draw_functions_seed_corpus.zip https://storage.googleapis.com/skia-f… 49 RUN wget -O $SRC/skia_data/api_gradients_seed_corpus.zip https://storage.googleapis.com/skia-fuzzer… [all …]
|
/external/boringssl/src/util/ |
D | generate-coverage.sh | 18 SRC=$PWD 30 cmake "$SRC" -GNinja -DGCOV=1 33 cp -r "$SRC/crypto" "$SRC/decrepit" "$SRC/include" "$SRC/ssl" "$SRC/tool" \ 38 cd "$SRC" 39 go run "$SRC/util/all_tests.go" -build-dir "$BUILD" -callgrind -num-workers 16 44 cd "$SRC/ssl/test/runner" 52 sed -i "s;$SRC;$BUILD_SRC;g" "$BUILD/final.info"
|
/external/e2fsprogs/util/ |
D | install-symlink.in | 39 SRC="$1" 43 if ! echo $SRC | grep -q ^/ ; then 44 echo $SRC: Source pathname must be absolute 53 if ! test -e "$DESTDIR$SRC" ; then 54 echo $DESTDIR$SRC: file or directory does not exist 61 $LN_S "$DESTDIR$SRC" "$DESTDIR$DEST" 65 if test $(dirname "$SRC") = $(dirname "$DEST") ; then 66 $LN_S "$(basename "$SRC")" "$DESTDIR$DEST" 70 TOP_SRC=$(echo $SRC | awk -F/ '{print $2}') 84 $LN_S "$SRC" "$DESTDIR$DEST" [all …]
|
/external/oss-fuzz/projects/gdk-pixbuf/ |
D | Dockerfile | 21 ADD https://ftp.gnome.org/pub/gnome/sources/glib/2.64/glib-2.64.2.tar.xz $SRC 22 RUN tar xvJf $SRC/glib-2.64.2.tar.xz 27 …find $SRC/gdk-pixbuf/tests/ \( -name '*.jpeg' -o -name '*.jpg' -o -name '*.png' \) -exec cp -v '{}… 28 find $SRC/libpng -name "*.png" | grep -v crashers | xargs cp -t corpus/ && \ 29 mv $SRC/fuzzdata/samples/gif/*.gif corpus/ && \ 30 zip -q $SRC/gdk-pixbuf_seed_corpus.zip corpus/* && \ 33 ADD https://raw.githubusercontent.com/google/fuzzing/master/dictionaries/png.dict $SRC/png.dict 34 ADD https://raw.githubusercontent.com/google/fuzzing/master/dictionaries/jpeg.dict $SRC/jpeg.dict 35 ADD https://raw.githubusercontent.com/google/fuzzing/master/dictionaries/gif.dict $SRC/gif.dict 36 RUN awk 1 $SRC/*.dict > $SRC/gdk-pixbuf.dict && \ [all …]
|
/external/oss-fuzz/projects/karchive/ |
D | build.sh | 19 cd $SRC 25 cd $SRC 32 cd $SRC 47 cd $SRC 54 cd $SRC 60 cd $SRC 75 cd $SRC 77 cmake . -DBUILD_SHARED_LIBS=OFF -DQt5Core_DIR=$SRC/qtbase/lib/cmake/Qt5Core/ -DBUILD_TESTING=OFF 81 …SRC/karchive_fuzzer.cc -o $OUT/karchive_fuzzer -I $SRC/qtbase/include/QtCore/ -I $SRC/qtbase/inclu… 83 cd $SRC
|
/external/oss-fuzz/projects/firefox/ |
D | build.sh | 43 export MOZCONFIG=$SRC/mozconfig.$SANITIZER 54 $SRC/mozilla-central/taskcluster/ci/toolchain/rust.yml 95 $SRC/target.c -o $OUT/$FUZZ_TARGET 98 cp $SRC/*.options $OUT 103 cp $SRC/fuzzdata/dicts/sdp.dict $OUT/SdpParser.dict 108 cp $SRC/fuzzdata/dicts/stun.dict $OUT/StunParser.dict 111 cp $SRC/fuzzdata/settings/ipc/libfuzzer.content.blacklist.txt $OUT/firefox 114 zip -rj $OUT/ImageGIF_seed_corpus.zip $SRC/fuzzdata/samples/gif 115 cp $SRC/fuzzdata/dicts/gif.dict $OUT/ImageGIF.dict 118 zip -rj $OUT/ImageICO_seed_corpus.zip $SRC/fuzzdata/samples/ico [all …]
|
/external/oss-fuzz/projects/xvid/ |
D | build.sh | 18 cd $SRC/trunk/xvidcore/build/generic/ 20 mkdir $SRC/xvidcore-install/ 23 ./configure --prefix=$SRC/xvidcore-install/ --disable-assembly 27 LDFLAGS="-m32" ./configure --prefix=$SRC/xvidcore-install/ --disable-assembly 29 ./configure --prefix=$SRC/xvidcore-install/ 35 find $SRC/xvidcore-install/ 37 $CXX $CXXFLAGS -I $SRC/xvidcore-install/include $SRC/oss-fuzz-fuzzers/xvid/fuzzer.cpp $SRC/xvidcore…
|
/external/ImageMagick/Magick++/fuzz/ |
D | build.sh | 4 pushd "$SRC/zlib" 11 pushd "$SRC/xz" 19 pushd "$SRC/libpng" 26 pushd "$SRC/libjpeg-turbo" 33 pushd "$SRC/libtiff" 41 pushd "$SRC/Little-CMS" 49 pushd "$SRC/libraw" 57 pushd "$SRC/freetype2" 65 pushd "$SRC/libde265" 73 pushd "$SRC/libheif" [all …]
|