Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.34/libctf/
H A Dctf-create.c374 ctf_str_add_ref (fp, dvd->dvd_name, &var->ctv_name); 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()
697 free (dvd->dvd_name); in ctf_dvd_delete()
1506 if (name != NULL && (dvd->dvd_name = strdup (name)) == NULL) in ctf_add_variable()
1516 free (dvd->dvd_name); in ctf_add_variable()
H A Dctf-impl.h176 char *dvd_name; /* Name associated with variable. */ member
H A Dctf-types.c224 if ((rc = func (dvd->dvd_name, dvd->dvd_type, arg)) != 0) in ctf_variable_iter()