HomeSort by relevance Sort by last modified time
    Searched refs:ldflags (Results 26 - 50 of 110) sorted by null

12 3 4 5

  /external/icu/icu4c/source/samples/uresb/
Makefile 45 LDFLAGS += -L$(ICU_PATH)/source/tools/toolutil $(shell icu-config --ldflags-toolutil --ldflags-icuio)
67 $(CC) -o $@ $^ $(LDFLAGS)
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-fastcall/
fastcall.exp 34 set ldflags ""
48 if ![ld_simple_link $ld tmpdir/extern.x "$ldflags tmpdir/export.o tmpdir/import.o"] {
  /external/llvm/utils/
findmisopt 70 ldflags="-lstdc++ -lm -ldl -lc"
97 gcc "$s" -o "$prog" $ldflags || exit 1
107 gcc "$opts" -o "$optprog" $ldflags || exit
  /external/icu/icu4c/source/samples/
defs.mk 16 LDFLAGS =$^ $(shell icu-config --ldflags)
17 LDFLAGS_USTDIO =$(shell icu-config --ldflags-icuio)
  /external/jemalloc/bin/
jemalloc-config.in 21 --ldflags : Print library flags used to build jemalloc.
70 --ldflags)
71 echo "@LDFLAGS@ @EXTRA_LDFLAGS@"
  /external/libpng/
libpng-config.in 45 --ldflags print linker flags (ldopts, L_opts, R_opts, and libs)
110 --ldflags)
  /prebuilts/go/darwin-x86/src/
make.bash 170 "$GOTOOLDIR"/go_bootstrap install -gcflags "$GO_GCFLAGS" -ldflags "$GO_LDFLAGS" -v std cmd
175 CC=$CC_FOR_TARGET "$GOTOOLDIR"/go_bootstrap install $GO_FLAGS -gcflags "$GO_GCFLAGS" -ldflags "$GO_LDFLAGS" -v std cmd
  /prebuilts/go/linux-x86/src/
make.bash 170 "$GOTOOLDIR"/go_bootstrap install -gcflags "$GO_GCFLAGS" -ldflags "$GO_LDFLAGS" -v std cmd
175 CC=$CC_FOR_TARGET "$GOTOOLDIR"/go_bootstrap install $GO_FLAGS -gcflags "$GO_GCFLAGS" -ldflags "$GO_LDFLAGS" -v std cmd
  /external/autotest/client/tests/aiostress/
aiostress.py 13 ldflags = '-L ' + self.autodir + '/deps/libaio/lib'
15 self.gcc_flags = ldflags + ' ' + cflags
  /prebuilts/gdb/darwin-x86/bin/
python-config.sh 5 echo "Usage: $0 [ignored.py] --prefix|--exec-prefix|--includes|--libs|--cflags|--ldflags|--extension-suffix|--help|--abiflags|--configdir"
84 --prefix|--exec-prefix|--includes|--libs|--cflags|--ldflags)
110 --ldflags)
  /prebuilts/gdb/linux-x86/bin/
python-config.sh 5 echo "Usage: $0 [ignored.py] --prefix|--exec-prefix|--includes|--libs|--cflags|--ldflags|--extension-suffix|--help|--abiflags|--configdir"
84 --prefix|--exec-prefix|--includes|--libs|--cflags|--ldflags)
110 --ldflags)
  /prebuilts/python/darwin-x86/2.7.5/bin/
python-config.sh 5 echo "Usage: $0 [ignored.py] --prefix|--exec-prefix|--includes|--libs|--cflags|--ldflags|--extension-suffix|--help|--abiflags|--configdir"
74 --prefix|--exec-prefix|--includes|--libs|--cflags|--ldflags)
100 --ldflags)
  /prebuilts/python/linux-x86/2.7.5/bin/
python-config.sh 5 echo "Usage: $0 [ignored.py] --prefix|--exec-prefix|--includes|--libs|--cflags|--ldflags|--extension-suffix|--help|--abiflags|--configdir"
74 --prefix|--exec-prefix|--includes|--libs|--cflags|--ldflags)
100 --ldflags)
  /system/bt/build/toolchain/clang/
