Searched refs:ctf_dynhash_insert (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/contrib/binutils-2.34/libctf/ |
H A D | ctf-string.c | 179 if (ctf_dynhash_insert (fp->ctf_str_atoms, newstr, atom) < 0) in ctf_str_add_ref_internal() 189 if (ctf_dynhash_insert (fp->ctf_prov_strtab, (void *) (uintptr_t) in ctf_str_add_ref_internal() 479 if (ctf_dynhash_insert (fp->ctf_syn_ext_strtab, in ctf_str_write_strtab()
|
H A D | ctf-link.c | 72 ctf_dynhash_insert (dst_fp->ctf_link_type_mapping, key, in ctf_add_type_mapping() 167 if (ctf_dynhash_insert (fp->ctf_link_inputs, dupname, ctf) < 0) in ctf_link_add_ctf() 219 if (ctf_dynhash_insert (fp->ctf_link_outputs, dynname, cu_fp) < 0) in ctf_create_per_cu() 275 err = ctf_dynhash_insert (fp->ctf_link_cu_mapping, f, t); in ctf_link_add_cu_mapping()
|
H A D | ctf-hash.c | 188 ctf_dynhash_insert (ctf_dynhash_t *hp, void *key, void *value) in ctf_dynhash_insert() function
|
H A D | ctf-impl.h | 385 extern int ctf_dynhash_insert (ctf_dynhash_t *, void *, void *);
|
H A D | ctf-create.c | 603 if (ctf_dynhash_insert (fp->ctf_dthash, (void *) dtd->dtd_type, dtd) < 0) in ctf_dtd_insert() 609 if (ctf_dynhash_insert (ctf_name_table (fp, kind)->ctn_writable, in ctf_dtd_insert() 687 if (ctf_dynhash_insert (fp->ctf_dvhash, dvd->dvd_name, dvd) < 0) in ctf_dvd_insert() 1790 if (ctf_dynhash_insert (proc_tracking_fp->ctf_add_processing, in ctf_add_type_internal()
|