Lines Matching refs:SLIST_FIRST
216 curnode = SLIST_FIRST(symlist); in symlist_search()
258 curnode = SLIST_FIRST(symlist); in symlist_add()
305 node1 = SLIST_FIRST(symlist); in symlist_free()
321 while((node = SLIST_FIRST(symlist_src2)) != NULL) { in symlist_merge()
580 while (SLIST_FIRST(&masks) != NULL) { in symtable_dump()
583 curnode = SLIST_FIRST(&masks); in symtable_dump()
586 regnode = SLIST_FIRST(&curnode->symbol->info.finfo->symrefs); in symtable_dump()
593 while (SLIST_FIRST(&aliases) != NULL) { in symtable_dump()
596 curnode = SLIST_FIRST(&aliases); in symtable_dump()
605 while (SLIST_FIRST(®isters) != NULL) { in symtable_dump()
611 curnode = SLIST_FIRST(®isters); in symtable_dump()
655 while (SLIST_FIRST(&constants) != NULL) { in symtable_dump()
658 curnode = SLIST_FIRST(&constants); in symtable_dump()
668 for (i = 0; SLIST_FIRST(&download_constants) != NULL; i++) { in symtable_dump()
671 curnode = SLIST_FIRST(&download_constants); in symtable_dump()
682 while (SLIST_FIRST(&exported_labels) != NULL) { in symtable_dump()
685 curnode = SLIST_FIRST(&exported_labels); in symtable_dump()