BUILD.gn 33 ldflags = [
77 "$clangxx -shared {{ldflags}} -o $soname -Wl,-soname=$soname @$rspfile"
99 command = "$clangxx {{ldflags}} -o $outfile -Wl,--start-group @$rspfile {{solibs}} -Wl,--end-group {{libs}}"
  /external/swiftshader/third_party/LLVM/utils/
findmisopt 70 ldflags="-lstdc++ -lm -ldl -lc"
98 gcc "$s" -o "$prog" $ldflags || exit 1
108 gcc "$opts" -o "$optprog" $ldflags || exit
  /prebuilts/go/darwin-x86/test/
linkx_run.go 27 cmd := exec.Command("go", "run", "-ldflags=-X main.tbd"+sep+"hello -X main.overwrite"+sep+"trumped -X main.nosuchsymbol"+sep+"neverseen", "linkx.go")
47 cmd = exec.Command("go", "run", "-ldflags=-X main.tbd", "linkx.go")
55 cmd = exec.Command("go", "run", "-ldflags=-X main.b=false -X main.x=42", "linkx.go")
  /prebuilts/go/linux-x86/test/
linkx_run.go 27 cmd := exec.Command("go", "run", "-ldflags=-X main.tbd"+sep+"hello -X main.overwrite"+sep+"trumped -X main.nosuchsymbol"+sep+"neverseen", "linkx.go")
47 cmd = exec.Command("go", "run", "-ldflags=-X main.tbd", "linkx.go")
55 cmd = exec.Command("go", "run", "-ldflags=-X main.b=false -X main.x=42", "linkx.go")
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-selective/
selective.exp 51 set ldflags "--gc-sections -Bstatic"
57 set ldflags "-e _start $ldflags"
64 set ldflags "-e _start -mshelf32 $ldflags"
148 if ![ld_simple_link $ld $ldfile "$ldflags [join $ldargs] $objfile"] {
  /external/autotest/client/profilers/blktrace/
blktrace.py 21 ldflags = '-L ' + self.job.autodir + '/deps/libaio/lib'
23 self.gcc_flags = ldflags + ' ' + cflags
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue10607.go 26 out, err := exec.Command("go", "run", "-ldflags", "-B=0x12345678 -linkmode="+linkmode, filepath.Join("fixedbugs", "issue10607a.go")).CombinedOutput()
  /prebuilts/go/linux-x86/test/fixedbugs/
issue10607.go 26 out, err := exec.Command("go", "run", "-ldflags", "-B=0x12345678 -linkmode="+linkmode, filepath.Join("fixedbugs", "issue10607a.go")).CombinedOutput()
  /external/icu/icu4c/source/samples/udata/
Makefile 50 LDFLAGS += -L$(ICU_PATH)/source/tools/toolutil $(shell icu-config --ldflags-toolutil)
62 $(CXX) -o $@ $(LDFLAGS)
65 $(CXX) -o $@ $(LDFLAGS) -licui18n -licuuc
  /external/toolchain-utils/
build_chromeos.py 64 parser.add_argument('--ldflags',
65 dest='ldflags',
67 help='LDFLAGS for the ChromeOS packages')
191 "LDFLAGS=\"$(portageq-%s envvar LDFLAGS) %s\" "
196 options.cxxflags, options.board, options.ldflags,
213 "LDFLAGS=\"$(portageq-%s envvar LDFLAGS) %s\" "
218 options.cxxflags, options.board, options.ldflags,
237 "LDFLAGS=\"$(portageq-%s envvar LDFLAGS) %s\"
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/
note_test.go 36 tg.run("build", "-ldflags", "-buildid="+buildID, "-o", tg.path("hello.exe"), tg.path("hello.go"))
56 tg.run("build", "-ldflags", "-buildid="+buildID+" -linkmode=external", "-o", tg.path("hello.exe"), tg.path("hello.go"))
  /prebuilts/go/linux-x86/src/cmd/go/
note_test.go 36 tg.run("build", "-ldflags", "-buildid="+buildID, "-o", tg.path("hello.exe"), tg.path("hello.go"))
56 tg.run("build", "-ldflags", "-buildid="+buildID+" -linkmode=external", "-o", tg.path("hello.exe"), tg.path("hello.go"))

Completed in 1017 milliseconds

12 3 4 5