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

1234567891011>>

/openbsd-current/regress/usr.bin/mandoc/eqn/nullary/
H A DMakefile3 REGRESS_TARGETS = roman symbol
4 UTF8_TARGETS = symbol
5 HTML_TARGETS = roman symbol
/openbsd-current/gnu/usr.bin/gcc/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.C9 class symbol class
12 symbol(const char *p, int how = 0) {} function in class:symbol
13 symbol() {} function in class:symbol
19 void lookup(symbol s, void *v=0) { win = 1; }
29 exceptions.lookup (symbol (buf), tem);
/openbsd-current/gnu/usr.bin/gcc/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
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_asm.h46 # define ASM_HIDDEN(symbol) .hidden symbol
47 # define ASM_TYPE_FUNCTION(symbol) .type symbol, %function
48 # define ASM_SIZE(symbol) .size symbol, .-symbol
49 # define ASM_SYMBOL(symbol) symbol
50 # define ASM_SYMBOL_INTERCEPTOR(symbol) symbo
[all...]
/openbsd-current/gnu/usr.bin/binutils/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 *);
/openbsd-current/gnu/usr.bin/binutils-2.17/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 *);
/openbsd-current/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/
H A DDemo.pm9 my ($package, $symbol, $referent, $attr, $data, $phase) = @_;
11 print STDERR 'Scalar $', *{$symbol}{NAME},
23 my ($package, $symbol, $referent, $attr, $data) = @_;
25 print STDERR 'Hash %', *{$symbol}{NAME},
30 my ($package, $symbol, $referent, $attr, $data) = @_;
32 print STDERR 'Sub &', *{$symbol}{NAME},
37 my ($package, $symbol, $referent, $attr, $data) = @_;
39 print STDERR ref($referent), ' ', *{$symbol}{NAME},
44 my ($package, $symbol, $referent, $attr, $data) = @_;
46 print STDERR ref($referent), ' ', *{$symbol}{NAM
[all...]
/openbsd-current/lib/csu/
H A Dextern.h36 # define MD_DATA_SECTION_FLAGS_SYMBOL(section, flags, type, symbol) \
37 extern __dso_hidden type symbol[]; \
40 #symbol": \n" \
42 # define MD_DATA_SECTION_SYMBOL_VALUE(section, type, symbol, value) \
43 extern __dso_hidden type symbol[]; \
46 #symbol": \n" \
/openbsd-current/regress/lib/libcrypto/symbols/
H A Dsymbols.awk46 for (symbol in symbols) {
48 printf("\t\t\t.name = \"%s\",\n", symbol)
49 printf("\t\t\t.addr = &%s,\n", symbol)
/openbsd-current/gnu/usr.bin/perl/os2/
H A Ddlfcn.h2 void *dlsym(void *handle, const char *symbol);
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dsymtab.h30 struct symbol;
42 struct symbol
81 /* Define a structure for the information that is common to all symbol types,
84 be recorded along with each symbol. */
90 /* Name of the symbol. This is a required field. Storage for the
98 /* Value of the symbol. Which member of this union to use, and what
99 it means, depends on what kind of symbol this is and its
119 struct symbol *chain;
137 /* Record the source code language that applies to this symbol.
143 /* Which section is this symbol i
601 struct symbol struct
1360 struct symbol *symbol; member in struct:symbol_search
[all...]
H A Ddictionary.h1 /* Routines for name->symbol lookups in GDB.
35 struct symbol;
76 the most common parts of the interface, namely symbol lookup, are
84 /* Add a symbol to an expandable dictionary. */
86 extern void dict_add_symbol (struct dictionary *dict, struct symbol *sym);
104 struct symbol *current;
107 /* Initialize ITERATOR to point at the first symbol in DICT, and
108 return that first symbol, or NULL if DICT is empty. */
110 extern struct symbol *dict_iterator_first (const struct dictionary *dict,
113 /* Advance ITERATOR, and return the next symbol, o
[all...]
H A Ddictionary.c1 /* Routines for name->symbol lookups in GDB.
114 /* Add a symbol to a dictionary, if possible. */
115 void (*add_symbol) (struct dictionary *dict, struct symbol *sym);
117 struct symbol *(*iterator_first) (const struct dictionary *dict,
119 struct symbol *(*iterator_next) (struct dict_iterator *iterator);
121 struct symbol *(*iter_name_first) (const struct dictionary *dict,
124 struct symbol *(*iter_name_next) (const char *name,
138 struct symbol **buckets;
145 struct symbol **buckets;
154 struct symbol **sym
[all...]
H A Dcp-support.h33 struct symbol;
65 extern struct symbol **make_symbol_overload_list (const char *,
88 extern void cp_set_block_scope (const struct symbol *symbol,
92 extern void cp_scan_for_anonymous_namespaces (const struct symbol *symbol);
94 extern struct symbol *cp_lookup_symbol_nonlocal (const char *name,
100 extern struct symbol *cp_lookup_symbol_namespace (const char *namespace,
/openbsd-current/lib/csu/arm/
H A Dmd_init.h39 #define MD_DATA_SECTION_FLAGS_SYMBOL(section, flags, type, symbol) \
40 extern __dso_hidden type symbol[]; \
43 #symbol": \n" \
45 #define MD_DATA_SECTION_SYMBOL_VALUE(section, type, symbol, value) \
46 extern __dso_hidden type symbol[]; \
49 #symbol": \n" \
/openbsd-current/lib/csu/hppa/
H A Dmd_init.h30 #define MD_DATA_SECTION_FLAGS_SYMBOL(section, flags, type, symbol) \
31 extern __dso_hidden type symbol[]; \
34 #symbol" \n" \
36 #define MD_DATA_SECTION_SYMBOL_VALUE(section, type, symbol, value) \
37 extern __dso_hidden type symbol[]; \
40 #symbol" \n" \
/openbsd-current/regress/lib/libssl/symbols/
H A Dsymbols.awk45 for (symbol in symbols) {
47 printf("\t\t\t.name = \"%s\",\n", symbol)
48 printf("\t\t\t.addr = &%s,\n", symbol)
/openbsd-current/gnu/gcc/gcc/config/i386/
H A Dnwld.c36 nwld_named_section_asm_out_constructor (rtx symbol, int priority) argument
53 assemble_integer (symbol, POINTER_SIZE / BITS_PER_UNIT, POINTER_SIZE, 1);
57 nwld_named_section_asm_out_destructor (rtx symbol, int priority) argument
73 assemble_integer (symbol, POINTER_SIZE / BITS_PER_UNIT, POINTER_SIZE, 1);
/openbsd-current/sys/arch/amd64/include/
H A Dcodepatch.h105 #define CODEPATCH_CODE(symbol, instructions...) \
107 .globl symbol; \
108 symbol: instructions; \
109 .size symbol, . - symbol
112 #define CODEPATCH_CODE_LEN(symbol, instructions...) \
113 CODEPATCH_CODE(symbol, instructions); \
114 996: .globl symbol##_len; \
116 symbol##_len: \
117 .short 996b - symbol; \
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/config/alpha/
H A Dtm-alpha.h32 struct symbol;
34 /* Special symbol found in blocks associated with routines. We can hang
38 extern void ecoff_relocate_efi (struct symbol *, CORE_ADDR);
63 a frame. The PC is looked up to see what function it's in; symbol
/openbsd-current/gnu/usr.bin/perl/ext/Fcntl/t/
H A Dautoload.t9 foreach my $symbol (qw(SEEK_SET O_BINARY S_ENFMT)) {
10 my $full_name = "Fcntl::$symbol";
20 qr/^Your vendor has not defined Fcntl macro $symbol, used at \(eval [0-9]+\) line 1\n\z/,
21 "Expected error message for $symbol, not defined on this system");
/openbsd-current/usr.sbin/crunchgen/
H A Dcrunchide.c29 * crunchide.c - tiptoes through an a.out symbol table, hiding all defined
76 int in_keep_list(char *symbol);
130 add_to_keep_list(char *symbol) argument
136 if ((cmp = strcmp(symbol, curp->sym)) <= 0)
144 newp->sym = strdup(symbol);
157 in_keep_list(char *symbol) argument
163 if ((cmp = strcmp(symbol, curp->sym)) <= 0)
173 char symbol[1024]; local
180 while (fgets(symbol, sizeof(symbol), keep
[all...]
/openbsd-current/gnu/llvm/llvm/bindings/python/llvm/tests/
H A Dtest_object.py39 for symbol in o.get_symbols():
41 assert isinstance(symbol, Symbol)
42 assert isinstance(symbol.name, str)
43 assert isinstance(symbol.address, Integral)
44 assert isinstance(symbol.size, Integral)
48 for symbol in o.get_symbols():
49 symbol.cache()
54 for symbol in o.get_symbols():
55 section = symbol.section
/openbsd-current/gnu/llvm/clang/tools/include-mapping/
H A Dgen_std.py112 for symbol in symbols:
113 if len(symbol.headers) == 1:
115 print("SYMBOL(%s, %s, %s)" % (symbol.name, symbol.namespace,
116 symbol.headers[0]))
117 elif len(symbol.headers) == 0:
118 sys.stderr.write("No header found for symbol %s\n" % symbol.name)
121 sys.stderr.write("Ambiguous header for symbol %s: %s\n" % (
122 symbol
[all...]

Completed in 504 milliseconds

1234567891011>>