Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.34/libctf/
H A Dctf-create.c124 fp->ctf_dvhash = dvhash; in ctf_create()
525 nfp->ctf_dvhash = fp->ctf_dvhash; in ctf_serialize()
565 fp->ctf_dvhash = NULL; in ctf_serialize()
687 if (ctf_dynhash_insert (fp->ctf_dvhash, dvd->dvd_name, dvd) < 0) in ctf_dvd_insert()
696 ctf_dynhash_remove (fp->ctf_dvhash, dvd->dvd_name); in ctf_dvd_delete()
706 return (ctf_dvdef_t *) ctf_dynhash_lookup (fp->ctf_dvhash, name); in ctf_dvd_lookup()
H A Dctf-impl.h284 ctf_dynhash_t *ctf_dvhash; /* Hash of dynamic variable mappings. */ member
H A Dctf-link.c394 dvd = ctf_dynhash_lookup (fp->ctf_dvhash, name); in check_variable()
H A Dctf-open.c1658 ctf_dynhash_destroy (fp->ctf_dvhash); in ctf_file_close()