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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/misc/cgo/testso/
cgoso.go 8 // intentionally write the same LDFLAGS differently
9 // to test correct handling of LDFLAGS.
10 #cgo linux LDFLAGS: -L. -lcgosotest
11 #cgo dragonfly LDFLAGS: -L. -l cgosotest
12 #cgo freebsd LDFLAGS: -L. -l cgosotest
13 #cgo openbsd LDFLAGS: -L. -l cgosotest
14 #cgo solaris LDFLAGS: -L. -lcgosotest
15 #cgo netbsd LDFLAGS: -L. libcgosotest.so
16 #cgo darwin LDFLAGS: -L. libcgosotest.dylib
17 #cgo windows LDFLAGS: -L. libcgosotest.dl
    [all...]
  /prebuilts/go/linux-x86/misc/cgo/testso/
cgoso.go 8 // intentionally write the same LDFLAGS differently
9 // to test correct handling of LDFLAGS.
10 #cgo linux LDFLAGS: -L. -lcgosotest
11 #cgo dragonfly LDFLAGS: -L. -l cgosotest
12 #cgo freebsd LDFLAGS: -L. -l cgosotest
13 #cgo openbsd LDFLAGS: -L. -l cgosotest
14 #cgo solaris LDFLAGS: -L. -lcgosotest
15 #cgo netbsd LDFLAGS: -L. libcgosotest.so
16 #cgo darwin LDFLAGS: -L. libcgosotest.dylib
17 #cgo windows LDFLAGS: -L. libcgosotest.dl
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/cgo/
cgo.go 14 #cgo darwin,!arm,!arm64 LDFLAGS: -lpthread
15 #cgo darwin,arm LDFLAGS: -framework CoreFoundation
16 #cgo darwin,arm64 LDFLAGS: -framework CoreFoundation
17 #cgo dragonfly LDFLAGS: -lpthread
18 #cgo freebsd LDFLAGS: -lpthread
19 #cgo android LDFLAGS: -llog
20 #cgo !android,linux LDFLAGS: -lpthread
21 #cgo netbsd LDFLAGS: -lpthread
22 #cgo openbsd LDFLAGS: -lpthread
  /prebuilts/go/linux-x86/src/runtime/cgo/
cgo.go 14 #cgo darwin,!arm,!arm64 LDFLAGS: -lpthread
15 #cgo darwin,arm LDFLAGS: -framework CoreFoundation
16 #cgo darwin,arm64 LDFLAGS: -framework CoreFoundation
17 #cgo dragonfly LDFLAGS: -lpthread
18 #cgo freebsd LDFLAGS: -lpthread
19 #cgo android LDFLAGS: -llog
20 #cgo !android,linux LDFLAGS: -lpthread
21 #cgo netbsd LDFLAGS: -lpthread
22 #cgo openbsd LDFLAGS: -lpthread
  /external/ltp/include/mk/
config-openposix.mk.in 5 LDFLAGS+= @LDFLAGS@
  /prebuilts/go/darwin-x86/misc/cgo/test/issue8756/
issue8756.go 4 #cgo LDFLAGS: -lm
  /prebuilts/go/linux-x86/misc/cgo/test/issue8756/
issue8756.go 4 #cgo LDFLAGS: -lm
  /external/brotli/go/cbrotli/
cgo.go 10 // #cgo LDFLAGS: -lbrotlicommon
11 // #cgo LDFLAGS: -lbrotlidec
12 // #cgo LDFLAGS: -lbrotlienc
  /prebuilts/go/darwin-x86/misc/cgo/testsovar/
cgoso.go 11 // intentionally write the same LDFLAGS differently
12 // to test correct handling of LDFLAGS.
14 #cgo linux LDFLAGS: -L. -lcgosotest
15 #cgo dragonfly LDFLAGS: -L. -l cgosotest
16 #cgo freebsd LDFLAGS: -L. -l cgosotest
17 #cgo openbsd LDFLAGS: -L. -l cgosotest
18 #cgo solaris LDFLAGS: -L. -lcgosotest
19 #cgo netbsd LDFLAGS: -L. libcgosotest.so
20 #cgo darwin LDFLAGS: -L. libcgosotest.dylib
21 #cgo windows LDFLAGS: -L. libcgosotest.dl
    [all...]
  /prebuilts/go/linux-x86/misc/cgo/testsovar/
