Home | History | Annotate | Download | only in bfd

Lines Matching defs:trie_node

124 /* All trie_node pointers will really be trie_leaf or trie_interior,
126 struct trie_node
135 struct trie_node head;
145 struct trie_node head;
146 struct trie_node *children[256];
149 static struct trie_node *alloc_trie_leaf (bfd *abfd)
281 struct trie_node *trie_root;
2149 static struct trie_node *
2151 struct trie_node *trie,
2289 struct trie_node *child = interior->children[ch];
2316 struct trie_node **trie_root, bfd_vma low_pc, bfd_vma high_pc)
3688 struct trie_node **trie_root, uint64_t offset)
3733 struct trie_node **trie_root, uint64_t offset)
3814 struct trie_node **trie_root, uint64_t offset)
5933 struct trie_node *trie = stash->f.trie_root;