Home
last modified time | relevance | path

Searched refs:ctf_dthash (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/binutils-2.34/libctf/
H A Dctf-create.c123 fp->ctf_dthash = dthash; in ctf_create()
523 nfp->ctf_dthash = fp->ctf_dthash; in ctf_serialize()
550 fp->ctf_dthash = NULL; in ctf_serialize()
603 if (ctf_dynhash_insert (fp->ctf_dthash, (void *) dtd->dtd_type, dtd) < 0) in ctf_dtd_insert()
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()
663 return (ctf_dtdef_t *) ctf_dynhash_lookup (fp->ctf_dthash, (void *) type); in ctf_dtd_lookup()
772 ctf_dynhash_remove (fp->ctf_dthash, (void *) dtd->dtd_type); in ctf_rollback()
H A Dctf-impl.h282 ctf_dynhash_t *ctf_dthash; /* Hash of dynamic type definitions. */ member
H A Dctf-open.c1637 ctf_dynhash_destroy (fp->ctf_dthash); in ctf_file_close()