Searched refs:symlist (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_symbol.h | 70 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);
|
D | aicasm_symbol.c | 208 symlist_search(symlist_t *symlist, char *symname) in symlist_search() argument 212 curnode = SLIST_FIRST(symlist); in symlist_search() 222 symlist_add(symlist_t *symlist, symbol_t *symbol, int how) in symlist_add() argument 254 curnode = SLIST_FIRST(symlist); in symlist_add() 263 SLIST_INSERT_HEAD(symlist, newnode, links); in symlist_add() 292 SLIST_INSERT_HEAD(symlist, newnode, links); in symlist_add() 297 symlist_free(symlist_t *symlist) in symlist_free() argument 301 node1 = SLIST_FIRST(symlist); in symlist_free() 307 SLIST_INIT(symlist); in symlist_free()
|
D | aicasm.h | 72 extern struct symlist patch_functions;
|
/Linux-v5.4/scripts/ |
D | unifdef.c | 173 static bool symlist; /* -s: output symbol list */ variable 298 symlist = true; in main() 301 symlist = symdepth = true; in main() 555 if (symlist) in flushline() 1129 if (symlist) { in findsym()
|