Home
last modified time | relevance | path

Searched refs:ctn_hash_slot (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-hash.c424 i->u.ctn_hash_slot = h->htab->entries; in ctf_dynhash_next()
442 && (*i->u.ctn_hash_slot == HTAB_EMPTY_ENTRY in ctf_dynhash_next()
443 || *i->u.ctn_hash_slot == HTAB_DELETED_ENTRY)) in ctf_dynhash_next()
445 i->u.ctn_hash_slot++; in ctf_dynhash_next()
452 slot = *i->u.ctn_hash_slot; in ctf_dynhash_next()
459 i->u.ctn_hash_slot++; in ctf_dynhash_next()
726 i->u.ctn_hash_slot = htab->entries; in ctf_dynset_next()
744 && (*i->u.ctn_hash_slot == HTAB_EMPTY_ENTRY in ctf_dynset_next()
745 || *i->u.ctn_hash_slot == HTAB_DELETED_ENTRY)) in ctf_dynset_next()
747 i->u.ctn_hash_slot++; in ctf_dynset_next()
[all …]
H A Dctf-impl.h555 void **ctn_hash_slot; member
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-hash.c424 i->u.ctn_hash_slot = h->htab->entries; in ctf_dynhash_next()
442 && (*i->u.ctn_hash_slot == HTAB_EMPTY_ENTRY in ctf_dynhash_next()
443 || *i->u.ctn_hash_slot == HTAB_DELETED_ENTRY)) in ctf_dynhash_next()
445 i->u.ctn_hash_slot++; in ctf_dynhash_next()
452 slot = *i->u.ctn_hash_slot; in ctf_dynhash_next()
459 i->u.ctn_hash_slot++; in ctf_dynhash_next()
726 i->u.ctn_hash_slot = htab->entries; in ctf_dynset_next()
744 && (*i->u.ctn_hash_slot == HTAB_EMPTY_ENTRY in ctf_dynset_next()
745 || *i->u.ctn_hash_slot == HTAB_DELETED_ENTRY)) in ctf_dynset_next()
747 i->u.ctn_hash_slot++; in ctf_dynset_next()
[all …]
H A Dctf-impl.h555 void **ctn_hash_slot; member