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

1 2 3

  /external/toolchain-utils/go/
go_target 23 -linkmode | -linkmode=*) return 0 ;;
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue10607.go 25 func test(linkmode string) {
26 out, err := exec.Command("go", "run", "-ldflags", "-B=0x12345678 -linkmode="+linkmode, filepath.Join("fixedbugs", "issue10607a.go")).CombinedOutput()
28 fmt.Printf("BUG: linkmode=%s %v\n%s\n", linkmode, err, out)
  /prebuilts/go/linux-x86/test/fixedbugs/
issue10607.go 25 func test(linkmode string) {
26 out, err := exec.Command("go", "run", "-ldflags", "-B=0x12345678 -linkmode="+linkmode, filepath.Join("fixedbugs", "issue10607a.go")).CombinedOutput()
28 fmt.Printf("BUG: linkmode=%s %v\n%s\n", linkmode, err, out)
  /external/wpa_supplicant_8/src/drivers/
netlink.h 26 int linkmode, int operstate);
netlink.c 170 int linkmode, int operstate)
195 if (linkmode != -1) {
201 *((char *) RTA_DATA(rta)) = linkmode;
214 wpa_printf(MSG_DEBUG, "netlink: Operstate: ifindex=%d linkmode=%d (%s), operstate=%d (%s)",
215 ifindex, linkmode, linkmode_str(linkmode),
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue7234_test.go 11 // handling string constants when using -linkmode=external. The test
12 // is in this directory because we routinely test -linkmode=external
  /prebuilts/go/linux-x86/misc/cgo/test/
issue7234_test.go 11 // handling string constants when using -linkmode=external. The test
12 // is in this directory because we routinely test -linkmode=external
  /prebuilts/go/darwin-x86/src/cmd/go/
note_test.go 56 tg.run("build", "-ldflags", "-buildid="+buildID+" -linkmode=external", "-o", tg.path("hello.exe"), tg.path("hello.go"))
59 t.Fatalf("reading build ID from hello binary (linkmode=external): %v", err)
62 t.Fatalf("buildID in hello binary = %q, want %q (linkmode=external)", id, buildID)
  /prebuilts/go/linux-x86/src/cmd/go/
note_test.go 56 tg.run("build", "-ldflags", "-buildid="+buildID+" -linkmode=external", "-o", tg.path("hello.exe"), tg.path("hello.go"))
59 t.Fatalf("reading build ID from hello binary (linkmode=external): %v", err)
62 t.Fatalf("buildID in hello binary = %q, want %q (linkmode=external)", id, buildID)
  /prebuilts/go/darwin-x86/src/cmd/dist/
test.go 458 t.addCmd(dt, "src", "go", "test", "-short", "-ldflags=-linkmode=internal -libgcc=none", t.tags(), pkg, t.runFlag(run))
470 t.addCmd(dt, "src", "go", "test", "reflect", "-short", "-buildmode=pie", "-ldflags=-linkmode=internal", t.timeout(60), t.tags(), t.runFlag(""))
712 // linkmode=external fails on OS X 10.6 and earlier == Darwin
726 // linkmode=internal fails on dragonfly since errno is a TLS relocation.
730 // linkmode=internal fails on ppc64le because cmd/link doesn't
823 cmd := t.addCmd(dt, "misc/cgo/test", "go", "test", t.tags(), "-ldflags", "-linkmode=auto", t.runFlag(""))
827 cmd := t.addCmd(dt, "misc/cgo/test", "go", "test", "-ldflags", "-linkmode=internal", t.runFlag(""))
836 // test linkmode=external, but __thread not supported, so skip testtls.
840 cmd := t.addCmd(dt, "misc/cgo/test", "go", "test", "-ldflags", "-linkmode=external")
842 cmd = t.addCmd(dt, "misc/cgo/test", "go", "test", "-ldflags", "-linkmode=external -s"
    [all...]
  /prebuilts/go/linux-x86/src/cmd/dist/
test.go 458 t.addCmd(dt, "src", "go", "test", "-short", "-ldflags=-linkmode=internal -libgcc=none", t.tags(), pkg, t.runFlag(run))
470 t.addCmd(dt, "src", "go", "test", "reflect", "-short", "-buildmode=pie", "-ldflags=-linkmode=internal", t.timeout(60), t.tags(), t.runFlag(""))
712 // linkmode=external fails on OS X 10.6 and earlier == Darwin
726 // linkmode=internal fails on dragonfly since errno is a TLS relocation.
730 // linkmode=internal fails on ppc64le because cmd/link doesn't
823 cmd := t.addCmd(dt, "misc/cgo/test", "go", "test", t.tags(), "-ldflags", "-linkmode=auto", t.runFlag(""))
827 cmd := t.addCmd(dt, "misc/cgo/test", "go", "test", "-ldflags", "-linkmode=internal", t.runFlag(""))
836 // test linkmode=external, but __thread not supported, so skip testtls.
840 cmd := t.addCmd(dt, "misc/cgo/test", "go", "test", "-ldflags", "-linkmode=external")
842 cmd = t.addCmd(dt, "misc/cgo/test", "go", "test", "-ldflags", "-linkmode=external -s"
    [all...]
  /toolchain/binutils/binutils-2.25/
ltmain.sh     [all...]
  /external/ImageMagick/config/
ltmain.sh     [all...]
  /external/pcre/dist2/
ltmain.sh     [all...]
  /external/cmockery/cmockery_0_1_2/
libtool     [all...]
ltmain.sh     [all...]
  /external/swiftshader/third_party/LLVM/autoconf/
ltmain.sh     [all...]
  /external/c-ares/
ltmain.sh     [all...]
  /external/google-breakpad/autotools/
ltmain.sh     [all...]
  /external/google-tv-pairing-protocol/cpp/
libtool     [all...]
ltmain.sh     [all...]
  /external/libcap-ng/libcap-ng-0.7/
ltmain.sh     [all...]
  /external/libedit/
ltmain.sh     [all...]
  /external/libevent/
ltmain.sh     [all...]
  /external/libexif/
ltmain.sh     [all...]

Completed in 236 milliseconds

1 2 3