Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx/aicasm/
Daicasm_symbol.c469 symlist_t exported_labels; in symtable_dump() local
485 SLIST_INIT(&exported_labels); in symtable_dump()
518 symlist_add(&exported_labels, cursym, in symtable_dump()
666 while (SLIST_FIRST(&exported_labels) != NULL) { in symtable_dump()
669 curnode = SLIST_FIRST(&exported_labels); in symtable_dump()
670 SLIST_REMOVE_HEAD(&exported_labels, links); in symtable_dump()