Home
last modified time | relevance | path

Searched refs:exported_labels (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/scsi/aic7xxx/aicasm/
Daicasm_symbol.c476 symlist_t exported_labels; in symtable_dump() local
493 SLIST_INIT(&exported_labels); in symtable_dump()
526 symlist_add(&exported_labels, cursym, in symtable_dump()
682 while (SLIST_FIRST(&exported_labels) != NULL) { in symtable_dump()
685 curnode = SLIST_FIRST(&exported_labels); in symtable_dump()
686 SLIST_REMOVE_HEAD(&exported_labels, links); in symtable_dump()