Searched refs:ctf_dynhash_remove (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/binutils-2.34/libctf/ |
H A D | ctf-create.c | 612 ctf_dynhash_remove (fp->ctf_dthash, (void *) dtd->dtd_type); in ctf_dtd_insert() 627 ctf_dynhash_remove (fp->ctf_dthash, (void *) dtd->dtd_type); in ctf_dtd_delete() 651 ctf_dynhash_remove (ctf_name_table (fp, kind)->ctn_writable, in ctf_dtd_delete() 696 ctf_dynhash_remove (fp->ctf_dvhash, dvd->dvd_name); in ctf_dvd_delete() 767 ctf_dynhash_remove (ctf_name_table (fp, kind)->ctn_writable, in ctf_rollback() 772 ctf_dynhash_remove (fp->ctf_dthash, (void *) dtd->dtd_type); in ctf_rollback()
|
H A D | ctf-hash.c | 209 ctf_dynhash_remove (ctf_dynhash_t *hp, const void *key) in ctf_dynhash_remove() function
|
H A D | ctf-impl.h | 386 extern void ctf_dynhash_remove (ctf_dynhash_t *, const void *);
|
H A D | ctf-string.c | 205 ctf_dynhash_remove (fp->ctf_str_atoms, newstr); in ctf_str_add_ref_internal()
|