Home
last modified time | relevance | path

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

/openbsd/sys/dev/microcode/aic7xxx/
H A Daicasm_symbol.c470 symlist_t exported_labels; in symtable_dump() local
486 SLIST_INIT(&exported_labels); in symtable_dump()
519 symlist_add(&exported_labels, cursym, in symtable_dump()
667 while (SLIST_FIRST(&exported_labels) != NULL) { in symtable_dump()
670 curnode = SLIST_FIRST(&exported_labels); in symtable_dump()
671 SLIST_REMOVE_HEAD(&exported_labels, links); in symtable_dump()