HomeSort by relevance Sort by last modified time
    Searched defs:gold (Results 101 - 114 of 114) sorted by null

1 2 3 45

  /toolchain/binutils/binutils-2.25/gold/
incremental.cc 1 // inremental.cc -- incremental linking support for gold
6 // This file is part of gold.
23 #include "gold.h"
41 namespace gold { namespace
961 // Always store 'gold' as argv[0] to avoid a full relink if the user used a
963 std::string args("gold");
    [all...]
layout.h 1 // layout.h -- lay out output file sections for gold -*- C++ -*-
6 // This file is part of gold.
39 namespace gold namespace
1034 // Create a note section for gold version.
    [all...]
object.cc 1 // object.cc -- support for an object file for linking in gold
6 // This file is part of gold.
23 #include "gold.h"
45 namespace gold namespace
3097 namespace gold namespace
    [all...]
object.h 1 // object.h -- support for an object file for linking in gold -*- C++ -*-
6 // This file is part of gold.
35 namespace gold namespace
    [all...]
options.h 1 // options.h -- handle command line options for gold -*- C++ -*-
6 // This file is part of gold.
49 namespace gold namespace
    [all...]
symtab.cc 1 // symtab.cc -- the gold symbol table
6 // This file is part of gold.
23 #include "gold.h"
45 namespace gold namespace
    [all...]
symtab.h 1 // symtab.h -- the gold symbol table -*- C++ -*-
6 // This file is part of gold.
38 namespace gold namespace
    [all...]
dwp.cc 55 namespace gold { namespace
231 // The ELF file, represented as a gold Relobj instance.
    [all...]
incremental.h 1 // inremental.h -- incremental linking support for gold -*- C++ -*-
6 // This file is part of gold.
36 namespace gold namespace
    [all...]
output.cc 1 // output.cc -- manage the output file for gold
6 // This file is part of gold.
23 #include "gold.h"
119 namespace gold namespace
    [all...]
script-sections.cc 1 // script-sections.cc -- linker script SECTIONS for gold
6 // This file is part of gold.
23 #include "gold.h"
43 namespace gold namespace
    [all...]
script.cc 1 // script.cc -- handle linker scripts for gold.
6 // This file is part of gold.
23 #include "gold.h"
48 namespace gold namespace
    [all...]
output.h 1 // output.h -- manage the output file for gold -*- C++ -*-
6 // This file is part of gold.
34 namespace gold namespace
    [all...]
  /external/opencv3/modules/core/misc/java/test/
CoreTest.java 1447 Mat gold = new Mat(1, 4, CvType.CV_32F) { local
1469 Mat gold = new Mat(1, 4, CvType.CV_32F) { local
    [all...]

Completed in 6512 milliseconds

1 2 3 45