Home
last modified time | relevance | path

Searched refs:trie_leaf (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Ddwarf2.c130 struct trie_leaf struct
148 struct trie_leaf *leaf = bfd_zalloc (abfd, sizeof (struct trie_leaf)); in alloc_trie_leaf() argument
2073 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()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Ddwarf2.c133 struct trie_leaf struct
151 struct trie_leaf *leaf; in alloc_trie_leaf() argument
2160 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()
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git55158 * dwarf2.c (struct trie_leaf): Make ranges a C99 flexible array.