Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/aic7xxx/aicasm/
Daicasm_symbol.c472 symlist_t exported_labels; in symtable_dump() local
489 SLIST_INIT(&exported_labels); in symtable_dump()
522 symlist_add(&exported_labels, cursym, in symtable_dump()
678 while (SLIST_FIRST(&exported_labels) != NULL) { in symtable_dump()
681 curnode = SLIST_FIRST(&exported_labels); in symtable_dump()
682 SLIST_REMOVE_HEAD(&exported_labels, links); in symtable_dump()