Searched refs:hash_new (Results 1 - 25 of 25) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dhash.h42 hash_t *hash_new(int, int (*)(int, void *), int (*)(void *, void *));
H A Dtdata.c380 new->td_layouthash = hash_new(TDATA_LAYOUT_HASH_SIZE, tdesc_layouthash,
382 new->td_idhash = hash_new(TDATA_ID_HASH_SIZE, tdesc_idhash,
389 new->td_iihash = hash_new(IIDESC_HASH_SIZE, iidesc_hash, NULL);
H A Dalist.c79 alist->al_elements = hash_new(nbuckets, hashfn, cmpfn);
H A Dhash.c93 hash_new(int nbuckets, int (*hashfn)(int, void *), int (*cmp)(void *, void *)) function
H A Ddwarf.c1953 dw.dw_tidhash = hash_new(TDESC_HASH_BUCKETS, tdesc_idhash, tdesc_idcmp);
1954 dw.dw_fwdhash = hash_new(TDESC_HASH_BUCKETS, tdesc_namehash,
1956 dw.dw_enumhash = hash_new(TDESC_HASH_BUCKETS, tdesc_namehash,
H A Dmerge.c1040 mcd->md_tdtba = hash_new(TDATA_LAYOUT_HASH_SIZE, tdesc_layouthash,
/freebsd-11-stable/contrib/binutils/gas/
H A Dhash.h33 extern struct hash_control *hash_new (void);
H A Dhash.c108 hash_new (void) function
537 h = hashtable[number] = (char *) hash_new ();
H A Dmacro.c95 macro_hash = hash_new ();
631 macro->formal_hash = hash_new ();
1309 h = hash_new ();
H A Dsymbols.c2711 sy_hash = hash_new ();
2712 local_hash = hash_new ();
H A Decoff.c1486 tag_hash = hash_new ();
2290 fil_ptr->str_hash = hash_new ();
H A Dread.c506 po_hash = hash_new ();
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-cr16.c761 if ((* hash_table = hash_new ()) == NULL)
784 if ((cr16_inst_hash = hash_new ()) == NULL)
H A Dtc-s390.c496 s390_opformat_hash = hash_new ();
511 s390_opcode_hash = hash_new ();
H A Dobj-coff.c126 tag_hash = hash_new ();
H A Dtc-spu.c115 op_hash = hash_new ();
H A Dtc-ia64.c7415 alias_hash = hash_new ();
7416 alias_name_hash = hash_new ();
7417 secalias_hash = hash_new ();
7418 secalias_name_hash = hash_new ();
7561 md.pseudo_hash = hash_new ();
7571 md.reg_hash = hash_new ();
7572 md.dynreg_hash = hash_new ();
7573 md.const_hash = hash_new ();
7574 md.entry_hash = hash_new ();
H A Dtc-arc.c212 if ((arc_suffix_hash = hash_new ()) == NULL)
H A Dtc-alpha.c4882 alpha_opcode_hash = hash_new ();
4918 alpha_macro_hash = hash_new ();
4983 alpha_literal_hash = hash_new ();
H A Dtc-ppc.c1244 ppc_hash = hash_new ();
1363 ppc_macro_hash = hash_new ();
H A Dtc-score.c6590 if ((map->htab = hash_new ()) == NULL)
6607 if ((score_ops_hsh = hash_new ()) == NULL)
6612 if ((dependency_insn_hsh = hash_new ()) == NULL)
H A Dtc-sparc.c822 op_hash = hash_new ();
H A Dtc-i386.c1209 op_hash = hash_new ();
1247 reg_hash = hash_new ();
H A Dtc-arm.c19614 if ( (arm_ops_hsh = hash_new ()) == NULL
19615 || (arm_cond_hsh = hash_new ()) == NULL
19616 || (arm_shift_hsh = hash_new ()) == NULL
19617 || (arm_psr_hsh = hash_new ()) == NULL
19618 || (arm_v7m_psr_hsh = hash_new ()) == NULL
19619 || (arm_reg_hsh = hash_new ()) == NULL
19620 || (arm_reloc_hsh = hash_new ()) == NULL
19621 || (arm_barrier_opt_hsh = hash_new ()) == NULL)
H A Dtc-mips.c1787 op_hash = hash_new ();
1818 mips16_op_hash = hash_new ();

Completed in 651 milliseconds