Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.34/libctf/
H A Dctf-create.c119 fp->ctf_structs.ctn_writable = structs; in ctf_create()
120 fp->ctf_unions.ctn_writable = unions; in ctf_create()
121 fp->ctf_enums.ctn_writable = enums; in ctf_create()
122 fp->ctf_names.ctn_writable = names; in ctf_create()
568 fp->ctf_structs.ctn_writable = NULL; in ctf_serialize()
569 fp->ctf_unions.ctn_writable = NULL; in ctf_serialize()
570 fp->ctf_enums.ctn_writable = NULL; in ctf_serialize()
571 fp->ctf_names.ctn_writable = NULL; in ctf_serialize()
609 if (ctf_dynhash_insert (ctf_name_table (fp, kind)->ctn_writable, in ctf_dtd_insert()
651 ctf_dynhash_remove (ctf_name_table (fp, kind)->ctn_writable, in ctf_dtd_delete()
[all …]
H A Dctf-open.c1640 ctf_dynhash_destroy (fp->ctf_structs.ctn_writable); in ctf_file_close()
1641 ctf_dynhash_destroy (fp->ctf_unions.ctn_writable); in ctf_file_close()
1642 ctf_dynhash_destroy (fp->ctf_enums.ctn_writable); in ctf_file_close()
1643 ctf_dynhash_destroy (fp->ctf_names.ctn_writable); in ctf_file_close()
H A Dctf-impl.h95 ctf_dynhash_t *ctn_writable; /* Hash table when writable. */ member
H A Dctf-types.c313 id = (ctf_id_t) ctf_dynhash_lookup (np->ctn_writable, name); in ctf_lookup_by_rawhash()