Searched refs:ctf_dvhash (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-serialize.c | 1122 nfp->ctf_dvhash = fp->ctf_dvhash; in ctf_serialize() 1203 fp->ctf_dvhash = NULL; in ctf_serialize()
|
H A D | ctf-create.c | 164 fp->ctf_dvhash = dvhash; in ctf_create() 330 if (ctf_dynhash_insert (fp->ctf_dvhash, dvd->dvd_name, dvd) < 0) in ctf_dvd_insert() 339 ctf_dynhash_remove (fp->ctf_dvhash, dvd->dvd_name); in ctf_dvd_delete() 349 return (ctf_dvdef_t *) ctf_dynhash_lookup (fp->ctf_dvhash, name); in ctf_dvd_lookup()
|
H A D | ctf-impl.h | 442 ctf_dynhash_t *ctf_dvhash; /* Hash of dynamic variable mappings. */ member
|
H A D | ctf-link.c | 501 dvd = ctf_dynhash_lookup (fp->ctf_dvhash, name); in check_variable()
|
H A D | ctf-open.c | 1787 ctf_dynhash_destroy (fp->ctf_dvhash); in ctf_dict_close()
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-serialize.c | 1122 nfp->ctf_dvhash = fp->ctf_dvhash; in ctf_serialize() 1203 fp->ctf_dvhash = NULL; in ctf_serialize()
|
H A D | ctf-create.c | 164 fp->ctf_dvhash = dvhash; in ctf_create() 331 if (ctf_dynhash_insert (fp->ctf_dvhash, dvd->dvd_name, dvd) < 0) in ctf_dvd_insert() 343 ctf_dynhash_remove (fp->ctf_dvhash, dvd->dvd_name); in ctf_dvd_delete() 353 return (ctf_dvdef_t *) ctf_dynhash_lookup (fp->ctf_dvhash, name); in ctf_dvd_lookup()
|
H A D | ctf-impl.h | 442 ctf_dynhash_t *ctf_dvhash; /* Hash of dynamic variable mappings. */ member
|
H A D | ctf-link.c | 486 dvd = ctf_dynhash_lookup (fp->ctf_dvhash, name); in check_variable()
|
H A D | ctf-open.c | 1786 ctf_dynhash_destroy (fp->ctf_dvhash); in ctf_dict_close()
|