Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/
Dhashtab.h173 extern void ** htab_find_slot_with_hash (htab_t, const void *,
DChangeLog-9103969 (htab_find_slot, htab_find_slot_with_hash): Use it.
992 (htab_find_slot_with_hash): Likewise.
1002 (htab_find_with_hash, htab_find_slot_with_hash): Declare new
/toolchain/binutils/binutils-2.27/libiberty/
Dhashtab.c634 htab_find_slot_with_hash (htab_t htab, const PTR element, in htab_find_slot_with_hash() function
704 return htab_find_slot_with_hash (htab, element, (*htab->hash_f) (element), in htab_find_slot()
728 slot = htab_find_slot_with_hash (htab, element, hash, NO_INSERT); in htab_remove_elt_with_hash()
DChangeLog2928 htab_find, htab_find_slot_with_hash, htab_find_slot,
3120 * hashtab.c (htab_find_slot_with_hash): Make function
3321 (htab_find_with_hash, htab_find_slot_with_hash): Likewise.
3776 * hashtab.c (htab_find_slot_with_hash): Decrease n_deleted
4424 (htab_find_slot_with_hash): Likewise.
5243 (htab_find_slot_with_hash): Return NULL if htab_expand fails.
5838 (htab_find_slot_with_hash): INSERT is now enum insert_option.
5854 (htab_find_slot_with_hash): Likewise.
5873 (htab_find_slot_with_hash): Likewise for htab_find_slot.
/toolchain/binutils/binutils-2.27/opcodes/
Di386-gen.c1211 htab_find_slot_with_hash (opcode_hash_table, name, in process_i386_opcodes()
Dnds32-asm.c1427 htab_find_slot_with_hash (htab, h->name, hash, INSERT); in build_hash_table()
1554 htab_find_slot_with_hash (opcode_htab, opc->opcode, hash, INSERT); in nds32_asm_init()
/toolchain/binutils/binutils-2.27/bfd/
Delf-eh-frame.c1285 loc = htab_find_slot_with_hash (hdr_info->u.dwarf.cies, cie, in find_merged_cie()
Delfnn-ia64.c1584 slot = htab_find_slot_with_hash (ia64_info->loc_hash_table, &e, h, in get_local_sym_hash()
Delf64-ia64-vms.c1352 slot = htab_find_slot_with_hash (ia64_info->loc_hash_table, &e, h, in get_local_sym_hash()
Delfxx-sparc.c1077 slot = htab_find_slot_with_hash (htab->loc_hash_table, &e, h, in elf_sparc_get_local_sym_hash()
Delf32-i386.c980 slot = htab_find_slot_with_hash (htab->loc_hash_table, &e, h, in elf_i386_get_local_sym_hash()
Delf64-x86-64.c1005 slot = htab_find_slot_with_hash (htab->loc_hash_table, &e, h, in elf_x86_64_get_local_sym_hash()
Delfnn-aarch64.c2468 slot = htab_find_slot_with_hash (htab->loc_hash_table, &e, h, in elfNN_aarch64_get_local_sym_hash()
Delf64-ppc.c7552 htab_find_slot_with_hash (htab->tocsave_htab, &ent, hash, insert)); in tocsave_find()