Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Dwindmc.h60 typedef struct mc_node struct
62 struct mc_node *next; argument
70 } mc_node; typedef
72 extern mc_node *mc_nodes;
78 mc_node_lang *mc_add_node_lang (mc_node *, const mc_keyword *, rc_uint_type);
79 mc_node *mc_add_node (void);
Dwindmc.c66 mc_node *mc_nodes = NULL;
280 mc_node *
283 mc_node *ret; in mc_add_node()
285 ret = res_alloc (sizeof (mc_node)); in mc_add_node()
286 memset (ret, 0, sizeof (mc_node)); in mc_add_node()
291 mc_node *h = mc_nodes; in mc_add_node()
301 mc_add_node_lang (mc_node *root, const mc_keyword *lang, rc_uint_type vid) in mc_add_node_lang()
455 mc_node *h; in do_sorts()
800 mc_node *h; in write_dbg()
843 mc_node *h; in write_header()
Dmcparse.y39 static mc_node *cur_node = NULL;
48 mc_node *nod;