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

1 2 3 4 5 6

  /external/toolchain-utils/android_bench_suite/
set_flags.py 32 def replace_flags(bench, android_type, file_type, cflags, ldflags):
37 if ldflags:
38 ldflags = '\", \"'.join(ldflags.split())
44 if not ldflags:
45 ldflags = ''
47 ldflags = '\"' + ldflags + '\",'
60 line = line.replace('LDFLAGS_FOR_BENCH_SUITE', ldflags)
78 def replace_flags_in_dir(bench, cflags, ldflags)
    [all...]
build_bench.py 53 '--ldflags', help='Specify linker flags for the toolchain.')
59 # CFLAGS/LDFLAGS in the android makefile of each benchmark
60 def set_flags(bench, cflags, ldflags):
67 if not ldflags:
68 logging.info('No LDFLAGS specifed, using default settings.')
69 ldflags = ''
71 logging.info('Ldflags setting to "%s"...', ldflags)
74 add_flags(cflags, ldflags)
129 ldflags)
    [all...]
  /toolchain/benchmark/
set_flags.py 33 def replace_flags(bench, android_type, file_type, cflags, ldflags):
38 if ldflags:
39 ldflags = '\", \"'.join(ldflags.split())
45 if not ldflags:
46 ldflags = ''
48 ldflags = '\"' + ldflags + '\",'
61 line = line.replace('LDFLAGS_FOR_BENCH_SUITE', ldflags)
79 def replace_flags_in_dir(bench, cflags, ldflags)
    [all...]
build_bench.py 57 '--ldflags',
64 # CFLAGS/LDFLAGS in the android makefile of each benchmark
65 def set_flags(bench, cflags, ldflags):
72 if not ldflags:
73 logging.info('No LDFLAGS specifed, using default settings.')
74 ldflags = ''
76 logging.info('Ldflags setting to "%s"...', ldflags)
79 add_flags(cflags, ldflags)
135 ldflags)
    [all...]
  /system/bt/build/
BUILD.gn 70 ldflags = [ "-Wl,--gc-sections" ]
  /external/toolchain-utils/go/
go_target 22 -ldflags | -ldflags=*) return 0 ;;
  /external/icu/icu4c/source/config/
test-icu-config.sh 28 icu-config --ldflags
29 icu-config --ldflags-searchpath
30 icu-config --ldflags-libsonly
31 icu-config --ldflags-system
32 icu-config --ldflags-ustdio
49 icu-config --detect-prefix --ldflags
icu-config-bottom 48 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. "
49 echo " --ldflags-libsonly Same as --ldflags, but only the -l directives"
50 echo " --ldflags-searchpath Print only -L (search path) directive"
51 echo " --ldflags-system Print only system libs ICU links with (-lpthread, -lm)"
52 echo " --ldflags-icuio Print ICU icuio link directive. Use in addition to --ldflags "
53 echo " --ldflags-obsolete Print ICU obsolete link directive. Use in addition to --ldflags. (requires icuapps/obsolete to be built and installed.)
    [all...]
  /external/compiler-rt/test/builtins/timing/
time 7 ldflags=$4
9 if gcc -arch $arch -Os $file $ldflags -DLIBNAME=$name
  /toolchain/binutils/binutils-2.27/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.27/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/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 26 ldflags=(
57 LDFLAGS=\"${ldflags[@]}\" \
conf_arm64.sh 26 ldflags=(
56 LDFLAGS=\"${ldflags[@]}\" \
conf_mips.sh 25 ldflags=(
55 LDFLAGS=\"${ldflags[@]}\" \
conf_x86.sh 26 ldflags=(
57 LDFLAGS=\"${ldflags[@]}\" \
conf_x86_64.sh 26 ldflags=(
57 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.27/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.27/gas/testsuite/gas/mt/
relocs.exp 20 proc ld_test { objects ldflags dest test } {
21 set ld_output [target_link $objects $dest $ldflags]
  /prebuilts/go/darwin-x86/src/cmd/go/internal/work/
gccgo.go 194 // and all LDFLAGS from cgo dependencies.
197 ldflags := b.gccArchArgs()
345 ldflags = append(ldflags, "-Wl,--whole-archive")
346 ldflags = append(ldflags, afiles...)
347 ldflags = append(ldflags, "-Wl,--no-whole-archive")
349 ldflags = append(ldflags, cgoldflags...
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/internal/work/
gccgo.go 194 // and all LDFLAGS from cgo dependencies.
197 ldflags := b.gccArchArgs()
345 ldflags = append(ldflags, "-Wl,--whole-archive")
346 ldflags = append(ldflags, afiles...)
347 ldflags = append(ldflags, "-Wl,--no-whole-archive")
349 ldflags = append(ldflags, cgoldflags...
    [all...]

Completed in 623 milliseconds

1 2 3 4 5 6