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

1 2 3 4

  /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 41 tg.run("build", "-ldflags", "-buildid="+buildID+" -linkmode=external", "-o", tg.path("hello2.exe"), tg.path("hello.go"))
44 t.Fatalf("reading build ID from hello binary (linkmode=external): %v", err)
47 t.Fatalf("buildID in hello binary = %q, want %q (linkmode=external)", id, buildID)
54 err := tg.doRun([]string{"build", "-ldflags", "-buildid=" + buildID + " -linkmode=external -extldflags=-fuse-ld=gold", "-o", tg.path("hello3.exe"), tg.path("hello.go")})
66 t.Fatalf("reading build ID from hello binary (linkmode=external -extldflags=-fuse-ld=gold): %v", err)
69 t.Fatalf("buildID in hello binary = %q, want %q (linkmode=external -extldflags=-fuse-ld=gold)", id, buildID)
  /prebuilts/go/linux-x86/src/cmd/go/
note_test.go 41 tg.run("build", "-ldflags", "-buildid="+buildID+" -linkmode=external", "-o", tg.path("hello2.exe"), tg.path("hello.go"))
44 t.Fatalf("reading build ID from hello binary (linkmode=external): %v", err)
47 t.Fatalf("buildID in hello binary = %q, want %q (linkmode=external)", id, buildID)
54 err := tg.doRun([]string{"build", "-ldflags", "-buildid=" + buildID + " -linkmode=external -extldflags=-fuse-ld=gold", "-o", tg.path("hello3.exe"), tg.path("hello.go")})
66 t.Fatalf("reading build ID from hello binary (linkmode=external -extldflags=-fuse-ld=gold): %v", err)
69 t.Fatalf("buildID in hello binary = %q, want %q (linkmode=external -extldflags=-fuse-ld=gold)", id, buildID)
  /toolchain/binutils/binutils-2.27/
ltmain.sh     [all...]
  /external/ImageMagick/config/
ltmain.sh     [all...]
  /external/curl/
ltmain.sh     [all...]
  /external/libevent/
ltmain.sh     [all...]
  /external/libpng/
ltmain.sh     [all...]
  /external/pcre/dist2/
ltmain.sh     [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/
ltmain.sh     [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/
ltmain.sh     [all...]
  /prebuilts/go/darwin-x86/src/cmd/nm/
nm_test.go 101 linkmode := "internal"
103 linkmode = "external"
105 args = append(args, "-ldflags", "-linkmode="+linkmode)
  /prebuilts/go/linux-x86/src/cmd/nm/
nm_test.go 101 linkmode := "internal"
103 linkmode = "external"
105 args = append(args, "-ldflags", "-linkmode="+linkmode)
  /external/cmockery/cmockery_0_1_2/
libtool     [all...]
ltmain.sh     [all...]
  /external/swiftshader/third_party/LLVM/autoconf/
ltmain.sh     [all...]
  /external/google-breakpad/autotools/
ltmain.sh     [all...]
  /external/google-tv-pairing-protocol/cpp/
libtool     [all...]
ltmain.sh     [all...]

Completed in 2153 milliseconds

1 2 3 4