Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_debuginfo/
Dreaddwarf3.c906 g_abbv *ht_ta; // abbv to insert in hash table. in init_ht_abbvs() local
964 ht_ta = ML_(dinfo_zalloc) ("di.readdwarf3.ht_ta", SZ_G_ABBV(ta_nf_n)); in init_ht_abbvs()
965 VG_(memcpy) (ht_ta, ta, SZ_G_ABBV(ta_nf_n)); in init_ht_abbvs()
966 VG_(HT_add_node) ( cc->ht_abbvs, ht_ta ); in init_ht_abbvs()
969 ht_ta->abbv_code, ML_(pp_DW_TAG)(ht_ta->atag), in init_ht_abbvs()
970 ML_(pp_DW_children)(ht_ta->has_children), in init_ht_abbvs()