Searched refs:symbol (Results 1 - 25 of 1067) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/include/
H A Dsymbol.h27 class symbol { class
35 symbol(const char *p, int how = 0);
36 symbol();
38 int operator ==(symbol) const;
39 int operator !=(symbol) const;
46 extern const symbol NULL_SYMBOL;
47 extern const symbol EMPTY_SYMBOL;
49 inline symbol::symbol() : s(0) function in class:symbol
53 inline int symbol
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.brendan/
H A Ddef-fns1.C8 class symbol { class
10 symbol ();
19 symbol name;
21 hyphenation_language(symbol nm) : name(nm), exceptions(501) {}
H A Dgroff1.C10 class symbol class
13 symbol(const char *p, int how = 0) {} function in class:symbol
14 symbol() {} function in class:symbol
20 void lookup(symbol s, void *v=0) { win = 1; }
30 exceptions.lookup (symbol (buf), tem);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.brendan/
H A Ddef-fns1.C8 class symbol { class
10 symbol ();
19 symbol name;
21 hyphenation_language(symbol nm) : name(nm), exceptions(501) {}
H A Dgroff1.C10 class symbol class
13 symbol(const char *p, int how = 0) {} function in class:symbol
14 symbol() {} function in class:symbol
20 void lookup(symbol s, void *v=0) { win = 1; }
30 exceptions.lookup (symbol (buf), tem);
/netbsd-6-1-5-RELEASE/lib/librumphijack/
H A Dhijackdlsym.c46 bouncer(void *handle, const char *symbol) argument
49 return dlsym(handle, symbol);
53 rumphijack_dlsym(void *handle, const char *symbol) argument
56 return bouncer(handle, symbol);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mips/
H A Dnoat-4.s2 lw $27, symbol($27)
H A Dnoat-7.s2 sw $27, symbol($27)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.jason/
H A Ddefault1.C6 int add(int const &symbol,
9 int add_sym(int const &symbol,
15 add_sym(fname); // Guarantee a symbol exists
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.jason/
H A Ddefault1.C6 int add(int const &symbol,
9 int add_sym(int const &symbol,
15 add_sym(fname); // Guarantee a symbol exists
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/lib/
H A Ddounssym2 # objdump the symbol table, but strip off the headings and symbol
3 # numbers and sort the result. Intended for use in comparing symbol
6 objdump +symbols +omit-symbol-numbers $1 \
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/gdb/
H A Dsignals.h54 #define SET(symbol, constant, name, string) \
55 symbol = constant,
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/gdb/
H A Dsignals.h54 #define SET(symbol, constant, name, string) \
55 symbol = constant,
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Ddw2gencfi.h27 struct symbol;
36 extern void cfi_new_fde (struct symbol *);
37 extern void cfi_end_fde (struct symbol *);
39 extern void cfi_add_advance_loc (struct symbol *);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-plugin/
H A Dplugin-12.d2 .*: symbol `func' definition: 0, visibility: 0, resolution: 2
3 .*: symbol `func1' definition: 0, visibility: 1, resolution: 3
4 .*: symbol `func2' definition: 0, visibility: 2, resolution: 3
5 .*: symbol `func3' definition: 0, visibility: 3, resolution: 3
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr22279.C13 struct symbol struct
24 void symbol::init() { name = string(); }
27 symbol first;
28 symbol second;
29 pair(const symbol& __a, const symbol& __b) : first(__a), second(__b) { }
38 symbol base;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr22279.C13 struct symbol struct
24 void symbol::init() { name = string(); }
27 symbol first;
28 symbol second;
29 pair(const symbol& __a, const symbol& __b) : first(__a), second(__b) { }
38 symbol base;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/elf/
H A Dpseudo.l2 [^:]*:2: Error: Missing symbol name in directive
3 [^:]*:4: Error: Missing symbol name in directive
4 [^:]*:6: Error: Missing symbol name in directive
5 [^:]*:8: Error: Missing symbol name in directive
6 [^:]*:10: Error: Missing symbol name in directive
7 [^:]*:12: Error: Missing symbol name in directive
8 [^:]*:14: Error: Missing symbol name in directive
10 [^:]*:16: Error: Missing symbol name in directive
11 [^:]*:18: Error: Missing symbol name in directive
12 [^:]*:18: Error: unrecognized symbol typ
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/cf/
H A Dw32-def-from-dll.pl54 my ($ordinal, $symbol, $in) = ($1, $2, $3);
56 if ($in eq "") { $in = $symbol };
57 $forward_exports{$symbol} = $in;
80 my ($ordinal, $symbol, $in) = ($1, $2, $3);
82 if ($strip_leading_underscore && $symbol =~ /_(.*)/) {
83 $symbol = $1;
85 if (exists $local_exports{$symbol}) {
86 print "\t".$symbol;
87 print " = ".$local_exports{$symbol};
88 if ($in ne $local_exports{$symbol} an
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dgentmap.c7 char *symbol; member in struct:tdefs
44 for (t = &sys_tdefs[0]; t->symbol; ++t)
45 printf ("#define TARGET_%s %d\n", t->symbol, t->value);
49 for (t = &errno_tdefs[0]; t->symbol; ++t)
50 printf ("#define TARGET_%s %d\n", t->symbol, t->value);
54 for (t = &open_tdefs[0]; t->symbol; ++t)
55 printf ("#define TARGET_%s 0x%x\n", t->symbol, t->value);
78 for (t = &sys_tdefs[0]; t->symbol; ++t)
80 printf ("#ifdef CB_%s\n", t->symbol);
81 printf (" { CB_%s, TARGET_%s },\n", t->symbol,
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/python/
H A Dpy-symbol.c30 /* The GDB symbol structure this object is wrapping. */
31 struct symbol *symbol; member in struct:sympy_symbol_object
32 /* A symbol object is associated with an objfile, so keep track with
34 invalidate the underlying struct symbol when the objfile is
40 /* Require a valid symbol. All access to symbol_object->symbol should be
42 #define SYMPY_REQUIRE_VALID(symbol_obj, symbol) \
44 symbol = symbol_object_to_symbol (symbol_obj); \
45 if (symbol
59 struct symbol *symbol = NULL; local
71 struct symbol *symbol = NULL; local
81 struct symbol *symbol = NULL; local
91 struct symbol *symbol = NULL; local
101 struct symbol *symbol = NULL; local
111 struct symbol *symbol = NULL; local
121 struct symbol *symbol = NULL; local
131 struct symbol *symbol = NULL; local
144 struct symbol *symbol = NULL; local
157 struct symbol *symbol = NULL; local
176 struct symbol *symbol = NULL; local
191 set_symbol(symbol_object *obj, struct symbol *symbol) argument
261 struct symbol *symbol; local
322 struct symbol *symbol; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dsymtab.h28 struct symbol;
41 struct symbol
85 /* Define a structure for the information that is common to all symbol types,
88 be recorded along with each symbol. */
94 /* Name of the symbol. This is a required field. Storage for the
102 /* Value of the symbol. Which member of this union to use, and what
103 it means, depends on what kind of symbol this is and its
123 struct symbol *chain;
144 /* Record the source code language that applies to this symbol.
150 /* Which section is this symbol i
561 struct symbol struct
1265 struct symbol *symbol; member in struct:symbol_search
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/roff/troff/
H A Ddictionary.h29 symbol s;
41 int get(symbol *, void **);
53 void *lookup(symbol s, void *v=0); // returns value associated with key
56 void *remove(symbol);
75 int get(symbol *, object **);
82 object *lookup(symbol nm);
83 void define(symbol nm, object *obj);
84 void rename(symbol oldnm, symbol newnm);
85 void remove(symbol n
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/arm/
H A Dadr-invalid.l2 [^:]*:3: Error: symbol var is in a different section
3 [^:]*:4: Error: undefined symbol undefinedvar used as an immediate value
4 [^:]*:5: Error: symbol var is in a different section
5 [^:]*:6: Error: undefined symbol undefinedvar used as an immediate value
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/symver/
H A Dsymver6.l2 .*:7: Error: multiple versions \[`foo@version1'|`foo@@version1'\] for symbol `foo'

Completed in 231 milliseconds

1234567891011>>