Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/libiberty/
Dhashtab.c637 PTR *first_deleted_slot; in htab_find_slot_with_hash() local
653 first_deleted_slot = NULL; in htab_find_slot_with_hash()
659 first_deleted_slot = &htab->entries[index]; in htab_find_slot_with_hash()
676 if (!first_deleted_slot) in htab_find_slot_with_hash()
677 first_deleted_slot = &htab->entries[index]; in htab_find_slot_with_hash()
687 if (first_deleted_slot) in htab_find_slot_with_hash()
690 *first_deleted_slot = HTAB_EMPTY_ENTRY; in htab_find_slot_with_hash()
691 return first_deleted_slot; in htab_find_slot_with_hash()