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

/netbsd-6-1-5-RELEASE/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.c208 symlist_search(symlist_t *symlist, char *symname) argument
212 curnode = SLIST_FIRST(symlist);
222 symlist_add(symlist_t *symlist, symbol_t *symbol, int how) argument
254 curnode = SLIST_FIRST(symlist);
263 SLIST_INSERT_HEAD(symlist, newnode, links);
292 SLIST_INSERT_HEAD(symlist, newnode, links);
297 symlist_free(symlist_t *symlist) argument
301 node1 = SLIST_FIRST(symlist);
307 SLIST_INIT(symlist);
/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/
H A Ddfa.c390 int symlist[CSIZE + 1]; local
423 symlist[i] = false;
629 sympartition (dset, dsize, symlist, duplist);
632 if (symlist[sym]) {
633 symlist[sym] = 0;
1025 * int symlist[numecs], int duplist[numecs] );
1028 void sympartition (ds, numstates, symlist, duplist)
1030 int symlist[], duplist[];
1061 symlist[ec] = 1;
1082 symlist[
[all...]
/netbsd-6-1-5-RELEASE/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)
763 if (sym < 0 || symlist)
774 if (sym < 0 || symlist)
951 if (symlist)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dcoffread.c2091 struct pending **symlist;
2104 symlist = &local_symbols;
2106 symlist = &file_symbols;
2107 osyms = *symlist;
2129 add_symbol_to_list (sym, symlist);
2154 The symbols can be found in the symlist that we put them on
2156 of that symlist; everything up to there was defined by us. */
2161 for (syms = *symlist, n = 0; syms; syms = syms->next)
2077 struct pending **symlist; local
H A Dstabsread.c3647 struct pending **symlist;
3658 symlist = &local_symbols;
3661 symlist = &file_symbols;
3662 osyms = *symlist;
3702 add_symbol_to_list (sym, symlist);
3723 The symbols can be found in the symlist that we put them on
3725 of that symlist; everything up to there was defined by us. */
3730 for (syms = *symlist, n = nsyms - 1; syms; syms = syms->next)
3641 struct pending **symlist; local

Completed in 197 milliseconds