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

<<11121314151617181920>>

  /prebuilts/gdb/linux-x86/share/pretty-printers/stlport/test/
Makefile 19 $(CXXFLAGS) $(LDFLAGS) \
27 $(CXXFLAGS) $(LDFLAGS) \
35 $(CXXFLAGS) $(LDFLAGS) \
43 $(CXXFLAGS) $(LDFLAGS) \
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue6997_linux.go 14 #cgo LDFLAGS: -pthread
sigprocmask.go 11 #cgo LDFLAGS: -pthread
  /prebuilts/go/darwin-x86/misc/cgo/testsanitizers/src/
msan2_cmsan.go 8 #cgo LDFLAGS: -fsanitize=memory
tsan.go 13 #cgo LDFLAGS: -fsanitize=thread
tsan10.go 21 #cgo LDFLAGS: -g -fsanitize=thread
tsan3.go 12 #cgo LDFLAGS: -fsanitize=thread
tsan4.go 11 // #cgo LDFLAGS: -fsanitize=thread
tsan7.go 12 #cgo LDFLAGS: -fsanitize=thread
  /prebuilts/go/darwin-x86/src/cmd/go/
note_test.go 17 // This test is essentially checking that -ldflags=-buildid=XXX works,
23 tg.run("build", "-ldflags", "-buildid="+buildID, "-o", tg.path("hello.exe"), tg.path("hello.go"))
41 tg.run("build", "-ldflags", "-buildid="+buildID+" -linkmode=external", "-o", tg.path("hello2.exe"), tg.path("hello.go"))
54 err := tg.doRun([]string{"build", "-ldflags", "-buildid=" + buildID + " -linkmode=external -extldflags=-fuse-ld=gold", "-o", tg.path("hello3.exe"), tg.path("hello.go")})
  /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/misc/cgo/test/
issue6997_linux.go 14 #cgo LDFLAGS: -pthread
sigprocmask.go 11 #cgo LDFLAGS: -pthread
  /prebuilts/go/linux-x86/misc/cgo/testsanitizers/src/
msan2_cmsan.go 8 #cgo LDFLAGS: -fsanitize=memory
tsan.go 13 #cgo LDFLAGS: -fsanitize=thread
tsan10.go 21 #cgo LDFLAGS: -g -fsanitize=thread
tsan3.go 12 #cgo LDFLAGS: -fsanitize=thread
tsan4.go 11 // #cgo LDFLAGS: -fsanitize=thread
tsan7.go 12 #cgo LDFLAGS: -fsanitize=thread
  /prebuilts/go/linux-x86/src/cmd/go/
note_test.go 17 // This test is essentially checking that -ldflags=-buildid=XXX works,
23 tg.run("build", "-ldflags", "-buildid="+buildID, "-o", tg.path("hello.exe"), tg.path("hello.go"))
41 tg.run("build", "-ldflags", "-buildid="+buildID+" -linkmode=external", "-o", tg.path("hello2.exe"), tg.path("hello.go"))
54 err := tg.doRun([]string{"build", "-ldflags", "-buildid=" + buildID + " -linkmode=external -extldflags=-fuse-ld=gold", "-o", tg.path("hello3.exe"), tg.path("hello.go")})
  /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()
  /prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/stlport/test/
Makefile 19 $(CXXFLAGS) $(LDFLAGS) \
27 $(CXXFLAGS) $(LDFLAGS) \
35 $(CXXFLAGS) $(LDFLAGS) \
43 $(CXXFLAGS) $(LDFLAGS) \
  /prebuilts/python/linux-x86/2.7.5/share/pretty-printers/stlport/test/
Makefile 19 $(CXXFLAGS) $(LDFLAGS) \
27 $(CXXFLAGS) $(LDFLAGS) \
35 $(CXXFLAGS) $(LDFLAGS) \
43 $(CXXFLAGS) $(LDFLAGS) \
  /toolchain/benchmark/
run.py 79 '--ldflags',
221 def check_count(compiler, llvm_version, build_os, cflags, ldflags):
233 if len(ldflags) != 0:
234 if count != 0 and len(ldflags) != count:
236 count = len(ldflags)
249 ldflags):
260 if ldflags:
261 build_cmd.append('--ldflags=' + ldflags[setting_no])
405 ldflags = arguments.ldflag
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/doc/
makefile.vms 19 LDFLAGS = /nomap

Completed in 853 milliseconds

<<11121314151617181920>>