Searched refs:trie_leaf (Results 1 – 3 of 3) sorted by relevance
130 struct trie_leaf struct148 struct trie_leaf *leaf = bfd_zalloc (abfd, sizeof (struct trie_leaf)); in alloc_trie_leaf() argument2073 struct trie_leaf *leaf = (struct trie_leaf *) trie; in insert_arange_in_trie()2098 const struct trie_leaf *leaf = (struct trie_leaf *) trie; in insert_arange_in_trie()2122 const struct trie_leaf *leaf = (struct trie_leaf *) trie; in insert_arange_in_trie()2124 struct trie_leaf *new_leaf; in insert_arange_in_trie()2125 size_t amt = (sizeof (struct trie_leaf) in insert_arange_in_trie()2144 struct trie_leaf *leaf = (struct trie_leaf *) trie; in insert_arange_in_trie()5789 const struct trie_leaf *leaf = (struct trie_leaf *) trie; in _bfd_dwarf2_find_nearest_line()
133 struct trie_leaf struct151 struct trie_leaf *leaf; in alloc_trie_leaf() argument2160 struct trie_leaf *leaf = (struct trie_leaf *) trie; in insert_arange_in_trie()2185 const struct trie_leaf *leaf = (struct trie_leaf *) trie; in insert_arange_in_trie()2209 const struct trie_leaf *leaf = (struct trie_leaf *) trie; in insert_arange_in_trie()2211 struct trie_leaf *new_leaf; in insert_arange_in_trie()2229 struct trie_leaf *leaf = (struct trie_leaf *) trie; in insert_arange_in_trie()5920 const struct trie_leaf *leaf = (struct trie_leaf *) trie; in _bfd_dwarf2_find_nearest_line_with_alt()
55158 * dwarf2.c (struct trie_leaf): Make ranges a C99 flexible array.