Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_symbol.c473 symlist_t exported_labels; in symtable_dump() local
490 SLIST_INIT(&exported_labels); in symtable_dump()
523 symlist_add(&exported_labels, cursym, in symtable_dump()
679 while (SLIST_FIRST(&exported_labels) != NULL) { in symtable_dump()
682 curnode = SLIST_FIRST(&exported_labels); in symtable_dump()
683 SLIST_REMOVE_HEAD(&exported_labels, links); in symtable_dump()