Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/abi/spectrans/spec2map/
H A Dbucket.c181 uncle->bl_next = child->b_uncles; in add_uncle()
183 child->b_uncles = uncle; in add_uncle()
327 if (b->b_uncles) { in sort_buckets()
329 if (b->b_uncles->bl_bucket) { in sort_buckets()
330 sort_stringtable(b->b_uncles->bl_bucket->b_global_table); in sort_buckets()
331 sort_stringtable(b->b_uncles->bl_bucket->b_protected_table); in sort_buckets()
426 (void *)b->b_uncles); in print_bucket()
469 if (b->b_uncles) { in print_all_buckets()
471 print_bucket(b->b_uncles->bl_bucket); in print_all_buckets()
474 b->b_uncles->bl_bucket->b_global_table); in print_all_buckets()
[all …]
H A Dbucket.h44 struct bucketlist *b_uncles; member
H A Dxlator.c933 bl = b->b_uncles; in writemapfile()