Lines Matching refs:links
213 curnode = SLIST_NEXT(curnode, links); in symlist_search()
260 SLIST_INSERT_HEAD(symlist, newnode, links); in symlist_add()
265 if (SLIST_NEXT(curnode, links) == NULL) { in symlist_add()
267 links); in symlist_add()
272 cursymbol = SLIST_NEXT(curnode, links)->symbol; in symlist_add()
282 links); in symlist_add()
286 curnode = SLIST_NEXT(curnode, links); in symlist_add()
289 SLIST_INSERT_HEAD(symlist, newnode, links); in symlist_add()
300 node2 = SLIST_NEXT(node1, links); in symlist_free()
315 SLIST_REMOVE_HEAD(symlist_src2, links); in symlist_merge()
316 SLIST_INSERT_HEAD(symlist_dest, node, links); in symlist_merge()
532 SLIST_FOREACH(curnode, ®isters, links) { in symtable_dump()
545 SLIST_FOREACH(fieldnode, fields, links) { in symtable_dump()
567 SLIST_REMOVE_HEAD(&masks, links); in symtable_dump()
572 SLIST_INSERT_AFTER(regnode, curnode, links); in symtable_dump()
580 SLIST_REMOVE_HEAD(&aliases, links); in symtable_dump()
584 SLIST_INSERT_AFTER(regnode, curnode, links); in symtable_dump()
595 SLIST_REMOVE_HEAD(®isters, links); in symtable_dump()
642 SLIST_REMOVE_HEAD(&constants, links); in symtable_dump()
656 SLIST_REMOVE_HEAD(&download_constants, links); in symtable_dump()
670 SLIST_REMOVE_HEAD(&exported_labels, links); in symtable_dump()