Home
last modified time | relevance | path

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

/external/elfutils/libdw/
Ddwarf_getabbrev.c86 || (abb = Dwarf_Abbrev_Hash_find (&cu->abbrev_hash, code)) == NULL) in __libdw_getabbrev()
153 if (Dwarf_Abbrev_Hash_insert (&cu->abbrev_hash, abb->code, abb) == -1) in __libdw_getabbrev()
158 abb = Dwarf_Abbrev_Hash_find (&cu->abbrev_hash, code); in __libdw_getabbrev()
Ddwarf_tag.c48 abb = Dwarf_Abbrev_Hash_find (&cu->abbrev_hash, code); in __libdw_findabbrev()
Ddwarf_end.c61 Dwarf_Abbrev_Hash_free (&p->abbrev_hash); in cu_free()
Dlibdw_findcu.c158 Dwarf_Abbrev_Hash_init (&newp->abbrev_hash, 41); in __libdw_intern_next_unit()
DlibdwP.h346 Dwarf_Abbrev_Hash abbrev_hash; member