Searched refs:symlist (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/scsi/aic7xxx/aicasm/ |
H A 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);
|
H A D | aicasm_symbol.c | 209 symlist_search(symlist_t *symlist, char *symname) in symlist_search() argument 213 curnode = SLIST_FIRST(symlist); in symlist_search() 223 symlist_add(symlist_t *symlist, symbol_t *symbol, int how) in symlist_add() argument 255 curnode = SLIST_FIRST(symlist); in symlist_add() 264 SLIST_INSERT_HEAD(symlist, newnode, links); in symlist_add() 293 SLIST_INSERT_HEAD(symlist, newnode, links); in symlist_add() 298 symlist_free(symlist_t *symlist) in symlist_free() argument 302 node1 = SLIST_FIRST(symlist); in symlist_free() 308 SLIST_INIT(symlist); in symlist_free()
|
H A D | aicasm.h | 72 extern struct symlist patch_functions;
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/ |
H A D | glibc-tests.inc | 29 find ${B}/conform -name "symlist-*" -delete
|
/openbmc/linux/scripts/ |
H A 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()
|