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

1 2 3 45

  /prebuilts/go/darwin-x86/misc/cgo/testcarchive/
carchive_test.go 458 cmd := exec.Command("go", "build", "-buildmode=c-archive", "-ldflags=-extar="+filepath.Join(dir, "testar"), "-o", "libgo4.a", "libgo4")
  /prebuilts/go/linux-x86/misc/cgo/testcarchive/
carchive_test.go 458 cmd := exec.Command("go", "build", "-buildmode=c-archive", "-ldflags=-extar="+filepath.Join(dir, "testar"), "-o", "libgo4.a", "libgo4")
  /build/soong/cc/
cc.go 109 LdFlags []string // Flags that apply to linker command lines
147 // cppflags, conlyflags, ldflags, or include_dirs
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/
go_test.go 639 tg.runFail("build", "-ldflags", "-crash_for_testing", tg.path("triv.go"))
    [all...]
alldocs.go 124 // -ldflags 'flag list'
    [all...]
pkg.go 924 // -ldflags=-linkmode=external. External linking mode forces
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
go_test.go 639 tg.runFail("build", "-ldflags", "-crash_for_testing", tg.path("triv.go"))
    [all...]
alldocs.go 124 // -ldflags 'flag list'
    [all...]
pkg.go 924 // -ldflags=-linkmode=external. External linking mode forces
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
configure 681 LDFLAGS
808 LDFLAGS
    [all...]

Completed in 147 milliseconds

1 2 3 45