Lines Matching refs:links
216 curnode = SLIST_NEXT(curnode, links); in symlist_search()
263 SLIST_INSERT_HEAD(symlist, newnode, links); in symlist_add()
268 if (SLIST_NEXT(curnode, links) == NULL) { in symlist_add()
270 links); in symlist_add()
275 cursymbol = SLIST_NEXT(curnode, links)->symbol; in symlist_add()
285 links); in symlist_add()
289 curnode = SLIST_NEXT(curnode, links); in symlist_add()
292 SLIST_INSERT_HEAD(symlist, newnode, links); in symlist_add()
303 node2 = SLIST_NEXT(node1, links); in symlist_free()
318 SLIST_REMOVE_HEAD(symlist_src2, links); in symlist_merge()
319 SLIST_INSERT_HEAD(symlist_dest, node, links); in symlist_merge()
536 SLIST_FOREACH(curnode, ®isters, links) { in symtable_dump()
555 SLIST_FOREACH(fieldnode, fields, links) { in symtable_dump()
580 SLIST_REMOVE_HEAD(&masks, links); in symtable_dump()
585 SLIST_INSERT_AFTER(regnode, curnode, links); in symtable_dump()
593 SLIST_REMOVE_HEAD(&aliases, links); in symtable_dump()
597 SLIST_INSERT_AFTER(regnode, curnode, links); in symtable_dump()
608 SLIST_REMOVE_HEAD(®isters, links); in symtable_dump()
655 SLIST_REMOVE_HEAD(&constants, links); in symtable_dump()
668 SLIST_REMOVE_HEAD(&download_constants, links); in symtable_dump()
682 SLIST_REMOVE_HEAD(&exported_labels, links); in symtable_dump()