Home
last modified time | relevance | path

Searched refs:mc_node (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/binutils/binutils/
H A Dwindmc.h61 typedef struct mc_node struct
63 struct mc_node *next; argument
71 } mc_node; argument
73 extern mc_node *mc_nodes;
79 mc_node_lang *mc_add_node_lang (mc_node *, const mc_keyword *, rc_uint_type);
80 mc_node *mc_add_node (void);
H A Dwindmc.c71 mc_node *mc_nodes = NULL;
307 mc_node *
310 mc_node *ret; in mc_add_node()
312 ret = res_alloc (sizeof (mc_node)); in mc_add_node()
313 memset (ret, 0, sizeof (mc_node)); in mc_add_node()
318 mc_node *h = mc_nodes; in mc_add_node()
328 mc_add_node_lang (mc_node *root, const mc_keyword *lang, rc_uint_type vid) in mc_add_node_lang()
481 mc_node *h; in do_sorts()
827 mc_node *h; in write_dbg()
870 mc_node *h; in write_header()
H A Dmcparse.y40 static mc_node *cur_node = NULL;
49 mc_node *nod;