Searched refs:gold (Results 1 - 25 of 513) sorted by relevance

1234567891011>>

/netbsd-current/games/hack/
H A Ddef.gold.h1 /* $NetBSD: def.gold.h,v 1.5 2003/04/02 18:36:34 jsm Exp $ */
66 struct gold { struct
67 struct gold *ngold;
72 #define newgold() ((struct gold *) alloc(sizeof(struct gold)))
73 extern struct gold *fgold;
H A Dhack.lev.c81 static void savegoldchn(int, struct gold *);
183 savegoldchn(int fd, struct gold *gold) argument
185 struct gold *gold2;
186 while (gold) {
187 gold2 = gold->ngold;
188 bwrite(fd, gold, sizeof(struct gold));
189 free(gold);
190 gold
211 struct gold *gold; local
[all...]
H A Dhack.mkobj.c208 struct gold *gold; local
211 if ((gold = g_at(x, y)) != NULL)
212 gold->amount += amount;
214 gold = newgold();
215 gold->ngold = fgold;
216 gold->gx = x;
217 gold->gy = y;
218 gold->amount = amount;
219 fgold = gold;
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gold/testsuite/
H A Dtestfile.h6 // 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;
H A Dtestmain.cc1 // 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];
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Ddefstd.h1 // defstd.h -- define standard symbols for gold -*- C++ -*-
6 // This file is part of gold.
28 namespace gold namespace
34 } // End namespace gold.
H A Dnacl.cc1 // 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
H A Dcref.h1 // cref.h -- cross reference reports for gold -*- C++ -*-
6 // This file is part of gold.
28 namespace gold namespace
77 } // End namespace gold.
H A Ddirsearch.cc1 // 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
222 namespace gold namespace
[all...]
H A Dversion.cc1 // 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.
H A Dtimer.h6 // This file is part of gold.
26 namespace gold namespace
H A Doptions.cc1 // options.c -- handle command line options for gold
6 // This file is part of gold.
23 #include "gold.h"
43 namespace gold namespace
158 printf(_("Usage: %s [options] file...\nOptions:\n"), gold::program_name);
166 printf(_("%s: supported targets:"), gold::program_name);
168 gold::supported_target_names(&supported_names);
175 printf(_("%s: supported emulations:"), gold::program_name);
177 gold::supported_emulation_names(&supported_names);
314 gold
1007 namespace gold namespace
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Ddefstd.h1 // defstd.h -- define standard symbols for gold -*- C++ -*-
6 // This file is part of gold.
28 namespace gold namespace
34 } // End namespace gold.
H A Dcref.h1 // cref.h -- cross reference reports for gold -*- C++ -*-
6 // This file is part of gold.
28 namespace gold namespace
77 } // End namespace gold.
H A Dnacl.cc1 // 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
H A Ddirsearch.cc1 // 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
222 namespace gold namespace
[all...]
H A Dtimer.h6 // This file is part of gold.
26 namespace gold namespace
H A Dversion.cc1 // 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.
H A Doptions.cc1 // options.c -- handle command line options for gold
6 // This file is part of gold.
23 #include "gold.h"
43 namespace gold namespace
158 printf(_("Usage: %s [options] file...\nOptions:\n"), gold::program_name);
166 printf(_("%s: supported targets:"), gold::program_name);
168 gold::supported_target_names(&supported_names);
175 printf(_("%s: supported emulations:"), gold::program_name);
177 gold::supported_emulation_names(&supported_names);
314 gold
978 namespace gold namespace
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Ddefstd.h1 // defstd.h -- define standard symbols for gold -*- C++ -*-
6 // This file is part of gold.
28 namespace gold namespace
34 } // End namespace gold.
H A Dcref.h1 // cref.h -- cross reference reports for gold -*- C++ -*-
6 // This file is part of gold.
28 namespace gold namespace
77 } // End namespace gold.
H A Dnacl.cc1 // 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
H A Ddirsearch.cc1 // 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
222 namespace gold namespace
[all...]
H A Dtimer.h6 // This file is part of gold.
26 namespace gold namespace
H A Dversion.cc1 // 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.

Completed in 195 milliseconds

1234567891011>>