Searched defs:sym_avlnode (Results 1 – 1 of 1) sorted by relevance
1234 struct sym_avlnode { struct1235 avl_node_t sav_node; /* AVL node */1236 Word sav_hash; /* symbol hash value */1237 const char *sav_name; /* symbol name */1238 Sym_desc *sav_sdp; /* symbol descriptor */