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

/linux-master/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.h72 extern struct symlist patch_functions;
H A Daicasm_symbol.h70 typedef SLIST_HEAD(symlist, symbol_node) symlist_t;
194 symlist_search(symlist_t *symlist, char *symname);
197 symlist_add(symlist_t *symlist, symbol_t *symbol, int how);
201 void symlist_free(symlist_t *symlist);
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);
/linux-master/scripts/
H A Dunifdef.c173 static bool symlist; /* -s: output symbol list */ variable
298 symlist = true;
301 symlist = symdepth = true;
555 if (symlist)
1129 if (symlist) {

Completed in 90 milliseconds