Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/
Dhashtab.h176 extern void ** htab_find_slot (htab_t, const void *, enum insert_option);
DChangeLog-9103969 (htab_find_slot, htab_find_slot_with_hash): Use it.
/toolchain/binutils/binutils-2.25/bfd/
Delf32-score7.c1361 loc = (struct score_got_entry **) htab_find_slot (g->got_entries, &entry, INSERT); in score_elf_create_local_got_entry()
1523 loc = (struct score_got_entry **) htab_find_slot (g->got_entries, &entry, INSERT); in score_elf_record_global_got_symbol()
1563 loc = (struct score_got_entry **) htab_find_slot (g->got_entries, &entry, INSERT); in score_elf_record_local_got_symbol()
1676 entryp = htab_find_slot (got_entries, entry, INSERT); in score_elf_resolve_final_got_entry()
Delf32-score.c1501 loc = (struct score_got_entry **) htab_find_slot (g->got_entries, &entry, INSERT); in score_elf_create_local_got_entry()
1661 loc = (struct score_got_entry **)htab_find_slot (g->got_entries, &entry, INSERT); in score_elf_record_global_got_symbol()
1700 loc = (struct score_got_entry **)htab_find_slot (g->got_entries, &entry, INSERT); in score_elf_record_local_got_symbol()
1811 entryp = htab_find_slot (got_entries, entry, INSERT); in score_elf_resolve_final_got_entry()
Darchive.c368 *htab_find_slot (hash_table, (const void *) cache, INSERT) = cache; in _bfd_add_bfd_to_archive_cache()
2754 slot = htab_find_slot (htab, &ent, NO_INSERT); in _bfd_archive_close_and_cleanup()
Delf32-m68k.c1513 ptr = htab_find_slot (got->entries, &entry_, (howto != SEARCH in elf_m68k_get_got_entry()
1763 ptr = htab_find_slot (multi_got->bfd2got, &entry_, (howto != SEARCH in elf_m68k_get_bfd2got_entry()
2463 ptr = htab_find_slot (got->entries, &entry_, NO_INSERT); in elf_m68k_find_got_entry_ptr()
Delfxx-mips.c1946 slot = htab_find_slot (htab->la25_stubs, &search, INSERT); in mips_elf_add_la25_stub()
3717 loc = htab_find_slot (g->got_entries, &lookup, INSERT); in mips_elf_create_local_got_entry()
3896 loc = htab_find_slot (g->got_entries, lookup, INSERT); in mips_elf_record_got_entry()
3919 bfd_loc = htab_find_slot (g->got_entries, lookup, INSERT); in mips_elf_record_got_entry()
4030 loc = htab_find_slot (g1->got_page_refs, &lookup, INSERT); in mips_elf_record_got_page_ref()
4050 bfd_loc = htab_find_slot (g2->got_page_refs, &lookup, INSERT); in mips_elf_record_got_page_ref()
4151 slot = htab_find_slot (arg->g->got_entries, entry, INSERT); in mips_elf_recreate_got()
4197 loc = htab_find_slot (g->got_page_entries, &lookup, INSERT); in mips_elf_record_got_page_entry()
4483 slot = htab_find_slot (arg->g->got_entries, entry, INSERT); in mips_elf_add_got_entry()
4509 slot = htab_find_slot (arg->g->got_page_entries, entry, INSERT); in mips_elf_add_got_page_entry()
Delf32-bfin.c1979 loc = (struct bfinfdpic_relocs_info **) htab_find_slot (ht, entry, insert); in bfinfdpic_relocs_info_find()
4056 entryp = htab_find_slot (*htab, entry, INSERT); in _bfinfdpic_resolve_final_relocs_info()
Delf32-frv.c1126 (struct frvfdpic_relocs_info **) htab_find_slot (ht, entry, insert); in frvfdpic_relocs_info_find()
5197 entryp = htab_find_slot (*htab, entry, INSERT); in _frvfdpic_resolve_final_relocs_info()
Dxcofflink.c521 slot = htab_find_slot (htab->archive_info, &entry, INSERT); in xcoff_get_archive_info()
/toolchain/binutils/binutils-2.25/libiberty/
Dhashtab.c702 htab_find_slot (htab_t htab, const PTR element, enum insert_option insert) in htab_find_slot() function
DChangeLog2614 htab_find, htab_find_slot_with_hash, htab_find_slot,
5525 (htab_find_slot): Likewise.
5556 (htab_expand): Use it instead of htab_find_slot.
5559 (htab_find_slot_with_hash): Likewise for htab_find_slot.
5561 (htab_find_slot): Likewise.
5586 htab_create, htab_delete, htab_empty, htab_find_slot,
5593 (htab_find_slot): Simplify logic.
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-metag.c6339 slot = (insn_templates **) htab_find_slot (mnemonic_htab, new_entry, in create_mnemonic_htab()
6393 slot = (const metag_reg **) htab_find_slot (reg_htab, reg, INSERT); in create_reg_htab()
6415 slot = (const metag_reg **) htab_find_slot (dsp_reg_htab, reg, INSERT); in create_dspreg_htabs()
6437 slot = (const metag_reg **) htab_find_slot (dsp_tmpl_reg_htab[h], in create_dspreg_htabs()
6485 slot = (const split_condition **) htab_find_slot (scond_htab, in create_scond_htab()
/toolchain/binutils/binutils-2.25/opcodes/
Dnds32-dis.c995 (struct nds32_opcode **) htab_find_slot (opcode_htab, &opc->value, in print_insn_nds32()
/toolchain/binutils/binutils-2.25/binutils/
Dobjcopy.c842 *htab_find_slot (htab, name, INSERT) = (char *) name; in add_specific_symbol()
/toolchain/binutils/binutils-2.25/ld/
Dldlang.c7783 void **loc = htab_find_slot ((htab_t) head->htab, e, INSERT); in lang_finalize_version_expr_head()