Searched refs:symlist (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/sys/dev/microcode/aic7xxx/
H A Daicasm_symbol.h74 typedef SLIST_HEAD(symlist, symbol_node) symlist_t;
196 symlist_search(symlist_t *symlist, char *symname);
199 symlist_add(symlist_t *symlist, symbol_t *symbol, int how);
203 void symlist_free(symlist_t *symlist);
H A Daicasm.h76 extern struct symlist patch_functions;
H A Daicasm_symbol.c209 symlist_search(symlist_t *symlist, char *symname) argument
213 curnode = SLIST_FIRST(symlist);
223 symlist_add(symlist_t *symlist, symbol_t *symbol, int how) argument
255 curnode = SLIST_FIRST(symlist);
264 SLIST_INSERT_HEAD(symlist, newnode, links);
293 SLIST_INSERT_HEAD(symlist, newnode, links);
298 symlist_free(symlist_t *symlist) argument
302 node1 = SLIST_FIRST(symlist);
308 SLIST_INIT(symlist);
/netbsd-current/external/bsd/flex/dist/src/
H A Ddfa.c379 int symlist[CSIZE + 1]; local
412 symlist[i] = false;
611 sympartition (dset, dsize, symlist, duplist);
614 if (symlist[sym]) {
615 symlist[sym] = 0;
1002 * int symlist[numecs], int duplist[numecs] );
1005 void sympartition (int ds[], int numstates, int symlist[], int duplist[]) argument
1036 symlist[ec] = 1;
1057 symlist[j] = 1;
1061 symlist[
[all...]
/netbsd-current/usr.bin/unifdef/
H A Dunifdef.c214 static bool symlist; /* -s: output symbol list */ variable
317 symlist = true;
327 if (nsyms == 0 && !symlist) {
554 if (symlist)
760 if (sym < 0 || symlist)
771 if (sym < 0 || symlist)
948 if (symlist)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Ddictionary.c959 std::vector<symbol *> symlist = pair.second; local
962 = dict_create_hashed (obstack, language, symlist);
1004 std::vector<symbol *> symlist = pair.second; local
1007 = dict_create_linear (obstack, language, symlist);
1143 std::vector<symbol *> symlist = pair.second; local
1153 dict_add_pending (dict, symlist);
H A Dcoffread.c2080 struct pending **symlist;
2093 symlist = get_local_symbols ();
2095 symlist = get_file_symbols ();
2096 osyms = *symlist;
2115 add_symbol_to_list (sym, symlist);
2140 The symbols can be found in the symlist that we put them on
2142 of that symlist; everything up to there was defined by us. */
2147 for (syms = *symlist, n = 0; syms; syms = syms->next)
2066 struct pending **symlist; local
H A Dstabsread.c3557 struct pending **symlist;
3568 symlist = get_local_symbols ();
3571 symlist = get_file_symbols ();
3572 osyms = *symlist;
3611 add_symbol_to_list (sym, symlist);
3633 The symbols can be found in the symlist that we put them on
3635 of that symlist; everything up to there was defined by us. */
3640 for (syms = *symlist, n = nsyms - 1; syms; syms = syms->next)
3551 struct pending **symlist; local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Ddictionary.c965 std::vector<symbol *> symlist = pair.second; local
968 = dict_create_hashed (obstack, language, symlist);
1010 std::vector<symbol *> symlist = pair.second; local
1013 = dict_create_linear (obstack, language, symlist);
1148 std::vector<symbol *> symlist = pair.second; local
1158 dict_add_pending (dict, symlist);
H A Dcoffread.c2089 struct pending **symlist;
2102 symlist = get_local_symbols ();
2104 symlist = get_file_symbols ();
2105 osyms = *symlist;
2124 add_symbol_to_list (sym, symlist);
2149 The symbols can be found in the symlist that we put them on
2151 of that symlist; everything up to there was defined by us. */
2156 for (syms = *symlist, n = 0; syms; syms = syms->next)
2076 struct pending **symlist; local
H A Dstabsread.c3560 struct pending **symlist;
3571 symlist = get_local_symbols ();
3574 symlist = get_file_symbols ();
3575 osyms = *symlist;
3614 add_symbol_to_list (sym, symlist);
3636 The symbols can be found in the symlist that we put them on
3638 of that symlist; everything up to there was defined by us. */
3643 for (syms = *symlist, n = nsyms - 1; syms; syms = syms->next)
3554 struct pending **symlist; local
/netbsd-current/external/bsd/jemalloc/dist/bin/
H A Djeprof.in2548 # shortname is ambiguous. The symlist has both the fullname and
2555 # symlist is the appropriate one to use.
2562 foreach my $symlist (values(%{$symbols})) {
2564 my $shortname = $symlist->[0];
2565 my $fullname = $symlist->[2];
2577 foreach my $symlist (values(%{$symbols})) {
2578 my $shortname = $symlist->[0];
2579 my $fullname = $symlist->[2];
2581 # store in the map if $symlist->[1] is in that list. Saves space.
2626 my $symlist
[all...]

Completed in 381 milliseconds