Home
last modified time | relevance | path

Searched refs:dwarf_tdestroy (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_tsearch.h81 #define dwarf_tdestroy _dwarf_tdestroy macro
110 void dwarf_tdestroy(void * /*root*/,
H A Dpro_alloc.c211 dwarf_tdestroy(dbg->de_debug_str_hashtab, in _dwarf_p_dealloc_all()
213 dwarf_tdestroy(dbg->de_debug_line_str_hashtab, in _dwarf_p_dealloc_all()
H A Ddwarf_alloc.c1013 dwarf_tdestroy(dbg->de_alloc_tree,tdestroy_free_node); in _dwarf_free_all_of_one_debug()
1017 dwarf_tdestroy(dbg->de_tied_data.td_tied_search, in _dwarf_free_all_of_one_debug()
H A Ddwarf_groups.c389 dwarf_tdestroy(dbg->de_groupnumbers.gd_map,_dwarf_grp_destroy_free_node); in _dwarf_destroy_group_map()
H A Ddwarf_tsearchhash.c696 dwarf_tdestroy(void *rootp, void (*free_node)(void *nodep)) in dwarf_tdestroy() function