Searched refs:htab_find_slot (Results 26 - 50 of 54) sorted by relevance

123

/freebsd-9.3-release/contrib/gcc/
H A Dcoverage.c262 slot = (counts_entry_t **) htab_find_slot
H A Dgenmodes.c174 *htab_find_slot (modes_by_name, m, INSERT) = m;
H A Dggc-common.c853 slot = (struct loc_descriptor **) htab_find_slot (loc_hash, &loc, 1);
H A Dipa-inline.c523 slot = htab_find_slot (cycles, node, INSERT);
H A Dtree-mudflap.c1140 slot = htab_find_slot (marked_trees, t, INSERT);
H A Demit-rtl.c305 slot = htab_find_slot (mem_attrs_htab, &attrs, INSERT);
354 slot = htab_find_slot (reg_attrs_htab, &attrs, INSERT);
418 void **slot = htab_find_slot (const_double_htab, real, INSERT);
H A Dtree-cfg.c731 slot = htab_find_slot (edge_to_cases, elt, INSERT);
774 slot = htab_find_slot (edge_to_cases, &elt, NO_INSERT);
3569 slot = htab_find_slot (htab, *tp, INSERT);
H A Dgenautomata.c1794 entry_ptr = htab_find_slot (automaton_decl_table, automaton_decl, 1);
1894 entry_ptr = htab_find_slot (insn_decl_table, insn_decl, 1);
1996 entry_ptr = htab_find_slot (decl_table, decl, 1);
3737 entry_ptr = htab_find_slot (state_table, (void *) state, 1);
4094 entry_ptr = htab_find_slot (automata_list_table,
H A Dtree-sra.c543 slot = (struct sra_elt **) htab_find_slot (sra_map, &dummy, insert);
H A Dtree-ssa-alias.c1083 slot = (struct ptr_info_def **) htab_find_slot (ptr_hash, pi, INSERT);
H A Dfunction.c5607 slot = htab_find_slot (func->used_types_hash, type, INSERT);
H A Dgcse.c5179 slot = htab_find_slot (pre_ldst_table, &e, NO_INSERT);
H A Dc-common.c2974 slot = htab_find_slot (type_hash_table, t, INSERT);
H A Dc-decl.c5627 slot = htab_find_slot (htab, y, INSERT);
H A Dgimplify.c550 slot = htab_find_slot (gimplify_ctxp->temp_htab, (void *)&elt, INSERT);
H A Dtree-ssa-loop-ivopts.c3296 cached = (struct mbc_entry **) htab_find_slot (costs, &act, INSERT);
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dhashtab.c448 /* Similar to htab_find_slot, but without several unwanted side effects:
676 htab_find_slot (htab_t htab, const PTR element, enum insert_option insert) function
/freebsd-9.3-release/contrib/binutils/bfd/
H A Delfxx-mips.c2688 loc = (struct mips_got_entry **) htab_find_slot (g->got_entries, &entry,
2864 loc = (struct mips_got_entry **) htab_find_slot (g->got_entries, &entry,
2912 htab_find_slot (g->got_entries, &entry, INSERT);
3017 bfdgotp = htab_find_slot (bfd2got, &bfdgot_entry, INSERT);
3064 entryp = htab_find_slot (g->got_entries, entry, INSERT);
3341 entryp = htab_find_slot (got_entries, entry, INSERT);
3490 bfdgotp = htab_find_slot (gg->bfd2got, bfdgot, INSERT);
H A Darchive.c326 *htab_find_slot (hash_table, (const void *) cache, INSERT) = cache;
/freebsd-9.3-release/contrib/gcc/cp/
H A Dtree.c1059 slot = htab_find_slot (*statements, t, INSERT);
H A Dsemantics.c3300 slot = htab_find_slot (dp->visited, *tp, INSERT);
H A Ddecl.c430 slot = htab_find_slot (named_labels, &dummy, NO_INSERT);
2270 slot = htab_find_slot (named_labels, ent, INSERT);
H A Dclass.c5380 slot = htab_find_slot (ht, instance, INSERT);
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dsymtab.c564 slot = (char **) htab_find_slot (objfile->demangled_names_hash,
/freebsd-9.3-release/contrib/binutils/ld/
H A Dldlang.c6807 void **loc = htab_find_slot (head->htab, e, INSERT);

Completed in 680 milliseconds

123