Searched refs:abbrev_hash (Results 1 – 5 of 5) sorted by relevance
86 || (abb = Dwarf_Abbrev_Hash_find (&cu->abbrev_hash, code, NULL)) == NULL) in __libdw_getabbrev()145 (void) Dwarf_Abbrev_Hash_insert (&cu->abbrev_hash, abb->code, abb); in __libdw_getabbrev()
48 abb = Dwarf_Abbrev_Hash_find (&cu->abbrev_hash, code, NULL); in __libdw_findabbrev()
54 Dwarf_Abbrev_Hash_free (&p->abbrev_hash); in cu_free()
112 Dwarf_Abbrev_Hash_init (&newp->abbrev_hash, 41); in __libdw_intern_next_unit()
300 Dwarf_Abbrev_Hash abbrev_hash; member