Lines Matching refs:links
220 curnode = SLIST_NEXT(curnode, links); in symlist_search()
267 SLIST_INSERT_HEAD(symlist, newnode, links); in symlist_add()
272 if (SLIST_NEXT(curnode, links) == NULL) { in symlist_add()
274 links); in symlist_add()
279 cursymbol = SLIST_NEXT(curnode, links)->symbol; in symlist_add()
289 links); in symlist_add()
293 curnode = SLIST_NEXT(curnode, links); in symlist_add()
296 SLIST_INSERT_HEAD(symlist, newnode, links); in symlist_add()
307 node2 = SLIST_NEXT(node1, links); in symlist_free()
322 SLIST_REMOVE_HEAD(symlist_src2, links); in symlist_merge()
323 SLIST_INSERT_HEAD(symlist_dest, node, links); in symlist_merge()
540 SLIST_FOREACH(curnode, ®isters, links) { in symtable_dump()
559 SLIST_FOREACH(fieldnode, fields, links) { in symtable_dump()
584 SLIST_REMOVE_HEAD(&masks, links); in symtable_dump()
589 SLIST_INSERT_AFTER(regnode, curnode, links); in symtable_dump()
597 SLIST_REMOVE_HEAD(&aliases, links); in symtable_dump()
601 SLIST_INSERT_AFTER(regnode, curnode, links); in symtable_dump()
612 SLIST_REMOVE_HEAD(®isters, links); in symtable_dump()
659 SLIST_REMOVE_HEAD(&constants, links); in symtable_dump()
672 SLIST_REMOVE_HEAD(&download_constants, links); in symtable_dump()
686 SLIST_REMOVE_HEAD(&exported_labels, links); in symtable_dump()