Home
last modified time | relevance | path

Searched refs:ctf_dynhash_remove (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/binutils-2.34/libctf/
H A Dctf-create.c612 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 Dctf-hash.c209 ctf_dynhash_remove (ctf_dynhash_t *hp, const void *key) in ctf_dynhash_remove() function
H A Dctf-impl.h386 extern void ctf_dynhash_remove (ctf_dynhash_t *, const void *);
H A Dctf-string.c205 ctf_dynhash_remove (fp->ctf_str_atoms, newstr); in ctf_str_add_ref_internal()