Searched refs:abbrev_hash (Results 1 - 5 of 5) sorted by relevance

/external/elfutils/0.153/libdw/
H A Ddwarf_getabbrev.c110 || (abb = Dwarf_Abbrev_Hash_find (&cu->abbrev_hash, code, NULL)) == NULL)
154 (void) Dwarf_Abbrev_Hash_insert (&cu->abbrev_hash, abb->code, abb);
H A Ddwarf_end.c75 Dwarf_Abbrev_Hash_free (&p->abbrev_hash);
H A Ddwarf_tag.c69 abb = Dwarf_Abbrev_Hash_find (&cu->abbrev_hash, code, NULL);
H A Dlibdw_findcu.c103 Dwarf_Abbrev_Hash_init (&newp->abbrev_hash, 41);
H A DlibdwP.h299 Dwarf_Abbrev_Hash abbrev_hash; member in struct:Dwarf_CU

Completed in 109 milliseconds