Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/abi/spectrans/spec2map/
H A Dbucket.c293 b->b_protected_table = in add_by_name()
294 add_to_stringtable(b->b_protected_table, buffer); in add_by_name()
326 sort_stringtable(b->b_protected_table); in sort_buckets()
331 sort_stringtable(b->b_uncles->bl_bucket->b_protected_table); in sort_buckets()
440 (void *)b->b_protected_table); in print_bucket()
461 print_stringtable(b->b_protected_table); in print_all_buckets()
478 b->b_uncles->bl_bucket->b_protected_table); in print_all_buckets()
508 b->b_protected_table = create_stringtable(TABLE_INITIAL); in new_bucket()
H A Dbucket.h51 table_t *b_protected_table; member
H A Dxlator.c909 t = b->b_protected_table; in writemapfile()