Home
last modified time | relevance | path

Searched refs:gx_slots_in_hash (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_xu_index.c398 indexptr->gx_slots_in_hash = num_slots; in dwarf_get_xu_index_header()
415 *number_of_slots = indexptr->gx_slots_in_hash; in dwarf_get_xu_index_header()
461 if (xuhdr->gx_slots_in_hash > 0) { in dwarf_get_xu_hash_entry()
462 if (index >= xuhdr->gx_slots_in_hash) { in dwarf_get_xu_hash_entry()
665 Dwarf_Unsigned slots = xuhdr->gx_slots_in_hash; in _dwarf_search_fission_for_key()
770 for ( m = 0; m < xuhdr->gx_slots_in_hash; ++m) { in _dwarf_search_fission_for_offset()
H A Ddwarf_xu_index.h47 Dwarf_Unsigned gx_slots_in_hash; /* S */ member