HomeSort by relevance Sort by last modified time
    Searched refs:ldflags (Results 1 - 25 of 74) sorted by null

1 2 3

  /external/icu/icu4c/source/config/
test-icu-config.sh 26 icu-config --ldflags
27 icu-config --ldflags-layout
28 icu-config --ldflags-searchpath
29 icu-config --ldflags-libsonly
30 icu-config --ldflags-system
31 icu-config --ldflags-ustdio
48 icu-config --detect-prefix --ldflags --ldflags-layout
icu-config-bottom 46 echo " --ldflags Print -L search path and -l libraries to link with ICU [LDFLAGS]. This is for the data, uc (common), and i18n libraries only. "
47 echo " --ldflags-layout Print ICU layout engine link directive. Use in addition to --ldflags"
48 echo " --ldflags-libsonly Same as --ldflags, but only the -l directives"
49 echo " --ldflags-searchpath Print only -L (search path) directive"
50 echo " --ldflags-system Print only system libs ICU links with (-lpthread, -lm)"
51 echo " --ldflags-icuio Print ICU icuio link directive. Use in addition to --ldflags "
    [all...]
  /external/compiler-rt/test/builtins/timing/
time 7 ldflags=$4
9 if gcc -arch $arch -Os $file $ldflags -DLIBNAME=$name
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
Makefile 4 clang++ toy.cpp -g -O3 -rdynamic -fno-rtti `llvm-config --cppflags --ldflags --libs core jit mcjit native irreader` -o toy
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
Makefile 4 clang++ toy.cpp -g -O3 -rdynamic -fno-rtti `llvm-config --cppflags --ldflags --libs core mcjit native` -o toy-mcjit
  /system/bt/build/
BUILD.gn 84 ldflags = [ "-Wl,--gc-sections" ]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Makefile 4 clang++ toy.cpp -g -O3 -rdynamic -fno-rtti `llvm-config --cppflags --ldflags --libs core mcjit native` -o toy-mcjit
7 clang++ toy-jit.cpp -g -O3 -rdynamic `llvm-config --cppflags --ldflags --libs core jit native` -o toy-jit
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/microblaze/
relax_size.exp 2 proc ld_run { objects ldflags dest test } {
3 set ld_output [target_link $objects $dest $ldflags]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-checks/
checks.exp 39 set ldflags "--check-sections -e foo"
46 if ![ld_simple_link $ld tmpdir/asm.x "$ldflags tmpdir/asm.o"] {
56 set ldflags "--check-sections -T $srcdir/$subdir/script -e foo"
61 set exec_output [run_host_cmd "$ld" "-o tmpdir/asm.x $ldflags tmpdir/asm.o"]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
Makefile 4 clang++ toy.cpp -g -O3 -rdynamic -fno-rtti `llvm-config --cppflags --ldflags --libs core mcjit native irreader` -o toy-mcjit
7 clang++ toy-jit.cpp -g -O3 -rdynamic -fno-rtti `llvm-config --cppflags --ldflags --libs core jit native irreader` -o toy-jit
11 clang++ toy-jit.cpp -g -O3 -rdynamic -fno-rtti -DDUMP_FINAL_MODULE `llvm-config --cppflags --ldflags --libs core jit native irreader` -o toy-ir-gen
  /external/autotest/client/tests/aio_dio_bugs/
aio_dio_bugs.py 22 ldflags = '-L ' + self.autodir + '/deps/libaio/lib'
24 self.gcc_flags = ldflags + ' ' + cflags
  /external/jemalloc/android/scripts/
conf_arm.sh 25 ldflags=(
56 LDFLAGS=\"${ldflags[@]}\" \
conf_arm64.sh 25 ldflags=(
55 LDFLAGS=\"${ldflags[@]}\" \
conf_mips.sh 25 ldflags=(
55 LDFLAGS=\"${ldflags[@]}\" \
conf_x86.sh 25 ldflags=(
56 LDFLAGS=\"${ldflags[@]}\" \
conf_x86_64.sh 25 ldflags=(
56 LDFLAGS=\"${ldflags[@]}\" \
  /external/libunwind/android/
conf_arm.sh 36 ldflags=(
65 LDFLAGS=\"${ldflags[@]}\" \
conf_mips.sh 34 ldflags=(
62 LDFLAGS=\"${ldflags[@]}\" \
conf_x86.sh 34 ldflags=(
62 LDFLAGS=\"${ldflags[@]}\" \
  /external/toybox/kconfig/lxdialog/
check-lxdialog.sh 5 ldflags() function
75 "-ldflags")
78 ldflags
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mep/
complex-relocs.exp 19 proc ld_test { objects ldflags dest test } {
20 set ld_output [target_link $objects $dest $ldflags]
24 proc ld_test_error { objects ldflags dest test } {
25 set ld_output [target_link $objects $dest $ldflags]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mt/
relocs.exp 20 proc ld_test { objects ldflags dest test } {
21 set ld_output [target_link $objects $dest $ldflags]
  /external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
Makefile 10 LLVM_LDFLAGS := $(shell llvm-config --ldflags --system-libs --libs core orcjit native)
  /external/llvm/examples/Kaleidoscope/Orc/initial/
Makefile 10 LLVM_LDFLAGS := $(shell llvm-config --ldflags --system-libs --libs core orcjit native)
  /external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
Makefile 10 LLVM_LDFLAGS := $(shell llvm-config --ldflags --system-libs --libs core orcjit native)

Completed in 808 milliseconds

1 2 3