Lines Matching refs:trie_node
123 struct trie_node struct
132 struct trie_node head; argument
142 struct trie_node head;
143 struct trie_node *children[256];
146 static struct trie_node *alloc_trie_leaf (bfd *abfd) in alloc_trie_leaf()
237 struct trie_node *trie_root;
2056 static struct trie_node *insert_arange_in_trie(bfd *abfd, in insert_arange_in_trie()
2057 struct trie_node *trie, in insert_arange_in_trie()
2175 struct trie_node *child = interior->children[ch]; in insert_arange_in_trie()
2203 struct trie_node **trie_root, bfd_vma low_pc, bfd_vma high_pc) in arange_add()
3586 struct trie_node **trie_root, uint64_t offset) in read_ranges()
3631 struct trie_node **trie_root, uint64_t offset) in read_rnglists()
3712 struct trie_node **trie_root, uint64_t offset) in read_rangelist()
5775 struct trie_node *trie = stash->f.trie_root; in _bfd_dwarf2_find_nearest_line()