Lines Matching refs:trie_node
126 struct trie_node struct
135 struct trie_node head; argument
145 struct trie_node head;
146 struct trie_node *children[256];
149 static struct trie_node *alloc_trie_leaf (bfd *abfd) in alloc_trie_leaf()
281 struct trie_node *trie_root;
2142 static struct trie_node *
2144 struct trie_node *trie, in insert_arange_in_trie()
2260 struct trie_node *child = interior->children[ch]; in insert_arange_in_trie()
2287 struct trie_node **trie_root, bfd_vma low_pc, bfd_vma high_pc) in arange_add()
3660 struct trie_node **trie_root, uint64_t offset) in read_ranges()
3705 struct trie_node **trie_root, uint64_t offset) in read_rnglists()
3786 struct trie_node **trie_root, uint64_t offset) in read_rangelist()
5906 struct trie_node *trie = stash->f.trie_root; in _bfd_dwarf2_find_nearest_line_with_alt()