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

1 2 3 4 5 6 7 8 9

  /toolchain/binutils/binutils-2.27/gold/testsuite/
testfile.h 6 // This file is part of gold.
26 namespace gold namespace
34 extern gold::Target* target_test_pointer_32_little;
35 extern gold::Target* target_test_pointer_32_big;
36 extern gold::Target* target_test_pointer_64_little;
37 extern gold::Target* target_test_pointer_64_big;
testmain.cc 1 // testmain.cc -- main function for simplisitic gold test framework.
6 // This file is part of gold.
23 #include "gold.h"
34 gold::program_name = argv[0];
  /toolchain/binutils/binutils-2.27/gold/
defstd.h 1 // defstd.h -- define standard symbols for gold -*- C++ -*-
6 // This file is part of gold.
28 namespace gold namespace
34 } // End namespace gold.
cref.h 1 // cref.h -- cross reference reports for gold -*- C++ -*-
6 // This file is part of gold.
28 namespace gold namespace
77 } // End namespace gold.
nacl.cc 1 // nacl.cc -- Native Client support for gold
5 // This file is part of gold.
22 #include "gold.h"
30 namespace gold namespace
47 } // end namespace gold
timer.h 6 // This file is part of gold.
26 namespace gold namespace
dirsearch.cc 1 // dirsearch.cc -- directory searching for gold
6 // This file is part of gold.
23 #include "gold.h"
32 #include "gold-threads.h"
73 gold::gold_error(_("%s: can not read directory: %s"),
83 gold::gold_warning("%s: closedir failed: %s", this->dirname_,
121 gold::Lock lock_;
137 gold::Hold_lock hl(this->lock_);
147 gold::Hold_lock hl(this->lock_);
170 class Dir_cache_task : public gold::Tas
222 namespace gold namespace
    [all...]
common.h 1 // common.h -- handle common symbols for gold -*- C++ -*-
6 // This file is part of gold.
28 namespace gold namespace
65 } // End namespace gold.
compressed_output.h 1 // compressed_output.h -- compressed output sections for gold -*- C++ -*-
6 // This file is part of gold.
35 namespace gold namespace
84 } // End namespace gold.
version.cc 1 // version.c -- print gold version information
6 // This file is part of gold.
23 #include "gold.h"
30 namespace gold namespace
33 // The version of gold.
48 // GNU gold (GNU binutils 2.19) 1.4
60 printf("GNU gold (%s) %s\n", bfd_version.c_str(), version_string);
81 } // End namespace gold.
workqueue-internal.h 1 // workqueue-internal.h -- internal work queue header for gold -*- C++ -*-
6 // This file is part of gold.
29 #include "gold-threads.h"
32 // This is an internal header file for different gold workqueue
35 namespace gold namespace
107 } // End namespace gold.
options.cc 1 // options.c -- handle command line options for gold
6 // This file is part of gold.
23 #include "gold.h"
43 namespace gold namespace
156 printf(_("Usage: %s [options] file...\nOptions:\n"), gold::program_name);
164 printf(_("%s: supported targets:"), gold::program_name);
166 gold::supported_target_names(&supported_names);
173 printf(_("%s: supported emulations:"), gold::program_name);
175 gold::supported_emulation_names(&supported_names);
312 gold::print_version(print_short)
931 namespace gold namespace
    [all...]
descriptors.h 1 // descriptors.h -- manage file descriptors for gold -*- C++ -*-
6 // This file is part of gold.
28 #include "gold-threads.h"
30 namespace gold namespace
33 // This class manages file descriptors for gold.
115 } // End namespace gold.
dirsearch.h 1 // dirsearch.h -- directory searching for gold -*- C++ -*-
6 // This file is part of gold.
32 namespace gold namespace
88 } // End namespace gold.
gc.cc 6 // This file is part of gold.
24 #include "gold.h"
29 namespace gold namespace
67 } // End namespace gold.
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/tests/yui/
charset-media.css 7 background-color: gold;
  /external/swiftshader/third_party/LLVM/tools/gold/
Makefile 1 #===- tools/gold/Makefile ----------------------------------*- Makefile -*-===##
13 EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/gold.exports
  /prebuilts/go/darwin-x86/src/crypto/sha1/
fallback_test.go 26 gold := "0f58c2bb130f8182375f325c18342215255387e5"
31 if out != gold {
32 t.Fatalf("mismatch: got %s, wanted %s", out, gold)
  /prebuilts/go/darwin-x86/src/crypto/sha256/
fallback_test.go 26 gold := "e93d84ec2b22383123be9f713697fb25" +
32 if out != gold {
33 t.Fatalf("mismatch: got %s, wanted %s", out, gold)
  /prebuilts/go/darwin-x86/src/crypto/sha512/
fallback_test.go 26 gold := "6922e319366d677f34c504af31bfcb29" +
34 if out != gold {
35 t.Fatalf("mismatch: got %s, wanted %s", out, gold)
  /prebuilts/go/linux-x86/src/crypto/sha1/
fallback_test.go 26 gold := "0f58c2bb130f8182375f325c18342215255387e5"
31 if out != gold {
32 t.Fatalf("mismatch: got %s, wanted %s", out, gold)
  /prebuilts/go/linux-x86/src/crypto/sha256/
fallback_test.go 26 gold := "e93d84ec2b22383123be9f713697fb25" +
32 if out != gold {
33 t.Fatalf("mismatch: got %s, wanted %s", out, gold)
  /prebuilts/go/linux-x86/src/crypto/sha512/
fallback_test.go 26 gold := "6922e319366d677f34c504af31bfcb29" +
34 if out != gold {
35 t.Fatalf("mismatch: got %s, wanted %s", out, gold)
  /prebuilts/go/darwin-x86/src/cmd/go/
note_test.go 52 // Test while forcing use of the gold linker, since in the past
53 // we've had trouble reading the notes generated by gold.
54 err := tg.doRun([]string{"build", "-ldflags", "-buildid=" + buildID + " -linkmode=external -extldflags=-fuse-ld=gold", "-o", tg.path("hello3.exe"), tg.path("hello.go")})
56 if tg.grepCountBoth("(invalid linker|gold|cannot find 'ld')") > 0 {
57 // It's not an error if gold isn't there. gcc claims it "cannot find 'ld'" if
58 // ld.gold is missing, see issue #22340.
59 t.Log("skipping gold test")
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 52 // Test while forcing use of the gold linker, since in the past
53 // we've had trouble reading the notes generated by gold.
54 err := tg.doRun([]string{"build", "-ldflags", "-buildid=" + buildID + " -linkmode=external -extldflags=-fuse-ld=gold", "-o", tg.path("hello3.exe"), tg.path("hello.go")})
56 if tg.grepCountBoth("(invalid linker|gold|cannot find 'ld')") > 0 {
57 // It's not an error if gold isn't there. gcc claims it "cannot find 'ld'" if
58 // ld.gold is missing, see issue #22340.
59 t.Log("skipping gold test")
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)

Completed in 444 milliseconds

1 2 3 4 5 6 7 8 9