Searched defs:sym_avlnode (Results 1 – 1 of 1) sorted by relevance
1191 struct sym_avlnode { struct1192 avl_node_t sav_node; /* AVL node */1193 Word sav_hash; /* symbol hash value */1194 const char *sav_name; /* symbol name */1195 Sym_desc *sav_sdp; /* symbol descriptor */