cgoso.go 11 // intentionally write the same LDFLAGS differently
12 // to test correct handling of LDFLAGS.
14 #cgo linux LDFLAGS: -L. -lcgosotest
15 #cgo dragonfly LDFLAGS: -L. -l cgosotest
16 #cgo freebsd LDFLAGS: -L. -l cgosotest
17 #cgo openbsd LDFLAGS: -L. -l cgosotest
18 #cgo solaris LDFLAGS: -L. -lcgosotest
19 #cgo netbsd LDFLAGS: -L. libcgosotest.so
20 #cgo darwin LDFLAGS: -L. libcgosotest.dylib
21 #cgo windows LDFLAGS: -L. libcgosotest.dl
    [all...]
  /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...]
test_config 11 ldflags =
20 ldflags =
29 ldflags =
38 ldflags =
47 ldflags =
56 ldflags =
  /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...]
test_config 11 ldflags =
20 ldflags =
29 ldflags =
38 ldflags =
47 ldflags =
56 ldflags =
  /external/autotest/client/tests/fsx/
0003-Fix-Link-Options.patch 7 - $(CC) $(LDFLAGS) -laio aio-test.o -o aio-test
8 + $(CC) ${CFLAGS} $(LDFLAGS) aio-test.o -o aio-test -laio
11 - $(CC) $(LDFLAGS) -laio -lpthread aio-stress.o -o aio-stress
12 + $(CC) ${CFLAGS} $(LDFLAGS) aio-stress.o -o aio-stress -laio -lpthread
15 - $(CC) $(LDFLAGS) -laio fsx-linux.o -o fsx-linux
16 + $(CC) ${CFLAGS} $(LDFLAGS) fsx-linux.o -o fsx-linux -laio
19 - $(CC) $(LDFLAGS) -laio -lpthread rawread.o -o rawread
20 + $(CC) ${CFLAGS} $(LDFLAGS) rawread.o -o rawread -laio -lpthread
23 # $(CXX) $(LDFLAGS) -lpthread polbench.o -o pollbench
  /external/lmfit/ruby/swig/
extconf.rb 3 $LDFLAGS += " /usr/local/lib/liblmmin.so"
  /toolchain/binutils/binutils-2.27/config/
mh-alpha-linux 2 LDFLAGS += -Wl,--no-relax
  /external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
Makefile 9 $(CC) seccomp_bpf_tests.c -o seccomp_bpf_tests $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -pthread
12 $(CC) $^ -o $@ $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -ggdb3
15 $(CC) $^ -o $@ $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -ggdb3
  /external/autotest/client/site_tests/kernel_CryptoAPI/src/
Makefile 7 $(CC) $(CFLAGS) $(LDFLAGS) $^ -o $@
  /external/autotest/client/site_tests/security_Minijail_seccomp/src/
Makefile 6 LDFLAGS =
19 $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)
22 $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)
25 $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)
  /external/autotest/client/tests/posixtest/
posix-linux.patch 1 diff --git a/LDFLAGS b/LDFLAGS
3 --- a/LDFLAGS
4 +++ b/LDFLAGS
  /external/llvm/bindings/go/llvm/
llvm_config.go.in 8 #cgo LDFLAGS: @LLVM_LDFLAGS@
  /external/llvm/test/tools/llvm-config/
ldflags.test 1 RUN: llvm-config --ldflags 2>&1 | FileCheck %s
  /external/ltp/testcases/kernel/device-drivers/agp/user_space/
Makefile 6 $(CC) $(CFLAGS) $(LDFLAGS) $^ -o $@
  /external/ltp/testcases/kernel/device-drivers/base/user_base/
Makefile 6 $(CC) $(CFLAGS) $(LDFLAGS) $^ -o $@

Completed in 1481 milliseconds

1 2 3 4 5 6 7 8 91011>>