HomeSort by relevance Sort by last modified time
    Searched refs:abbrev_hash (Results 1 - 5 of 5) sorted by null

  /external/elfutils/src/libdw/
dwarf_tag.c 48 abb = Dwarf_Abbrev_Hash_find (&cu->abbrev_hash, code, NULL);
dwarf_getabbrev.c 90 || (abb = Dwarf_Abbrev_Hash_find (&cu->abbrev_hash, code, NULL)) == NULL)
149 (void) Dwarf_Abbrev_Hash_insert (&cu->abbrev_hash, abb->code, abb);
dwarf_end.c 54 Dwarf_Abbrev_Hash_free (&p->abbrev_hash);