Searched refs:ab_hh (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | libdwarf_abbrev.c | 59 HASH_ADD(ab_hh, cu->cu_abbrev_hash, ab_entry, in _dwarf_abbrev_add() 167 HASH_FIND(ab_hh, cu->cu_abbrev_hash, &entry, sizeof(entry), ab); in _dwarf_abbrev_find() 210 HASH_ITER(ab_hh, cu->cu_abbrev_hash, ab, tab) { in _dwarf_abbrev_cleanup() 211 HASH_DELETE(ab_hh, cu->cu_abbrev_hash, ab); in _dwarf_abbrev_cleanup() 239 for (ab = cu->cu_abbrev_hash; ab != NULL; ab = ab->ab_hh.next) { in _dwarf_abbrev_gen()
|
H A D | libdwarf_die.c | 306 for (ab = cu->cu_abbrev_hash; ab != NULL; ab = ab->ab_hh.next) { in _dwarf_die_gen_recursive() 427 HASH_ITER(ab_hh, cu->cu_abbrev_hash, ab, tab) { in _dwarf_die_gen() 428 HASH_DELETE(ab_hh, cu->cu_abbrev_hash, ab); in _dwarf_die_gen()
|
H A D | _libdwarf.h | 129 UT_hash_handle ab_hh; /* Uthash handle. */ member
|