Searched refs:symbol (Results 26 - 50 of 436) sorted by relevance

1234567891011>>

/freebsd-10.2-release/contrib/byacc/test/
H A Dbtyacc_destroy1.y10 struct symbol { class c; type t; name id; };
11 typedef struct symbol symbol;
13 struct namelist { symbol *s; struct namelist *next; };
18 symbol ss;
21 extern symbol *mksymbol(type t, class c, name id);
H A Dbtyacc_destroy2.y10 struct symbol { class c; type t; name id; };
11 typedef struct symbol symbol;
13 struct namelist { symbol *s; struct namelist *next; };
18 symbol ss;
21 extern symbol *mksymbol(type t, class c, name id);
H A Dbtyacc_destroy3.y13 struct symbol { class c; type t; name id; };
14 typedef struct symbol symbol;
16 struct namelist { symbol *s; struct namelist *next; };
21 symbol ss;
24 extern symbol *mksymbol(type t, class c, name id);
H A Derr_inherit2.y8 struct symbol { class c; type t; name id; };
9 typedef struct symbol symbol;
11 struct namelist { symbol *s; struct namelist *next; };
14 extern symbol *mksymbol(type t, class c, name id);
H A Derr_inherit3.y8 struct symbol { class c; type t; name id; };
9 typedef struct symbol symbol;
11 struct namelist { symbol *s; struct namelist *next; };
14 extern symbol *mksymbol(type t, class c, name id);
H A Derr_inherit4.y9 struct symbol { class c; type t; name id; };
10 typedef struct symbol symbol;
12 struct namelist { symbol *s; struct namelist *next; };
15 extern symbol *mksymbol(type t, class c, name id);
H A Derr_inherit5.y8 struct symbol { class c; type t; name id; };
9 typedef struct symbol symbol;
11 struct namelist { symbol *s; struct namelist *next; };
14 extern symbol *mksymbol(type t, class c, name id);
H A Dinherit2.y8 struct symbol { class c; type t; name id; };
9 typedef struct symbol symbol;
11 struct namelist { symbol *s; struct namelist *next; };
14 extern symbol *mksymbol(type t, class c, name id);
/freebsd-10.2-release/contrib/byacc/
H A Dlr0.c5 static core *new_state(int symbol);
6 static Value_t get_state(int symbol);
45 int symbol; local
57 symbol = *itemp;
58 if (symbol >= 0)
61 symbol_count[symbol]++;
96 Value_t symbol; local
103 symbol = shift_symbol[i];
105 while (j > 0 && shift_symbol[j - 1] > symbol)
110 shift_symbol[j] = symbol;
158 get_state(int symbol) argument
253 Value_t symbol; local
282 new_state(int symbol) argument
[all...]
/freebsd-10.2-release/contrib/groff/src/roff/troff/
H A Ddictionary.cpp49 void *dictionary::lookup(symbol s, void *v)
87 symbol s(p, MUST_ALREADY_EXIST);
96 void *dictionary::remove(symbol s)
128 int dictionary_iterator::get(symbol *sp, void **vp)
168 object *object_dictionary::lookup(symbol nm)
173 void object_dictionary::define(symbol nm, object *obj)
181 void object_dictionary::rename(symbol oldnm, symbol newnm)
191 void object_dictionary::remove(symbol nm)
200 int object_dictionary::alias(symbol newn
[all...]
H A Dinput.h104 extern void do_glyph_color(symbol);
105 extern void do_fill_color(symbol);
/freebsd-10.2-release/contrib/ntp/lib/isc/include/isc/
H A Dbacktrace.h23 * dependent way when available. It also manages an internal symbol table
54 const char *symbol; member in struct:isc_backtrace_symmap
91 * Returns the content of the internal symbol table of the given index.
92 * On success, *addrsp and *symbolp point to the address and the symbol of
94 * range of the symbol table, ISC_R_RANGE will be returned.
112 * Searches the internal symbol table for the symbol that most matches the
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dstabsread.h44 EXTERN struct symbol *global_sym_chain[HASHSIZE];
66 /* Support for Sun changes to dbx symbol format */
83 The INSTANCE field appears in the N_BINCL and N_EXCL symbol table and is
138 extern struct symbol *define_symbol (CORE_ADDR, char *, int, int,
202 extern void ref_add (int, struct symbol *, char *, CORE_ADDR);
204 extern struct symbol *ref_search (int);
H A Dsymmisc.c1 /* Do various things to symbol tables (other than lookup), for GDB.
79 struct symbol *symbol; member in struct:print_symbol_args
99 struct symbol *sym;
114 and some share the contents of another symbol table and so you should
177 print_bcache_statistics (objfile->psymbol_cache, "partial symbol cache");
225 printf_filtered (" Number of symbol tables: %d\n", i);
226 printf_filtered (" Number of symbol tables with line tables: %d\n",
228 printf_filtered (" Number of symbol tables with blockvectors: %d\n",
368 warning ("internal error: minimal symbol coun
592 struct symbol *symbol = ((struct print_symbol_args *) args)->symbol; local
[all...]
H A Dxcoffread.c1 /* Read AIX xcoff symbol tables and convert to internal format, for GDB.
68 /* First symbol number for this file. */
72 /* Number of symbols in the section of the symbol table devoted to
90 /* Simplified internal version of coff symbol table information */
95 int c_symnum; /* symbol number of this entry */
103 /* last function's saved coff symbol `cs' */
111 symbol. */
120 /* initial symbol-table-debug-string vector length */
129 /* Size of a COFF symbol. I think it is always 18, so I'm not sure
146 /* Pointer to the a.out symbol tabl
868 struct internal_syment symbol; local
915 struct internal_syment symbol[1]; local
1312 struct internal_syment symbol; local
1596 read_symbol(struct internal_syment *symbol, int symno) argument
1621 struct internal_syment symbol[1]; local
1643 struct internal_syment symbol[1]; local
2071 swap_sym(struct internal_syment *symbol, union internal_auxent *aux, char **name, char **raw, unsigned int *symnump, struct objfile *objfile) argument
2150 struct internal_syment symbol; local
[all...]
H A Dcp-namespace.c74 static struct symbol *lookup_namespace_scope (const char *name,
82 static struct symbol *lookup_symbol_file (const char *name,
108 struct symbol *lookup_possible_namespace_symbol (const char *name,
147 cp_scan_for_anonymous_namespaces (const struct symbol *symbol) argument
150 && SYMBOL_CPLUS_DEMANGLED_NAME (symbol) != NULL)
152 const char *name = SYMBOL_CPLUS_DEMANGLED_NAME (symbol);
224 cp_set_block_scope (const struct symbol *symbol, argument
231 if (SYMBOL_CPLUS_DEMANGLED_NAME (symbol) !
[all...]
H A Df-lang.h39 struct symbol *symbol; /* The symbol node corresponding member in struct:common_entry
H A Dobjc-lang.h55 char *method, struct symbol **syms,
65 struct symbol *lookup_struct_typedef (char *name, struct block *block,
/freebsd-10.2-release/contrib/gcc/config/arm/
H A Dpe.c84 arm_dllexport_name_p (symbol)
85 const char * symbol;
87 return symbol[0] == ARM_PE_FLAG_CHAR && symbol[1] == 'e' && symbol[2] == '.';
93 arm_dllimport_name_p (symbol)
94 const char * symbol;
96 return symbol[0] == ARM_PE_FLAG_CHAR && symbol[1] == 'i' && symbol[
[all...]
/freebsd-10.2-release/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.h2 * Aic7xxx SCSI host adapter firmware asssembler symbol table definitions
94 struct symbol *parent;
124 typedef struct symbol { struct
139 symbol_t *symbol; member in struct:symbol_ref
145 symbol_t *symbol; member in struct:symbol_node
182 void symbol_delete(symbol_t *symbol);
195 symlist_add(symlist_t *symlist, symbol_t *symbol, int how);
H A Daicasm.h83 struct symbol;
87 void expand_macro(struct symbol *macro_symbol);
/freebsd-10.2-release/crypto/heimdal/lib/krb5/
H A Dplugin.c42 void *symbol; member in struct:krb5_plugin
56 char *symbol; member in struct:plugin::__anon5257::__anon5259
57 } symbol; member in union:plugin::__anon5257
81 return p->symbol;
127 * Register a plugin symbol name of specific type.
129 * @param type type of plugin symbol
130 * @param name name of plugin symbol
131 * @param symbol a pointer to the named symbol
142 void *symbol)
139 krb5_plugin_register(krb5_context context, enum krb5_plugin_type type, const char *name, void *symbol) argument
305 add_symbol(krb5_context context, struct krb5_plugin **list, void *symbol) argument
[all...]
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbolContext.cpp36 symbol (NULL)
47 symbol (s)
60 symbol (s)
73 symbol (rhs.symbol)
85 symbol (NULL)
105 symbol = rhs.symbol;
120 symbol = NULL;
205 else if (symbol !
[all...]
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Core/
H A DAddressResolverName.cpp151 // Remove any duplicates between the funcion list and the symbol list
167 if (symbol_sc.symbol && symbol_sc.symbol->ValueIsAddress())
169 if (sc.function->GetAddressRange().GetBaseAddress() == symbol_sc.symbol->GetAddress())
213 if (sc.symbol && sc.symbol->ValueIsAddress())
215 func_addr = sc.symbol->GetAddress();
216 addr_t byte_size = sc.symbol->GetByteSize();
220 const uint32_t prologue_byte_size = sc.symbol->GetPrologueByteSize();
/freebsd-10.2-release/contrib/gdb/gdb/config/mips/
H A Dtm-mips.h34 struct symbol;
67 /* Special symbol found in blocks associated with routines. We can hang
71 extern void ecoff_relocate_efi (struct symbol *, CORE_ADDR);
89 PC is looked up to see what function it's in; symbol information

Completed in 210 milliseconds

1234567891011>>