Lines Matching refs:SLIST_FIRST
209 curnode = SLIST_FIRST(symlist); in symlist_search()
251 curnode = SLIST_FIRST(symlist); in symlist_add()
298 node1 = SLIST_FIRST(symlist); in symlist_free()
314 while((node = SLIST_FIRST(symlist_src2)) != NULL) { in symlist_merge()
563 while (SLIST_FIRST(&masks) != NULL) { in symtable_dump()
566 curnode = SLIST_FIRST(&masks); in symtable_dump()
569 regnode = SLIST_FIRST(&curnode->symbol->info.finfo->symrefs); in symtable_dump()
576 while (SLIST_FIRST(&aliases) != NULL) { in symtable_dump()
579 curnode = SLIST_FIRST(&aliases); in symtable_dump()
588 while (SLIST_FIRST(®isters) != NULL) { in symtable_dump()
594 curnode = SLIST_FIRST(®isters); in symtable_dump()
638 while (SLIST_FIRST(&constants) != NULL) { in symtable_dump()
641 curnode = SLIST_FIRST(&constants); in symtable_dump()
652 for (i = 0; SLIST_FIRST(&download_constants) != NULL; i++) { in symtable_dump()
655 curnode = SLIST_FIRST(&download_constants); in symtable_dump()
666 while (SLIST_FIRST(&exported_labels) != NULL) { in symtable_dump()
669 curnode = SLIST_FIRST(&exported_labels); in symtable_dump()